MCPcopy 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

43static INPUTC LCDCompZapperCtrl = { ReadLCDCompZapper,0,StrobeLCDCompZapper,UpdateLCDCompZapper,0,0 };
44
45INPUTC* FCEU_InitLCDCompZapper(int w)
46{
47 lcdCompZapperStrobe[w] = lcdCompZapperData[w] = 0;
48 return(&LCDCompZapperCtrl);
49}

Callers 1

SetInputStuffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected