X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=emulator.c;h=7c37fcd0aab591994192f47cb384fd31e14eb6a1;hb=9ef0c27e665e13bd094e220427671f54f258047e;hp=3031a97e4bde079ece948a716a383694715636d6;hpb=0b17ded2ca98db1a8379f22ae5e44ba628771142;p=pistorm diff --git a/emulator.c b/emulator.c index 3031a97..7c37fcd 100644 --- a/emulator.c +++ b/emulator.c @@ -424,7 +424,6 @@ int main(int argc, char *argv[]) { // pause pressed; trigger nmi (int level 7) if (c == 0x01 && c_type) { printf("[INT] Sending NMI\n"); - last_irq = 7; M68K_SET_IRQ(7); }