aboutsummaryrefslogtreecommitdiff
path: root/source/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/globals.cpp')
-rw-r--r--source/globals.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/globals.cpp b/source/globals.cpp
index f00a621..ca2b12b 100644
--- a/source/globals.cpp
+++ b/source/globals.cpp
@@ -147,6 +147,7 @@ CMemory Memory;
struct SSNESGameFixes SNESGameFixes;
+#if 0
uint8 A1 = 0, A2 = 0, A3 = 0, A4 = 0, W1 = 0, W2 = 0, W3 = 0, W4 = 0;
uint8 Ans8 = 0;
uint16 Ans16 = 0;
@@ -157,6 +158,7 @@ uint32 Work32 = 0;
signed char Int8 = 0;
short Int16 = 0;
long Int32 = 0;
+#endif
#ifndef NO_OPEN_BUS
uint8 OpenBus = 0;
#endif