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

Function M43Power

src/boards/43.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static void M43Power(void) {
63 reg = swap = 0;
64 Sync();
65 SetReadHandler(0x5000, 0xffff, CartBR);
66 SetWriteHandler(0x4020, 0xffff, M43Write);
67}
68
69static void M43Reset(void) {
70}

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected