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

Function M31Power

src/boards/inlnsf.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static void M31Power(void) {
47 setchr8(0);
48 regs[7] = 0xFF;
49 Sync();
50 SetReadHandler(0x8000, 0xffff, CartBR);
51 SetWriteHandler(0x5000, 0x5fff, M31Write);
52}
53
54static void StateRestore(int version) {
55 Sync();

Callers

nothing calls this directly

Calls 4

setchr8Function · 0.85
SetReadHandlerFunction · 0.85
SetWriteHandlerFunction · 0.85
SyncFunction · 0.70

Tested by

no test coverage detected