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

Function Sync

src/boards/41.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setprg32(0x8000, mainreg & 7);
35 setchr8(chrreg);
36 setmirror(mirror);
37}
38
39static DECLFW(M41Write0) {
40 mainreg = A & 0xFF;

Callers 3

DECLFWFunction · 0.70
M41PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg32Function · 0.85
setchr8Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected