MMC3: Make the Kick Master hack work on multicarts as well.

This commit is contained in:
NewRisingSun
2026-03-10 15:55:01 +01:00
parent 306afa9778
commit 214ca70727
3 changed files with 26 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ void MMC3_syncPRG (int, int);
void MMC3_syncCHR (int, int);
void MMC3_syncMirror ();
void MMC3_clockCounter ();
void MMC3_clockCounter_KickMaster ();
DECLFW (MMC3_writeReg);
void MMC3_clear ();
void MMC3_activate (uint8, void (*)(), uint8, int (*)(uint8), int (*)(uint8), DECLFR((*)), DECLFW((*)));