aboutsummaryrefslogtreecommitdiff
path: root/source/globals.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-08 16:26:43 -0500
committerNebuleon Fumika2013-01-08 16:26:43 -0500
commit1896286ad5bbe3390ccaf2e7ca54917a3a48a42f (patch)
tree355b041e1de11a37ca2c7a8bc054090e764f7fd0 /source/globals.cpp
parent65f1ead0e736f857df83277465fdc068419d7434 (diff)
downloadsnes9x2005-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.tar.gz
snes9x2005-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.tar.bz2
snes9x2005-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.zip
Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation.
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