Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DECLFW
Function
DECLFW
src/boards/79.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
static DECLFW(M79Write) {
38
if ((A < 0x8000) && ((A ^ 0x4100) == 0)) {
39
preg = (V >> 3) & 1;
40
}
41
creg = V & 7;
42
Sync();
43
}
44
45
static void M79Power(void) {
46
preg = ~0;
Callers
1
mmc3.h
File · 0.70
Calls
1
Sync
Function · 0.70
Tested by
no test coverage detected