Mapper 320: Add mirroring switch for a cartridge that uses it.

This commit is contained in:
NewRisingSun
2025-09-28 20:59:17 +02:00
parent 2b29c778bf
commit 0e365ada5e

View File

@@ -42,6 +42,7 @@ static void Sync(void) {
setprg16(0x8000, (outer_bank << 3) | (inner_bank & bank_size));
setprg16(0xC000, (outer_bank << 3) | bank_size);
setchr8(0);
setmirror(outer_bank &0x08? MI_H: MI_V);
}
static DECLFW(M320Write) {