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

Function Sync

src/boards/ks7016.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37static void Sync(void) {
38 setprg8(0x6000, preg);
39 setprg8(0x8000, 0xC);
40 setprg8(0xA000, 0xD);
41 setprg8(0xC000, 0xE);
42 setprg8(0xE000, 0xF);
43 setchr8(0);
44}
45
46static DECLFW(UNLKS7016Write) {
47 u16 mask = (A & 0x30);

Callers 3

DECLFWFunction · 0.70
UNLKS7016PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg8Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected