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

Function Sync181

src/boards/185.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void Sync181(void) {
53 if (!(datareg & 1)) // 7
54 setchr8(0);
55 else
56 setchr8r(0x10, 0);
57}
58
59static DECLFW(MWrite) {
60 datareg = V;

Callers

nothing calls this directly

Calls 2

setchr8Function · 0.85
setchr8rFunction · 0.85

Tested by

no test coverage detected