]> git.sesse.net Git - pistorm/commitdiff
don't do last_irq thing; rely in M68K_SET_IRQ
authorjust nine <nine@aphlor.org>
Fri, 5 Mar 2021 17:44:09 +0000 (17:44 +0000)
committerjust nine <nine@aphlor.org>
Fri, 5 Mar 2021 17:44:09 +0000 (17:44 +0000)
emulator.c

index 3031a97e4bde079ece948a716a383694715636d6..7c37fcd0aab591994192f47cb384fd31e14eb6a1 100644 (file)
@@ -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);
       }