Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/46.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
static void Sync(void) {
33
setprg32(0x8000, (reg1 & 1) + ((reg0 & 0xF) << 1));
34
setchr8(((reg1 >> 4) & 7) + ((reg0 & 0xF0) >> 1));
35
}
36
37
static DECLFW(M46Write0) {
38
reg0 = V;
Callers
4
DECLFW
Function · 0.70
M46Power
Function · 0.70
M46Reset
Function · 0.70
StateRestore
Function · 0.70
Calls
2
setprg32
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected