Debugger 2.9.0.3 internal cleanup of drawing soft switches

This commit is contained in:
michaelangel007 2017-04-27 09:31:34 -07:00
parent f4b5aa5fa5
commit 785fe505b6
2 changed files with 2 additions and 1 deletions

View File

@ -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)
.1 Fixed: Implemented missing debugger "CD" command
2.9.0.0 Added: ntsc save [filename], ntsc load [filename], to save/load the NTSC palette.

View File

@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// 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 _________________________________________________________________________________________