Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/lh32.cpp:36–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
static void Sync(void) {
37
setprg8(0x6000, reg);
38
setprg8(0x8000, ~3);
39
setprg8(0xa000, ~2);
40
setprg8r(0x10, 0xc000, 0);
41
setprg8(0xe000, ~0);
42
setchr8(0);
43
}
44
45
static DECLFW(LH32Write) {
46
reg = V;
Callers
3
DECLFW
Function · 0.70
LH32Power
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8
Function · 0.85
setprg8r
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected