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

Function Sync

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

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setprg16(0x8000, preg);
35 setprg16(0xC000, ~0);
36 setchr8(0);
37 if(mirr)
38 setmirror(mirr);
39 else
40 setmirror(hardmirr); // restore hardwired mirroring
41}
42
43static DECLFW(M71Write) {
44 if ((A & 0xF000) == 0x9000)

Callers 3

DECLFWFunction · 0.70
M71PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg16Function · 0.85
setchr8Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected