From 0c0140cffd419768894000ed68897f7ee2c9b867 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 23 Mar 2019 17:36:46 +0200 Subject: [PATCH] Activate debugger if cpu halts and debugger is in use. --- newcpu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newcpu.cpp b/newcpu.cpp index 4e1fa914..ca354a8b 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -5791,6 +5791,8 @@ void cpu_halt (int id) regs.intmask = 7; MakeSR (); audio_deactivate (); + if (debugging) + activate_debugger(); } } set_special(SPCFLAG_CHECK); -- 2.47.3