Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
static void Sync(void) {
160
SyncPRG();
161
SyncCHR();
162
SyncMIR();
163
}
164
165
static DECLFW(UNLSL12ModeWrite) {
166
// FCEU_printf(
"%04X:%02X\n"
,A,V);
Callers
3
DECLFW
Function · 0.70
StateRestore
Function · 0.70
UNLSL12Power
Function · 0.70
Calls
3
SyncCHR
Function · 0.85
SyncMIR
Function · 0.85
SyncPRG
Function · 0.70
Tested by
no test coverage detected