don't do last_irq thing; rely in M68K_SET_IRQ

This commit is contained in:
just nine
2021-03-05 17:44:09 +00:00
parent 0b17ded2ca
commit 9ef0c27e66

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