Mapper 468: use the modularized ASIC cores.

This commit is contained in:
NewRisingSun
2025-09-07 00:32:28 +02:00
parent 399daf7a61
commit 5744764e24
26 changed files with 756 additions and 1168 deletions

View File

@@ -30,6 +30,7 @@
void MMC3_syncWRAM (int);
int MMC3_getPRGBank (uint8);
int MMC3_getCHRBank (uint8);
int MMC3_getMirroring (void);
void MMC3_syncPRG (int, int);
void MMC3_syncCHR (int, int);
void MMC3_syncMirror ();