NROM: update prg mapping

This commit is contained in:
retro-wertz
2019-05-31 20:18:48 +08:00
parent 5c4a659b49
commit 950479cc7a

View File

@@ -94,7 +94,7 @@ static DECLFW(NROMWrite) {
static void NROMPower(void) {
setprg8r(0x10, 0x6000, 0); /* Famili BASIC (v3.0) need it (uses only 4KB), FP-BASIC uses 8KB */
setprg16(0x8000, 0);
setprg16(0xC000, ~0);
setprg16(0xC000, 1);
setchr8(0);
SetReadHandler(0x6000, 0x7FFF, CartBR);