Parent Directory
|
Revision Log
|
Patch
| revision 1.28 by cebix, Tue Jan 15 14:58:32 2002 UTC | revision 1.29 by cebix, Fri Jan 18 21:06:03 2002 UTC | |
|---|---|---|
| # | Line 437 void EmulOp(uint16 opcode, M68kRegisters | Line 437 void EmulOp(uint16 opcode, M68kRegisters |
| 437 | ||
| 438 | if (InterruptFlags & INTFLAG_60HZ) { | if (InterruptFlags & INTFLAG_60HZ) { |
| 439 | ClearInterruptFlag(INTFLAG_60HZ); | ClearInterruptFlag(INTFLAG_60HZ); |
| 440 | ||
| 441 | // Increment Ticks variable | |
| 442 | WriteMacInt32(0x16a, ReadMacInt32(0x16a) + 1); | |
| 443 | ||
| 444 | if (HasMacStarted()) { | if (HasMacStarted()) { |
| 445 | ||
| 446 | // Mac has started, execute all 60Hz interrupt functions | // Mac has started, execute all 60Hz interrupt functions |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |