Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ SyncChr
Function
SyncChr
src/boards/183.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
static void SyncChr(void) {
59
int i;
60
for (i = 0; i < 8; i++)
61
setchr1(i << 10, chr[i]);
62
}
63
64
static void StateRestore(int version) {
65
SyncPrg();
Callers
3
StateRestore
Function · 0.70
DECLFW
Function · 0.70
M183Power
Function · 0.70
Calls
1
setchr1
Function · 0.85
Tested by
no test coverage detected