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

Function Sync

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

Source from the content-addressed store, hash-verified

36};
37
38static void Sync(void) {
39 setprg8(0x6000, 0xF);
40 setprg8(0x8000, 0x8);
41 setprg8(0xa000, 0x9);
42 setprg8(0xc000, reg);
43 setprg8(0xe000, 0xB);
44 setchr8(0);
45}
46
47static DECLFW(M50Write) {
48 switch (A & 0xD160) {

Callers 3

DECLFWFunction · 0.70
M50PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 2

setprg8Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected