diff options
Diffstat (limited to 'Source/Memory.h')
| -rw-r--r-- | Source/Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/Source/Memory.h b/Source/Memory.h index 803a5f1..d497123 100644 --- a/Source/Memory.h +++ b/Source/Memory.h | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | #include <cassert> | 7 | #include <cassert> |
| 8 | #include "MemoryException.h" | 8 | #include "MemoryException.h" |
| 9 | 9 | ||
| 10 | // #define GLOBALS 0x5B28C0 | 10 | #define GLOBALS 0x5B28C0 |
| 11 | #define GLOBALS 0x62D0A0 | 11 | // #define GLOBALS 0x62D0A0 |
| 12 | 12 | ||
| 13 | enum class ProcStatus { | 13 | enum class ProcStatus { |
| 14 | NotRunning, | 14 | NotRunning, |
