Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/99.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
static void Sync(void) {
35
setchr8((latch >> 2) & 1);
36
setprg8r(0x10, 0x6000, 0);
37
setprg32(0x8000, 0);
38
setprg8(0x8000, latch & 4); /* Special for VS Gumshoe */
39
}
40
41
static DECLFW(M99Write) {
42
latch = V;
Callers
3
DECLFW
Function · 0.70
M99Power
Function · 0.70
StateRestore
Function · 0.70
Calls
4
setchr8
Function · 0.85
setprg8r
Function · 0.85
setprg32
Function · 0.85
setprg8
Function · 0.85
Tested by
no test coverage detected