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

Function Sync

src/boards/ks7017.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41static void Sync(void) {
42 setprg16(0x8000, reg);
43 setprg16(0xC000, 2);
44 setmirror(mirr);
45}
46
47static DECLFW(UNLKS7017Write) {
48// FCEU_printf("bs %04x %02x\n",A,V);

Callers 3

DECLFWFunction · 0.70
UNLKS7017PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg16Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected