aboutsummaryrefslogtreecommitdiff
path: root/source/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/globals.cpp')
-rw-r--r--source/globals.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/globals.cpp b/source/globals.cpp
index c804318..a4efb46 100644
--- a/source/globals.cpp
+++ b/source/globals.cpp
@@ -141,21 +141,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;
-uint32 Ans32 = 0;
-uint8 Work8 = 0;
-uint16 Work16 = 0;
-uint32 Work32 = 0;
-signed char Int8 = 0;
-short Int16 = 0;
-long Int32 = 0;
-#endif
-#ifndef NO_OPEN_BUS
uint8 OpenBus = 0;
-#endif
END_EXTERN_C