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

Function M253Power

src/boards/253.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void M253Power(void) {
93 vlock = 0;
94 Sync();
95 SetReadHandler(0x6000, 0x7FFF, CartBR);
96 SetWriteHandler(0x6000, 0x7FFF, CartBW);
97 SetReadHandler(0x8000, 0xFFFF, CartBR);
98 SetWriteHandler(0x8000, 0xFFFF, M253Write);
99 FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
100}
101
102static void M253Close(void) {
103 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