Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/ks7017.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
static void Sync(void) {
42
setprg16(0x8000, reg);
43
setprg16(0xC000, 2);
44
setmirror(mirr);
45
}
46
47
static DECLFW(UNLKS7017Write) {
48
// FCEU_printf(
"bs %04x %02x\n"
,A,V);
Callers
3
DECLFW
Function · 0.70
UNLKS7017Power
Function · 0.70
StateRestore
Function · 0.70
Calls
2
setprg16
Function · 0.85
setmirror
Function · 0.85
Tested by
no test coverage detected