MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Sync

Function Sync

src/boards/244.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49static void Sync(void) {
50 setprg32(0x8000, preg);
51 setchr8(creg);
52}
53
54static DECLFW(M244Write) {
55 if (V & 8)

Callers 3

DECLFWFunction · 0.70
M244PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected