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

Function Sync

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

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setprg8(0x6000, preg[0]);
35 setprg8(0x8000, 0xa);
36 setprg8(0xa000, 0xb);
37 setprg8(0xc000, 0x6);
38 setprg8(0xe000, 0x7);
39 setchr8(0x0c);
40 setmirror(mirr);
41}
42
43static DECLFW(UNLKS7010Write) {
44 switch (A) {

Callers 4

DECLFWFunction · 0.70
UNLKS7010ResetFunction · 0.70
UNLKS7010PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8Function · 0.85
setchr8Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected