Add mapper 549.

This commit is contained in:
NewRisingSun
2025-09-11 00:20:34 +02:00
parent 69ddfae35c
commit f1576fd15a
4 changed files with 37 additions and 1 deletions

View File

@@ -48,7 +48,8 @@ void Latch_clear () {
}
static void Latch_setHandlers() {
SetReadHandler(0x8000, 0xFFFF, CartBR);
SetReadHandler(0x6000, 0xFFFF, CartBR);
SetWriteHandler(0x6000, 0x7FFF, CartBW);
SetWriteHandler(Latch_from, Latch_to, Latch_write);
}