UNIF: Update mirroring on some boards based on last commit

This commit is contained in:
retro-wertz
2019-06-23 20:51:46 +08:00
parent 130580d70e
commit e89bcbfb0d
5 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ static void Sync(void) {
setprg32(0x8000, regs[PRG] & 0x07);
setchr8(regs[CHR] & 0x0F);
SetupCartMirroring(((regs[PRG] >> 5) & 1) ^ 1, 1, NULL);
setmirror(((regs[PRG] >> 5) & 1) ^ 1);
}
static DECLFW(WritePRG) {