Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/ks7013.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
static void Sync(void) {
37
setprg16(0x8000, reg);
38
setprg16(0xc000, ~0);
39
setmirror(mirr);
40
setchr8(0);
41
}
42
43
static DECLFW(UNLKS7013BLoWrite) {
44
reg = V;
Callers
4
DECLFW
Function · 0.70
UNLKS7013BPower
Function · 0.70
UNLKS7013BReset
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg16
Function · 0.85
setmirror
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected