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

Function M80Power

src/boards/80.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static void M80Power(void) {
137 wram_enable = 0xFF;
138 Sync();
139 SetReadHandler(0x7F00, 0x7FFF, M80RamRead);
140 SetWriteHandler(0x7F00, 0x7FFF, M80RamWrite);
141 SetWriteHandler(0x7EF0, 0x7EFF, M80Write);
142 SetReadHandler(0x8000, 0xFFFF, CartBR);
143}
144
145static void M207Power(void) {
146 mcache[0] = mcache[1] = mcache[2] = mcache[3] = 0;

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected