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

Function M50Power

src/boards/50.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static void M50Power(void) {
55 reg = 0;
56 Sync();
57 SetReadHandler(0x6000, 0xffff, CartBR);
58 SetWriteHandler(0x4020, 0x5fff, M50Write);
59}
60
61static void M50Reset(void) {
62}

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected