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

Function CheckColor

src/input/shadow.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static INLINE int CheckColor(void)
88{
89 FCEUPPU_LineUpdate();
90
91 if((ZD.zaphit+10)>=(timestampbase+timestamp)) return(0);
92
93 return(1);
94}
95
96
97static uint8 ReadZapper(int w, uint8 ret)

Callers 1

ReadZapperFunction · 0.70

Calls 1

FCEUPPU_LineUpdateFunction · 0.85

Tested by

no test coverage detected