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

@@ -25,9 +25,6 @@ void VRC7_syncWRAM (int);
void VRC7_syncPRG (int, int);
void VRC7_syncCHR (int, int);
void VRC7_syncMirror ();
int VRC7_getPRGBank (uint8);
int VRC7_getCHRBank (uint8);
int VRC7_getNTBank (uint8);
DECLFR(VRC7_readWRAM);
DECLFW(MMC3_writeWRAM);
DECLFW(VRC7_writeReg);