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

Function Sync

src/boards/36.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setprg32(0x8000, latche >> 4);
36 setchr8(latche & 0xf);
37}
38
39static DECLFW(M36Write) {
40

Callers 3

DECLFWFunction · 0.70
M36PowerFunction · 0.70
M36RestoreFunction · 0.70

Calls 2

setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected