aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
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/memmap.h
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/memmap.h')
-rw-r--r--source/memmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/memmap.h b/source/memmap.h
index f838065..3fb5b9c 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -288,11 +288,9 @@ void S9xSetPCBase (uint32 Address);
uint8 *S9xGetMemPointer (uint32 Address);
uint8 *GetBasePointer (uint32 Address);
-#ifndef NO_OPEN_BUS
extern "C" {
extern uint8 OpenBus;
}
-#endif
#else
#define INLINE inline