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

Function LH53Power

src/boards/lh53.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void LH53Power(void) {
78 Sync();
79 SetReadHandler(0x6000, 0xFFFF, CartBR);
80 SetWriteHandler(0xB800, 0xD7FF, LH53RamWrite);
81 SetWriteHandler(0xE000, 0xEFFF, LH53IRQaWrite);
82 SetWriteHandler(0xF000, 0xFFFF, LH53Write);
83 FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
84}
85
86static void LH53Close(void) {
87 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