Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
static 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
97
static uint8 ReadZapper(int w, uint8 ret)
Callers
1
ReadZapper
Function · 0.70
Calls
1
FCEUPPU_LineUpdate
Function · 0.85
Tested by
no test coverage detected