Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DECLFW
Function
DECLFW
src/boards/246.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static DECLFW(M246Write) {
46
regs[A & 7] = V;
47
Sync();
48
}
49
50
static void M246Power(void) {
51
regs[0] = regs[1] = regs[2] = regs[3] = ~0;
Callers
nothing calls this directly
Calls
1
Sync
Function · 0.70
Tested by
no test coverage detected