Mapper 429: Allow more than 32 KiB CHR

This commit is contained in:
NewRisingSun
2022-07-27 13:28:57 +02:00
parent 718047a241
commit 43e54d0e43

View File

@@ -587,7 +587,7 @@ void BMCK3046_Init(CartInfo *info) {
static void Mapper429_Sync(void) {
setprg32(0x8000, latche >>2);
setchr8(latche &3);
setchr8(latche);
}
static void Mapper429_Reset(void) {