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

Function M46Power

src/boards/46.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static void M46Power(void) {
48 reg0 = reg1 = 0;
49 Sync();
50 SetReadHandler(0x8000, 0xFFFF, CartBR);
51 SetWriteHandler(0x6000, 0x7FFF, M46Write0);
52 SetWriteHandler(0x8000, 0xFFFF, M46Write1);
53}
54
55static void M46Reset(void) {
56 reg0 = reg1 = 0;

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected