X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=boards%2Fmmc3.h;h=a5e03cde0d40a1b1584cbf1efcb1caf0328a5703;hb=386f5371eb984fb9c2860c83e740890a75cd45c1;hp=e2c71497a4a344f286fb6660c36917e0d29c034e;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67;p=fceu.git diff --git a/boards/mmc3.h b/boards/mmc3.h index e2c7149..a5e03cd 100644 --- a/boards/mmc3.h +++ b/boards/mmc3.h @@ -1,7 +1,9 @@ extern uint8 MMC3_cmd; -extern uint8 *WRAM; -//extern uint8 *CHRRAM; +extern uint8 A000B; +extern uint8 A001B; extern uint8 EXPREGS[8]; +extern uint8 DRegBuf[8]; + #undef IRQCount #undef IRQLatch #undef IRQa @@ -13,6 +15,7 @@ extern void (*cwrap)(uint32 A, uint8 V); extern void (*mwrap)(uint8 V); void GenMMC3Power(void); +void GenMMC3Restore(int version); void MMC3RegReset(void); void FixMMC3PRG(int V); void FixMMC3CHR(int V);