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

Function M65Power

src/boards/65.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void M65Power(void) {
78 preg[2] = ~1;
79 Sync();
80 SetReadHandler(0x8000, 0xFFFF, CartBR);
81 SetWriteHandler(0x8000, 0xFFFF, M65Write);
82}
83
84void M65IRQ(int a) {
85 if (IRQa) {

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected