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

Function Sync

src/boards/34.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42static void Sync(void) {
43 setprg8r(0x10, 0x6000, 0);
44 setprg32(0x8000, regs[0]);
45 setchr4(0x0000, regs[1]);
46 setchr4(0x1000, regs[2]);
47}
48
49static DECLFW(M34Write) {
50 if (A >= 0x8000)

Callers 3

DECLFWFunction · 0.70
M34PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8rFunction · 0.85
setprg32Function · 0.85
setchr4Function · 0.85

Tested by

no test coverage detected