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.2 by cebix, 1999-10-05T14:59:43Z vs.
Revision 1.3 by cebix, 1999-10-12T20:00:44Z

# Line 434 | Line 434 | void EmulOp(uint16 opcode, M68kRegisters
434                                  ClearInterruptFlag(INTFLAG_60HZ);
435                                  if (HasMacStarted()) {
436  
437 <                                        // Mac has started, execute video, ADB and Time Manager interrupt functions
437 >                                        // Mac has started, execute all 60Hz interrupt functions
438                                          ADBInterrupt();
439                                          TimerInterrupt();
440                                          VideoInterrupt();
441 +                                        SonyInterrupt();
442 +                                        DiskInterrupt();
443 +                                        CDROMInterrupt();
444  
445                                          // Call DoVBLTask(0)
446                                          if (ROMVersion == ROM_VERSION_32) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines