aboutsummaryrefslogtreecommitdiff
path: root/source/ppu.c
diff options
context:
space:
mode:
authorJoão Silva2017-01-14 23:50:50 +0000
committerJoão Silva2017-01-14 23:50:50 +0000
commitda9ed2562ca88eb02a885f356922e64d556b27a7 (patch)
tree829bb00ead380ea3343d568c9623d0243ee47112 /source/ppu.c
parent3b8323853f4eeddb61398e77c51bb2349f430227 (diff)
downloadsnesemu-da9ed2562ca88eb02a885f356922e64d556b27a7.tar.gz
snesemu-da9ed2562ca88eb02a885f356922e64d556b27a7.tar.bz2
snesemu-da9ed2562ca88eb02a885f356922e64d556b27a7.zip
Removed some more useless stuff.
Diffstat (limited to 'source/ppu.c')
-rw-r--r--source/ppu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/ppu.c b/source/ppu.c
index 8d66685..2d38c94 100644
--- a/source/ppu.c
+++ b/source/ppu.c
@@ -313,7 +313,6 @@ void S9xSetPPU(uint8_t Byte, uint16_t Address)
//share a previous byte value for setting them.
case 0x210D:
- //TEST9 if(last_written != 0x210d) PPU.BGnxOFSbyte = 0;
PPU.BG[0].HOffset = (Byte << 8) | PPU.BGnxOFSbyte;
PPU.BGnxOFSbyte = Byte;
break;