Rewrite FFE (mapper 6/8/12.1/17) emulation. Add Bung Super Game Doctor (mapper 561) und Venus Turbo Game Doctor (mapper 562).
This commit is contained in:
committed by
LibretroAdmin
parent
7b16c23f70
commit
75ae69c0bf
@@ -383,6 +383,10 @@ static void M12Reset(void) {
|
||||
}
|
||||
|
||||
void Mapper12_Init(CartInfo *info) {
|
||||
if (info->submapper ==1) {
|
||||
FFE_Init(info);
|
||||
return;
|
||||
}
|
||||
GenMMC3_Init(info, 512, 256, 8, info->battery);
|
||||
cwrap = M12CW;
|
||||
isRevB = 0;
|
||||
|
||||
Reference in New Issue
Block a user