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/ppu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/ppu.h') 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 -- cgit v1.2.3