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

Function M244Power

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

Source from the content-addressed store, hash-verified

60}
61
62static void M244Power(void) {
63 preg = creg = 0;
64 Sync();
65 SetWriteHandler(0x8000, 0xFFFF, M244Write);
66 SetReadHandler(0x8000, 0xFFFF, CartBR);
67}
68
69static void StateRestore(int version) {
70 Sync();

Callers

nothing calls this directly

Calls 3

SetWriteHandlerFunction · 0.85
SetReadHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected