aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.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/ppu.h
parent65f1ead0e736f857df83277465fdc068419d7434 (diff)
downloadsnesemu-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.tar.gz
snesemu-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.tar.bz2
snesemu-1896286ad5bbe3390ccaf2e7ca54917a3a48a42f.zip
Permanently remove NO_OPEN_BUS hacks. It was a premature optimisation.
Diffstat (limited to 'source/ppu.h')
-rw-r--r--source/ppu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/ppu.h b/source/ppu.h
index f55421a..1d3c7b7 100644
--- a/source/ppu.h
+++ b/source/ppu.h
@@ -270,10 +270,8 @@ struct SPPU {
// XXX Do these need to be added to snapshot.cpp?
uint16 OAMWriteRegister;
uint8 BGnxOFSbyte;
-#ifndef NO_OPEN_BUS
uint8 OpenBus1;
uint8 OpenBus2;
-#endif
};
#define CLIP_OR 0