From 03f611085f49eca6c7d190aa43ec9cf1fc1ebf27 Mon Sep 17 00:00:00 2001 From: NewRisingSun <8vytz1+dhp372pv94ebg@sharklasers.com> Date: Mon, 31 Mar 2025 01:19:18 +0200 Subject: [PATCH] Add workaround against original cartridge bug in mapper 543 --- src/boards/mmc1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/boards/mmc1.c b/src/boards/mmc1.c index 1338759..36c2e55 100644 --- a/src/boards/mmc1.c +++ b/src/boards/mmc1.c @@ -603,6 +603,7 @@ static void M543Reset(void) { shift = 0; outerBank = 0; MMC1CMReset(); + RAM[0] =0; /* BUG in cartridge's menu code: expects RAM location $000 to be