Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/168.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
};
32
33
static void Sync(void) {
34
setchr4r(0x10, 0x0000, 0);
35
setchr4r(0x10, 0x1000, reg & 0x0f);
36
setprg16(0x8000, reg >> 6);
37
setprg16(0xc000, ~0);
38
}
39
40
static DECLFW(M168Write) {
41
reg = V;
Callers
3
DECLFW
Function · 0.70
M168Power
Function · 0.70
StateRestore
Function · 0.70
Calls
2
setchr4r
Function · 0.85
setprg16
Function · 0.85
Tested by
no test coverage detected