MCPcopy Create free account
hub / github.com/TASEmulators/fceux / MMC1_Restore

Function MMC1_Restore

src/boards/fns.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static void MMC1_Restore(int version) {
116 MMC1MIRROR();
117 MMC1CHR();
118 MMC1PRG();
119 lreset = 0;
120}
121
122static void MMC1CMReset(void) {
123 int i;

Callers

nothing calls this directly

Calls 3

MMC1MIRRORFunction · 0.70
MMC1CHRFunction · 0.70
MMC1PRGFunction · 0.70

Tested by

no test coverage detected