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

Function Sync

src/boards/bb.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32static void Sync(void) {
33 setprg8(0x6000, reg & 3);
34 setprg32(0x8000, ~0);
35 setchr8(chr & 3);
36}
37
38static DECLFW(UNLBBWrite) {
39 if ((A & 0x9000) == 0x8000)

Callers 3

DECLFWFunction · 0.70
UNLBBPowerFunction · 0.70
StateRestoreFunction · 0.70

Calls 3

setprg8Function · 0.85
setprg32Function · 0.85
setchr8Function · 0.85

Tested by

no test coverage detected