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

Function Sync

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

Source from the content-addressed store, hash-verified

32};
33
34static void Sync(void) {
35 setmirror(MI_0);
36 setprg32(0x8000, reg & 3);
37 setchr4(0x0000, (reg & 4) | ppulatch);
38 setchr4(0x1000, (reg & 4) | 3);
39}
40
41static DECLFW(M96Write) {
42 reg = V;

Callers 4

DECLFWFunction · 0.70
M96HookFunction · 0.70
M96PowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setmirrorFunction · 0.85
setprg32Function · 0.85
setchr4Function · 0.85

Tested by

no test coverage detected