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

@@ -162,18 +162,6 @@ void ANROM_Init(CartInfo *info) {
Latch_Init(info, ANROMSync, 0, 0x4020, 0xFFFF, 0, 0);
}
/*------------------ Map 8 ---------------------------*/
static void M8Sync(void) {
setprg16(0x8000, latche >> 3);
setprg16(0xc000, 1);
setchr8(latche & 3);
}
void Mapper8_Init(CartInfo *info) {
Latch_Init(info, M8Sync, 0, 0x8000, 0xFFFF, 0, 0);
}
/*------------------ Map 11 ---------------------------*/
static void M11Sync(void) {