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

Function StateRestore

src/boards/68.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static void StateRestore(int version) {
147 Sync();
148 M68NTfix();
149}
150
151void Mapper68_Init(CartInfo *info) {
152 info->Power = M68Power;

Callers

nothing calls this directly

Calls 2

M68NTfixFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected