X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fevent.cpp;h=b455cd60bf47498d123699fe3c677826f118ff0d;hb=19cb30261693d5c56c79d87030cfe8e1dc9ca033;hp=734ad87bdad92709038988cd0d3cb461a64e6c19;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/event.cpp b/src/event.cpp index 734ad87..b455cd6 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -1,7 +1,16 @@ // // System time handlers // -// by James L. Hammons +// by James Hammons +// (C) 2010 Underground Software +// +// JLH = James Hammons +// +// 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(); }