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

Function Sync

src/boards/79.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32static void Sync(void) {
33 setprg32(0x8000, preg);
34 setchr8(creg);
35}
36
37static DECLFW(M79Write) {
38 if ((A < 0x8000) && ((A ^ 0x4100) == 0)) {

Callers 6

DECLFWFunction · 0.70
M79PowerFunction · 0.70
StateRestoreFunction · 0.70
DECLFWFunction · 0.70
MPowerFunction · 0.70
MRestoreFunction · 0.70

Calls 2

setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected