Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/108.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
static void Sync(void) {
32
setprg8(0x6000, reg);
33
setprg32(0x8000, ~0);
34
setchr8(0);
35
}
36
37
static DECLFW(M108Write) {
38
reg = V;
Callers
3
DECLFW
Function · 0.70
M108Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8
Function · 0.85
setprg32
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected