From 72ed191d79555b724c707c96f585dd0653c70434 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 27 Feb 2006 15:58:34 +0000 Subject: [PATCH] 2.5.0.11 --- docs/Debugger_Changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index e55d6613..aa6308ad 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,5 +1,10 @@ /* +.11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true +.10 Added: double forward slash on command line now ignores rest of command (same as C++ comment) +.9 Added: Legacy Apple "Monitor" Commands in ExecuteCommand() + ####G (JMP $Address) + ####L (Unassemble) .8 Fixed console input length not updated from script line length in CmdConfigRun() .7 Fixed script read hang in GetLinePointers() .6 Fixed Assembler storing one too many bytes in AssemblerPokeAddress()