Silence warning

This commit is contained in:
retro-wertz
2017-05-08 09:42:26 +08:00
parent 9cd36aa9c0
commit 3b96573a6d

View File

@@ -261,7 +261,7 @@ void FASTAPASS(2) setchr8r(int r, uint32 V) {
if (CHRram[r]) if (CHRram[r])
PPUCHRRAM |= (255); PPUCHRRAM |= (255);
else else
PPUCHRRAM &= ~(255); PPUCHRRAM &= 0;
} }
void FASTAPASS(2) setchr1(uint32 A, uint32 V) { void FASTAPASS(2) setchr1(uint32 A, uint32 V) {