From d8132fa88d520f4f249acaa718c4f62d5b5374ea Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Thu, 12 Nov 2020 02:44:58 +0800 Subject: [PATCH] Update bs4xxxr --- src/boards/bs4xxxr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/bs4xxxr.c b/src/boards/bs4xxxr.c index f10ef08..a844007 100644 --- a/src/boards/bs4xxxr.c +++ b/src/boards/bs4xxxr.c @@ -115,6 +115,7 @@ static DECLFW(BS4XXXRLoWrite) { FixMMC3CHR(MMC3_cmd); } } + CartBW(A, V); } static void BS4XXXRReset(void) { @@ -127,7 +128,6 @@ static void BS4XXXRPower(void) { EXPREGS[4] = 0; EXPREGS[0] = EXPREGS[1] = EXPREGS[2] = EXPREGS[3] = 0; GenMMC3Power(); - SetReadHandler(0x6000, 0x7FFF, CartBR); SetWriteHandler(0x6000, 0x7FFF, BS4XXXRLoWrite); SetWriteHandler(0x8000, 0xBFFF, BS4XXXRHiWrite); }