mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-07-25 01:24:09 +00:00
Debugger: 2.9.1.10 Fixed: Immedate #80 was not showing -128 for the signed decimal value.
This commit is contained in:
@@ -51,7 +51,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,1,9);
|
||||
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,10);
|
||||
|
||||
|
||||
// Public _________________________________________________________________________________________
|
||||
|
Reference in New Issue
Block a user