mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-15 05:17:50 +00:00
Mapper 414: Correct mirroring selection
This commit is contained in:
parent
acfab9f61d
commit
c3accb2e94
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user