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

Function M62Power

src/boards/62.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static void M62Power(void) {
49 bank = mode = 0;
50 Sync();
51 SetWriteHandler(0x8000, 0xFFFF, M62Write);
52 SetReadHandler(0x8000, 0xFFFF, CartBR);
53}
54
55static void M62Reset(void) {
56 bank = mode = 0;

Callers

nothing calls this directly

Calls 3

SetWriteHandlerFunction · 0.85
SetReadHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected