From da9ed2562ca88eb02a885f356922e64d556b27a7 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sat, 14 Jan 2017 23:50:50 +0000 Subject: Removed some more useless stuff. --- source/ppu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/ppu.c') 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; -- cgit v1.2.3