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

Function M77Power

src/boards/77.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static void M77Power(void) {
47 latche = 0;
48 Sync();
49 SetReadHandler(0x8000, 0xFFFF, CartBR);
50 SetWriteHandler(0x8000, 0xFFFF, M77Write);
51}
52
53static void M77Close(void)
54{

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected