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

Function M82Power

src/boards/82.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static void M82Power(void) {
67 Sync();
68 SetReadHandler(0x6000, 0xffff, CartBR);
69 SetWriteHandler(0x6000, 0x7fff, CartBW);
70 SetWriteHandler(0x7ef0, 0x7efc, M82Write); // external WRAM might end at $73FF
71 FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
72}
73
74static void M82Close(void) {
75 if (WRAM)

Callers

nothing calls this directly

Calls 4

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
FCEU_CheatAddRAMFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected