diff options
Diffstat (limited to 'source/ppu.h')
-rw-r--r-- | source/ppu.h | 2 |
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 |