From 99c5e3715906f4450e0fc353d1a7f672fdc0c4c1 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Tue, 30 Jun 2020 22:42:31 -0400 Subject: [PATCH] revert to reset-on-intr --- sdl/aiie.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdl/aiie.cpp b/sdl/aiie.cpp index 65ad13e..bb10eff 100644 --- a/sdl/aiie.cpp +++ b/sdl/aiie.cpp @@ -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)