M435: Correct bit for CHR RAM protection

This commit is contained in:
NewRisingSun
2023-03-22 18:54:07 +01:00
parent 1fa798b220
commit be2e1952b7

View File

@@ -745,7 +745,7 @@ static void M435Sync(void) {
setprg16(0xC000, p | 7);
}
if (latche &0x800)
if (latche &0x200)
SetupCartCHRMapping(0, CHRptr[0], 0x2000, 0);
else
SetupCartCHRMapping(0, CHRptr[0], 0x2000, 1);