From 616fb965878997e4225afa651c5a4206a504fb61 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 7 Nov 2019 10:15:29 -0800 Subject: Design for new version -- will still have to do conversions. --- Source/Memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Memory.h') diff --git a/Source/Memory.h b/Source/Memory.h index c19d92b..6e0c7b1 100644 --- a/Source/Memory.h +++ b/Source/Memory.h @@ -5,8 +5,8 @@ #include #include -// #define GLOBALS 0x5B28C0 -#define GLOBALS 0x62D0A0 +#define GLOBALS 0x5B28C0 +// #define GLOBALS 0x62D0A0 #define HEARTBEAT 0x401 enum class ProcStatus { -- cgit 1.4.1