Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync181
Function
Sync181
src/boards/185.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
static void Sync181(void) {
53
if (!(datareg & 1)) // 7
54
setchr8(0);
55
else
56
setchr8r(0x10, 0);
57
}
58
59
static DECLFW(MWrite) {
60
datareg = V;
Callers
nothing calls this directly
Calls
2
setchr8
Function · 0.85
setchr8r
Function · 0.85
Tested by
no test coverage detected