From 1896286ad5bbe3390ccaf2e7ca54917a3a48a42f Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Tue, 8 Jan 2013 16:26:43 -0500 Subject: Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation. --- source/globals.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'source/globals.cpp') 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 -- cgit v1.2.3