Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/34.cpp:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
};
41
42
static void Sync(void) {
43
setprg8r(0x10, 0x6000, 0);
44
setprg32(0x8000, regs[0]);
45
setchr4(0x0000, regs[1]);
46
setchr4(0x1000, regs[2]);
47
}
48
49
static DECLFW(M34Write) {
50
if (A >= 0x8000)
Callers
3
DECLFW
Function · 0.70
M34Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8r
Function · 0.85
setprg32
Function · 0.85
setchr4
Function · 0.85
Tested by
no test coverage detected