Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
static void MMC1_Restore(int version) {
116
MMC1MIRROR();
117
MMC1CHR();
118
MMC1PRG();
119
lreset = 0;
120
}
121
122
static void MMC1CMReset(void) {
123
int i;
Callers
nothing calls this directly
Calls
3
MMC1MIRROR
Function · 0.70
MMC1CHR
Function · 0.70
MMC1PRG
Function · 0.70
Tested by
no test coverage detected