Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ Sync
Function
Sync
src/boards/bb.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
};
31
32
static void Sync(void) {
33
setprg8(0x6000, reg & 3);
34
setprg32(0x8000, ~0);
35
setchr8(chr & 3);
36
}
37
38
static DECLFW(UNLBBWrite) {
39
if ((A & 0x9000) == 0x8000)
Callers
3
DECLFW
Function · 0.70
UNLBBPower
Function · 0.70
StateRestore
Function · 0.70
Calls
3
setprg8
Function · 0.85
setprg32
Function · 0.85
setchr8
Function · 0.85
Tested by
no test coverage detected