Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DECLFW
Function
DECLFW
src/boards/186.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static DECLFW(M186Write) {
70
if (A & 0x4203) regs[A & 3] = V;
71
Sync();
72
}
73
74
static DECLFR(M186Read) {
75
switch (A) {
Callers
nothing calls this directly
Calls
1
Sync
Function · 0.70
Tested by
no test coverage detected