mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-29 08:30:04 +00:00
.11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true
This commit is contained in:
parent
3406770cea
commit
9b55a65662
@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
// TODO: COLOR LOAD ["filename"]
|
// TODO: COLOR LOAD ["filename"]
|
||||||
|
|
||||||
// See Debugger_Changelong.txt for full details
|
// 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 _________________________________________________________________________________________
|
// Public _________________________________________________________________________________________
|
||||||
@ -6265,6 +6265,8 @@ void DebugBegin ()
|
|||||||
g_nDisasmCurAddress = regs.pc;
|
g_nDisasmCurAddress = regs.pc;
|
||||||
DisasmCalcTopBotAddress();
|
DisasmCalcTopBotAddress();
|
||||||
|
|
||||||
|
g_bDebuggerViewingAppleOutput = false;
|
||||||
|
|
||||||
UpdateDisplay( UPDATE_ALL );
|
UpdateDisplay( UPDATE_ALL );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user