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

Function M232Power

src/boards/232.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void M232Power(void) {
53 bank = preg = 0;
54 Sync();
55 SetWriteHandler(0x8000, 0xBFFF, M232WriteBank);
56 SetWriteHandler(0xC000, 0xFFFF, M232WritePreg);
57 SetReadHandler(0x8000, 0xFFFF, CartBR);
58}
59
60static void StateRestore(int version) {
61 Sync();

Callers

nothing calls this directly

Calls 3

SetWriteHandlerFunction · 0.85
SetReadHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected