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

Function Sync

src/boards/116.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static void Sync(void) {
160 SyncPRG();
161 SyncCHR();
162 SyncMIR();
163}
164
165static DECLFW(UNLSL12ModeWrite) {
166// FCEU_printf("%04X:%02X\n",A,V);

Callers 3

DECLFWFunction · 0.70
StateRestoreFunction · 0.70
UNLSL12PowerFunction · 0.70

Calls 3

SyncCHRFunction · 0.85
SyncMIRFunction · 0.85
SyncPRGFunction · 0.70

Tested by

no test coverage detected