.11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true

This commit is contained in:
mpohoreski 2006-02-27 15:58:01 +00:00
parent c7094139fd
commit 2001e01ea7
1 changed files with 3 additions and 1 deletions

View File

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