mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-23 08:33:24 +00:00
Debugger 2.9.0.8
This commit is contained in:
parent
bcbcaffcf5
commit
158b5212e6
@ -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
|
||||
|
@ -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 _________________________________________________________________________________________
|
||||
|
Loading…
x
Reference in New Issue
Block a user