Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_InitLCDCompZapper
Function
FCEU_InitLCDCompZapper
src/input/lcdcompzapper.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
static INPUTC LCDCompZapperCtrl = { ReadLCDCompZapper,0,StrobeLCDCompZapper,UpdateLCDCompZapper,0,0 };
44
45
INPUTC* FCEU_InitLCDCompZapper(int w)
46
{
47
lcdCompZapperStrobe[w] = lcdCompZapperData[w] = 0;
48
return(&LCDCompZapperCtrl);
49
}
Callers
1
SetInputStuff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected