mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-28 04:37:39 +00:00
don't do last_irq thing; rely in M68K_SET_IRQ
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user