X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fevent.cpp;h=e0daebb78559725d5f8dff3e85859ac352ea5a41;hb=2f21d8ee63902b160acbaf4c26caaaa0e23ca62f;hp=2fbfa33c11078f206e41ab90110747986623a620;hpb=94e1e961b57f253b760298ab0bae96a7de6d20fa;p=virtualjaguar diff --git a/src/event.cpp b/src/event.cpp index 2fbfa33..e0daebb 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -237,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(); }