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

Function Sync

src/boards/vrc3.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45static void Sync(void) {
46 setprg8r(0x10, 0x6000, 0);
47 setprg16(0x8000, preg);
48 setprg16(0xC000, ~0);
49 setchr8(0);
50}
51
52static DECLFW(M73Write) {
53 switch (A & 0xF000) {

Callers 3

DECLFWFunction · 0.70
M73PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8rFunction · 0.85
setprg16Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected