mark when an nmi is sent in the output

This commit is contained in:
just nine
2021-02-21 23:12:51 +00:00
parent f3c7eaf44c
commit 25354b5f18

View 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);
}
}