X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=boards%2Fmmc3.h;h=df3f0b96b6e31fcaa6174c22ebe38ec169153e5c;hb=HEAD;hp=e2c71497a4a344f286fb6660c36917e0d29c034e;hpb=d97315ac0bca825d2d50a44453bc5652946e2c67;p=fceu.git diff --git a/boards/mmc3.h b/boards/mmc3.h index e2c7149..df3f0b9 100644 --- a/boards/mmc3.h +++ b/boards/mmc3.h @@ -1,7 +1,10 @@ extern uint8 MMC3_cmd; -extern uint8 *WRAM; -//extern uint8 *CHRRAM; +extern int mmc3opts; +extern uint8 A000B; +extern uint8 A001B; extern uint8 EXPREGS[8]; +extern uint8 DRegBuf[8]; + #undef IRQCount #undef IRQLatch #undef IRQa @@ -13,6 +16,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);