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

Function M67Power

src/boards/67.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static void M67Power(void) {
79 suntoggle = 0;
80 Sync();
81 SetReadHandler(0x8000, 0xFFFF, CartBR);
82 SetWriteHandler(0x8000, 0xFFFF, M67Write);
83}
84
85void M67IRQ(int a) {
86 if (IRQa) {

Callers

nothing calls this directly

Calls 3

SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected