MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Sync

Function Sync

src/boards/108.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31static void Sync(void) {
32 setprg8(0x6000, reg);
33 setprg32(0x8000, ~0);
34 setchr8(0);
35}
36
37static DECLFW(M108Write) {
38 reg = V;

Callers 3

DECLFWFunction · 0.70
M108PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8Function · 0.85
setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected