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

Comparing BasiliskII/src/native_cpu/cpu_emulation.h (file contents):
Revision 1.1 by cebix, 2000-07-22T16:00:36Z vs.
Revision 1.2 by cebix, 2000-08-22T12:44:30Z

# Line 61 | Line 61 | extern "C" void Execute68kTrap(uint16 tr
61  
62   // Interrupt functions
63   extern void TriggerInterrupt(void);                                                             // Trigger interrupt (InterruptFlag must be set first)
64 + extern void TriggerNMI(void);                                                                   // Trigger interrupt level 7
65  
66   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines