Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_InitArkanoid
Function
FCEU_InitArkanoid
src/input/arkanoid.cpp:114–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
static INPUTC ARKC={ReadARK, 0, StrobeARK, UpdateARK, 0, 0};
113
114
INPUTC *FCEU_InitArkanoid(int w)
115
{
116
NESArk[w].mzx=98;
117
NESArk[w].mzb=0;
118
return(&ARKC);
119
}
Callers
1
SetInputStuff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected