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

Function LE05Power

src/boards/le05.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void LE05Power(void) {
54 Sync();
55 SetReadHandler(0x6000, 0xFFFF, CartBR);
56 SetWriteHandler(0x8000, 0xFFFF, LE05Write);
57}
58
59void LE05_Init(CartInfo *info) {
60 info->Power = LE05Power;

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected