MCPcopy 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
58static void SyncChr(void) {
59 int i;
60 for (i = 0; i < 8; i++)
61 setchr1(i << 10, chr[i]);
62}
63
64static void StateRestore(int version) {
65 SyncPrg();

Callers 3

StateRestoreFunction · 0.70
DECLFWFunction · 0.70
M183PowerFunction · 0.70

Calls 1

setchr1Function · 0.85

Tested by

no test coverage detected