Debugger 2.9.0.8

This commit is contained in:
michaelangel007 2017-05-11 05:44:42 -07:00
parent bcbcaffcf5
commit 158b5212e6
2 changed files with 2 additions and 1 deletions

View File

@ -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

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,7);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,8);
// Public _________________________________________________________________________________________