revert to reset-on-intr

This commit is contained in:
Jorj Bauer 2020-06-30 22:42:31 -04:00
parent 6b53f9ca6a
commit 99c5e37159
1 changed files with 2 additions and 2 deletions

View File

@ -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)