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

Function Mapper79_Init

src/boards/79.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void Mapper79_Init(CartInfo *info) {
58 info->Power = M79Power;
59 AddExState(&StateRegs, ~0, 0, 0);
60 GameStateRestore = StateRestore;
61}

Callers

nothing calls this directly

Calls 1

AddExStateFunction · 0.85

Tested by

no test coverage detected