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

Function Sync

src/boards/168.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33static void Sync(void) {
34 setchr4r(0x10, 0x0000, 0);
35 setchr4r(0x10, 0x1000, reg & 0x0f);
36 setprg16(0x8000, reg >> 6);
37 setprg16(0xc000, ~0);
38}
39
40static DECLFW(M168Write) {
41 reg = V;

Callers 3

DECLFWFunction · 0.70
M168PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setchr4rFunction · 0.85
setprg16Function · 0.85

Tested by

no test coverage detected