From 158b5212e65120b88d701ec56a8fe20f8771bbc6 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 11 May 2017 05:44:42 -0700 Subject: [PATCH] Debugger 2.9.0.8 --- 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 858f74a7..7d94edb2 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,4 +1,5 @@ /* +.8 Fixed: Inactive Language Card bank now grayed out, main memory no longer double inverse. .7 Fixed: Memory softswitches are now in chronological order, and their background is a dark grey .6 Added: Read/Write for Main/Aux memory now shown .5 Added: Support for RAMWORKS in the Debugger Language Card Status diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index f1e33fc3..c7706abd 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,7); + const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,8); // Public _________________________________________________________________________________________