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:
NewRisingSun
2025-04-23 19:39:48 +02:00
committed by LibretroAdmin
parent 7b16c23f70
commit 75ae69c0bf
7 changed files with 649 additions and 174 deletions

View File

@@ -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;