From 89c26562b90547448f2e0bf0e49cabbecf3d2e74 Mon Sep 17 00:00:00 2001 From: CaH4e3 Date: Wed, 14 Aug 2013 20:16:08 +0000 Subject: [PATCH] bandai mapper fix --- trunk/src/boards/bandai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/boards/bandai.cpp b/trunk/src/boards/bandai.cpp index 2d61da5e..98f849c5 100644 --- a/trunk/src/boards/bandai.cpp +++ b/trunk/src/boards/bandai.cpp @@ -453,7 +453,7 @@ static void M157Power(void) { } void Mapper157_Init(CartInfo *info) { - is153 = 0; + is153 = 1; info->Power = M157Power; MapIRQHook = BarcodeIRQHook;