From 2001e01ea7dc4558f0008a5e5da761dffed4b697 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 27 Feb 2006 15:58:01 +0000 Subject: [PATCH] .11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true --- AppleWin/source/Debug.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AppleWin/source/Debug.cpp b/AppleWin/source/Debug.cpp index a8e0f8ad..17e1a4b8 100644 --- a/AppleWin/source/Debug.cpp +++ b/AppleWin/source/Debug.cpp @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // TODO: COLOR LOAD ["filename"] // See Debugger_Changelong.txt for full details - const int DEBUGGER_VERSION = MAKE_VERSION(2,5,0,9); + const int DEBUGGER_VERSION = MAKE_VERSION(2,5,0,11); // Public _________________________________________________________________________________________ @@ -6265,6 +6265,8 @@ void DebugBegin () g_nDisasmCurAddress = regs.pc; DisasmCalcTopBotAddress(); + g_bDebuggerViewingAppleOutput = false; + UpdateDisplay( UPDATE_ALL ); }