Merge pull request #170 from retro-wertz/fix

fix this
This commit is contained in:
hizzlekizzle
2017-10-17 22:13:06 -05:00
committed by GitHub

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 &= 0; PPUCHRRAM = 0;
} }
void FASTAPASS(2) setchr1(uint32 A, uint32 V) { void FASTAPASS(2) setchr1(uint32 A, uint32 V) {