Mapper 414: Correct mirroring selection
This commit is contained in:
@@ -38,7 +38,7 @@ static void Sync(void) {
|
|||||||
setprg16(0xC000, latch_addr >> 1);
|
setprg16(0xC000, latch_addr >> 1);
|
||||||
}
|
}
|
||||||
setchr8(latch_data);
|
setchr8(latch_data);
|
||||||
setmirror((latch_data & 1) ^ 1);
|
setmirror((latch_addr & 1) ^ 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static DECLFW(M414Write) {
|
static DECLFW(M414Write) {
|
||||||
|
|||||||
Reference in New Issue
Block a user