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.28 by cebix, 2002-01-15T14:58:32Z vs.
Revision 1.29 by cebix, 2002-01-18T21:06:03Z

# 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