Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/96.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
static void Sync(void) {
35
setmirror(MI_0);
36
setprg32(0x8000, reg & 3);
37
setchr4(0x0000, (reg & 4) | ppulatch);
38
setchr4(0x1000, (reg & 4) | 3);
39
}
40
41
static DECLFW(M96Write) {
42
reg = V;
Callers
4
DECLFW
Function · 0.70
M96Hook
Function · 0.70
M96Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setmirror
Function · 0.85
setprg32
Function · 0.85
setchr4
Function · 0.85
Tested by
no test coverage detected