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

Function Sync

src/boards/120.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, 2);
34 setchr8(0);
35}
36
37static DECLFW(M120Write) {
38 if (A == 0x41FF) {

Callers 3

DECLFWFunction · 0.70
M120PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8Function · 0.85
setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected