From 785fe505b63062d151327d97b6d4f6625712f893 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2017 09:31:34 -0700 Subject: [PATCH] Debugger 2.9.0.3 internal cleanup of drawing soft switches --- docs/Debugger_Changelog.txt | 1 + source/Debugger/Debug.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index 46326c71..e76dc93c 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -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. diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index fab41400..6d33b8b2 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -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 _________________________________________________________________________________________