Debugger 2.9.2.2: Fixed: DB HGR = 2000:3FFF was displaying help instead of being parsed.

This commit is contained in:
michaelangel007
2025-02-06 09:59:00 -08:00
parent 9bd5f838b3
commit cb0da8538d
3 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define MAKE_VERSION(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d))
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,1);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,2);
// Public _________________________________________________________________________________________