MCPcopy 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
32static void Sync(void) {
33 setprg32(0x8000, (reg1 & 1) + ((reg0 & 0xF) << 1));
34 setchr8(((reg1 >> 4) & 7) + ((reg0 & 0xF0) >> 1));
35}
36
37static DECLFW(M46Write0) {
38 reg0 = V;

Callers 4

DECLFWFunction · 0.70
M46PowerFunction · 0.70
M46ResetFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected