]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/event.cpp
Preliminary support for passing in filenames from the command line.
[virtualjaguar] / src / event.cpp
index 734ad87bdad92709038988cd0d3cb461a64e6c19..b455cd60bf47498d123699fe3c677826f118ff0d 100644 (file)
@@ -1,7 +1,16 @@
 //
 // System time handlers
 //
-// by James L. Hammons
+// by James Hammons
+// (C) 2010 Underground Software
+//
+// JLH = James Hammons <jlhamm@acm.org>
+//
+// Who  When        What
+// ---  ----------  -------------------------------------------------------------
+// JLH  01/16/2010  Created this log ;-)
+//
+
 //
 // STILL TO DO:
 //
@@ -228,7 +237,7 @@ void TOMPITCallback(void)
     GPUSetIRQLine(GPUIRQ_TIMER, ASSERT_LINE);  // It does the 'IRQ enabled' checking
 
     if (INT1_WREG & 0x08)
-        m68k_set_irq(7);                       // Generate 68K NMI
+        m68k_set_irq(2);                       // Generate 68K NMI
 
     TOMResetPIT();
 }