mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 00:32:39 +00:00
revert to reset-on-intr
This commit is contained in:
parent
6b53f9ca6a
commit
99c5e37159
@ -51,9 +51,9 @@ void writePrefs();
|
||||
void sigint_handler(int n)
|
||||
{
|
||||
// If we want control-C to reset the machine, then set this here...
|
||||
// send_rst = 1;
|
||||
send_rst = 1;
|
||||
|
||||
((AppleVM*)g_vm)->disk6->disk[0]->dumpInfo();
|
||||
// ((AppleVM*)g_vm)->disk6->disk[0]->dumpInfo();
|
||||
}
|
||||
|
||||
void nonblock(int state)
|
||||
|
Loading…
Reference in New Issue
Block a user