bandai mapper fix

This commit is contained in:
CaH4e3 2013-08-14 20:16:08 +00:00
parent 24edc16a2e
commit 89c26562b9
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ static void M157Power(void) {
}
void Mapper157_Init(CartInfo *info) {
is153 = 0;
is153 = 1;
info->Power = M157Power;
MapIRQHook = BarcodeIRQHook;