Update chr banking in mapper 217

This commit is contained in:
negativeExponent
2020-03-06 13:58:27 +08:00
parent c4e230ecb4
commit b2e6d27f9a

View File

@@ -377,8 +377,8 @@ void Mapper214_Init(CartInfo *info) {
/*------------------ Map 217 ---------------------------*/
static void M217Sync(void) {
setprg32(0x8000, (latche >> 2) & 3);
setchr8(latche & 7);
setprg32(0x8000, (latche >> 2) & 0x03);
setchr8(latche & 0x0F);
}
void Mapper217_Init(CartInfo *info) {