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

Function Sync185

src/boards/185.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42//7 0x20, 0x21 - Seicross
43
44static void Sync185(void) {
45 // little dirty eh? ;_)
46 if ((datareg & 3) && (datareg != 0x13)) // 1, 2, 3, 4, 5, 6
47 setchr8(0);
48 else
49 setchr8r(0x10, 0);
50}
51
52static void Sync181(void) {
53 if (!(datareg & 1)) // 7

Callers

nothing calls this directly

Calls 2

setchr8Function · 0.85
setchr8rFunction · 0.85

Tested by

no test coverage detected