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

Function Sync

src/boards/72.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35static void Sync(void) {
36 setprg16(0x8000, preg);
37 setprg16(0xC000, ~0);
38 setchr8(creg);
39}
40
41static DECLFW(M72Write) {
42 if (V & 0x80)

Callers 3

DECLFWFunction · 0.70
M72PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg16Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected