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

Function Sync

src/boards/77.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setprg32(0x8000, latche & 7);
36 setchr2(0x0000, latche >> 4);
37 setchr2r(0x10, 0x0800, 2);
38 setchr4r(0x10, 0x1000, 0);
39}
40
41static DECLFW(M77Write) {
42 latche = V;

Callers 3

DECLFWFunction · 0.70
M77PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 4

setprg32Function · 0.85
setchr2Function · 0.85
setchr2rFunction · 0.85
setchr4rFunction · 0.85

Tested by

no test coverage detected