mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
added missing TriggerNMI() function
This commit is contained in:
parent
16203c298f
commit
73872e23cb
@ -1242,6 +1242,11 @@ void TriggerInterrupt(void)
|
||||
send_signal(emul_thread, SIGUSR1);
|
||||
}
|
||||
|
||||
void TriggerNMI(void)
|
||||
{
|
||||
//!! not implemented yet
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Execute 68k subroutine
|
||||
|
Loading…
x
Reference in New Issue
Block a user