mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-31 21:29:39 +00:00
Debugger 2.9.0.3 internal cleanup of drawing soft switches
This commit is contained in:
parent
f4b5aa5fa5
commit
785fe505b6
@ -1,4 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
|
.3 Cleanup drawing of soft switches
|
||||||
.2 Fix crash when NTSC save/load total path length is > console width (80 chars)
|
.2 Fix crash when NTSC save/load total path length is > console width (80 chars)
|
||||||
.1 Fixed: Implemented missing debugger "CD" command
|
.1 Fixed: Implemented missing debugger "CD" command
|
||||||
2.9.0.0 Added: ntsc save [filename], ntsc load [filename], to save/load the NTSC palette.
|
2.9.0.0 Added: ntsc save [filename], ntsc load [filename], to save/load the NTSC palette.
|
||||||
|
@ -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,2);
|
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,3);
|
||||||
|
|
||||||
|
|
||||||
// Public _________________________________________________________________________________________
|
// Public _________________________________________________________________________________________
|
||||||
|
Loading…
Reference in New Issue
Block a user