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

Function Sync

src/boards/dream.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23static uint8 latche;
24
25static void Sync(void) {
26 setprg16(0x8000, latche);
27 setprg16(0xC000, 8);
28}
29
30static DECLFW(DREAMWrite) {
31 latche = V & 7;

Callers 3

DECLFWFunction · 0.70
DREAMPowerFunction · 0.70
RestoreFunction · 0.70

Calls 1

setprg16Function · 0.85

Tested by

no test coverage detected