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

Function Sync

src/boards/99.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setchr8((latch >> 2) & 1);
36 setprg8r(0x10, 0x6000, 0);
37 setprg32(0x8000, 0);
38 setprg8(0x8000, latch & 4); /* Special for VS Gumshoe */
39}
40
41static DECLFW(M99Write) {
42 latch = V;

Callers 3

DECLFWFunction · 0.70
M99PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 4

setchr8Function · 0.85
setprg8rFunction · 0.85
setprg32Function · 0.85
setprg8Function · 0.85

Tested by

no test coverage detected