mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-08 01:25:14 +00:00
Updated Debugger_Changelog.txt for a handful of issues
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
|
.12 GH-PR#480:
|
||||||
|
GH#462: Default to Shift+Left Click to toggle diasm columns
|
||||||
|
Use 'disasm click <n>' to reconfigure this
|
||||||
|
GH#473: Fixed bug caused by Util_MemoryTextFile, Line 51 not zero-terminating buffer by invalidating it.
|
||||||
|
GH#476: Fixed off-by-one bug wrapping in debugger console
|
||||||
|
GH#483: Shift+Left mouse button to toggle 6502 Status flag bits
|
||||||
|
GH#484: Some corrections to APPLE2E.SYM
|
||||||
.11 Added:"Warning" for long symbols when symbol table is loaded
|
.11 Added:"Warning" for long symbols when symbol table is loaded
|
||||||
.10 Changed: "Warning" of symbols that alias to "Info."
|
.10 Changed: "Warning" of symbols that alias to "Info."
|
||||||
.9 Continuation of 2.8.0.8: Fix overflowing disassembly pane for long symbols
|
.9 Continuation of 2.8.0.8: Fix overflowing disassembly pane for long symbols
|
||||||
|
@@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#define ALLOW_INPUT_LOWERCASE 1
|
#define ALLOW_INPUT_LOWERCASE 1
|
||||||
|
|
||||||
// See /docs/Debugger_Changelog.txt for full details
|
// See /docs/Debugger_Changelog.txt for full details
|
||||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,9);
|
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,12);
|
||||||
|
|
||||||
|
|
||||||
// Public _________________________________________________________________________________________
|
// Public _________________________________________________________________________________________
|
||||||
|
Reference in New Issue
Block a user