mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-29 13:01:10 +00:00
mark when an nmi is sent in the output
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user