Mapper 414: Correct mirroring selection

This commit is contained in:
NewRisingSun 2022-02-15 20:44:25 +01:00
parent acfab9f61d
commit c3accb2e94

View File

@ -38,7 +38,7 @@ static void Sync(void) {
setprg16(0xC000, latch_addr >> 1);
}
setchr8(latch_data);
setmirror((latch_data & 1) ^ 1);
setmirror((latch_addr & 1) ^ 1);
}
static DECLFW(M414Write) {