ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/emul_op.cpp
(Generate patch)

Comparing BasiliskII/src/emul_op.cpp (file contents):
Revision 1.27 by cebix, 2001-07-11T19:26:13Z vs.
Revision 1.29 by cebix, 2002-01-18T21:06:03Z

# Line 1 | Line 1
1   /*
2   *  emul_op.cpp - 68k opcodes for ROM patches
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 437 | Line 437 | void EmulOp(uint16 opcode, M68kRegisters
437  
438                          if (InterruptFlags & INTFLAG_60HZ) {
439                                  ClearInterruptFlag(INTFLAG_60HZ);
440 +
441 +                                // Increment Ticks variable
442 +                                WriteMacInt32(0x16a, ReadMacInt32(0x16a) + 1);
443 +
444                                  if (HasMacStarted()) {
445  
446                                          // Mac has started, execute all 60Hz interrupt functions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines