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

Function M95Power

src/boards/80.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153static void M95Power(void) {
154 preg[2] = ~1;
155 mcache[0] = mcache[1] = mcache[2] = mcache[3] = 0;
156 mcache[4] = mcache[5] = mcache[6] = mcache[7] = 0;
157 Sync();
158 SetWriteHandler(0x8000, 0xFFFF, M95Write);
159 SetReadHandler(0x8000, 0xFFFF, CartBR);
160}
161
162static void StateRestore(int version) {
163 Sync();

Callers

nothing calls this directly

Calls 3

SetWriteHandlerFunction · 0.85
SetReadHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected