Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
static uint8 latche;
24
25
static void Sync(void) {
26
setprg16(0x8000, latche);
27
setprg16(0xC000, 8);
28
}
29
30
static DECLFW(DREAMWrite) {
31
latche = V & 7;
Callers
3
DECLFW
Function · 0.70
DREAMPower
Function · 0.70
Restore
Function · 0.70
Calls
1
setprg16
Function · 0.85
Tested by
no test coverage detected