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

Function Sync

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

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setchr8(0);
36 setprg8r(0x10, 0x6000, 0);
37 setprg32(0x8000, reg & 0x1f);
38 setmirror(((reg & 0x20) >> 5) ^ 1);
39}
40
41static DECLFW(M177Write) {
42 reg = V;

Callers 3

DECLFWFunction · 0.70
M177PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 4

setchr8Function · 0.85
setprg8rFunction · 0.85
setprg32Function · 0.85
setmirrorFunction · 0.85

Tested by

no test coverage detected