This commit is contained in:
mpohoreski 2006-02-27 15:58:34 +00:00
parent 2001e01ea7
commit 860e64af21
1 changed files with 5 additions and 0 deletions

View File

@ -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()