Mapper 351: use the modularized ASIC cores.

This commit is contained in:
NewRisingSun
2025-09-05 23:37:53 +02:00
parent a2fdeee096
commit 14f77b1d54
5 changed files with 98 additions and 261 deletions

View File

@@ -286,7 +286,7 @@ void VRC2_init (CartInfo *info, void (*sync)(), int A0, int A1, int (*prg)(uint8
VRC2_addExState();
VRC2_configure(sync, A0, A1, prg, chr, read, write);
info->Power = VRC24_power;
GameStateRestore = VRC24_cbSync;
GameStateRestore = VRC24_restore;
}
void VRC4_init (CartInfo *info, void (*sync)(), int A0, int A1, uint8 useRepeatBit, int (*prg)(uint8), int (*chr)(uint8), DECLFR((*read)), DECLFW((*write)), DECLFW((*externalSelect))) {