Adding software-selectable mirroring to mapper 166/167. Rewrite mapper 518.

This commit is contained in:
NewRisingSun
2025-09-13 12:31:58 +02:00
parent 29a0caf61b
commit 5d88968cf9
6 changed files with 99 additions and 115 deletions

View File

@@ -55,6 +55,7 @@ static void Sync(void) {
}
}
setchr8(0);
setmirror(regs[0] & 0x01? MI_H: MI_V);
}
static DECLFW(M166Write) {