diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index 8dad3aa8..0c4a35ed 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,6 +1,25 @@ /* 2.7.0.0 Released with Applewin 1.19.1.0 +.29 Fixed: Pretty print DB2 DB4 DB8 without commas +.28 Fixed: DB2 DB4 DB8 DW DW2 DW4 now work/display properly. + DB (Define Byte) shows bytes in big endian order. + DW (Define Word) shows addresses (2 bytes) in little endian order. + Example: + U D000 + DB2 REV.FPTR D000:D080 + X + DW BASIC.FPT D000:D080 + X + Or for those minimal types who hate wasting screen real estate + DW4 COMPACT D000:D080 + X + DB8 RA8 D000:D080 + X +.27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address) +.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms. +.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view. + Changed _6502_GetOpmodeOpbyte() to be aware of data bytes. .24 Changed: 2.6.2.24 Changed: Tone-downed the alt. background cyan for the DATA window. C2, C3 -> C1,C2 .23 Changed: Increased number of lines for console output buffer (from 384 to 512) .22 Changed: Re-enabled magenta/purple for warnings (i.e. symbol table disabled)