change output for nmi slightly

This commit is contained in:
just nine
2021-02-25 20:39:07 +00:00
parent 2ce20fe3e7
commit f5cf51aa7f

View File

@@ -374,7 +374,8 @@ int main(int argc, char *argv[]) {
// pause pressed; trigger nmi (int level 7)
if (c == 0x01 && c_type) {
printf("[*] Sending NMI\n");
printf("[INT] Sending NMI\n");
last_irq = 7;
M68K_SET_IRQ(7);
}