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