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

Function M79Power

src/boards/79.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static void M79Power(void) {
46 preg = ~0;
47 Sync();
48 SetWriteHandler(0x4100, 0x5FFF, M79Write);
49 SetWriteHandler(0x8000, 0xFFFF, M79Write);
50 SetReadHandler(0x8000, 0xFFFF, CartBR);
51}
52
53static void StateRestore(int version) {
54 Sync();

Callers

nothing calls this directly

Calls 3

SetWriteHandlerFunction · 0.85
SetReadHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected