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

Function Sync

src/boards/ks7013.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36static void Sync(void) {
37 setprg16(0x8000, reg);
38 setprg16(0xc000, ~0);
39 setmirror(mirr);
40 setchr8(0);
41}
42
43static DECLFW(UNLKS7013BLoWrite) {
44 reg = V;

Callers 4

DECLFWFunction · 0.70
UNLKS7013BPowerFunction · 0.70
UNLKS7013BResetFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg16Function · 0.85
setmirrorFunction · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected