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

Function Sync

src/boards/42.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40static void Sync(void) {
41 setprg8(0x6000, preg);
42 setprg32(0x8000, ~0);
43 setchr8(creg);
44 setmirror(mirr);
45}
46
47static DECLFW(M42Write) {
48 switch (A & 0xE003) {

Callers 3

DECLFWFunction · 0.70
M42PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 4

setprg8Function · 0.85
setprg32Function · 0.85
setchr8Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected