]> git.sesse.net Git - pistorm/commitdiff
mark when an nmi is sent in the output
authorjust nine <nine@aphlor.org>
Sun, 21 Feb 2021 23:12:51 +0000 (23:12 +0000)
committerjust nine <nine@aphlor.org>
Mon, 22 Feb 2021 11:18:03 +0000 (11:18 +0000)
emulator.c

index b46a64cc0f5112243591949a3f906a8ad3043e69..b54f7161648e57328a6f23174caf39acb64d02e1 100644 (file)
@@ -418,6 +418,7 @@ int main(int argc, char *argv[]) {
 
         // pause pressed; trigger nmi (int level 7)
         if (c == 0x01) {
+          printf("[*] Sending NMI\n");
           m68k_set_irq(7);
         }
       }