Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/77.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
static void Sync(void) {
35
setprg32(0x8000, latche & 7);
36
setchr2(0x0000, latche >> 4);
37
setchr2r(0x10, 0x0800, 2);
38
setchr4r(0x10, 0x1000, 0);
39
}
40
41
static DECLFW(M77Write) {
42
latche = V;
Callers
3
DECLFW
Function · 0.70
M77Power
Function · 0.70
StateRestore
Function · 0.70
Calls
4
setprg32
Function · 0.85
setchr2
Function · 0.85
setchr2r
Function · 0.85
setchr4r
Function · 0.85
Tested by
no test coverage detected