Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_InitVirtualBoy
Function
FCEU_InitVirtualBoy
src/input/virtualboy.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
static INPUTC VirtualBoyCtrl={ReadVB,0,StrobeVB,UpdateVB,0,0};
53
54
INPUTC *FCEU_InitVirtualBoy(int w)
55
{
56
vbrsb[w]=vbrdata[w]=0;
57
return(&VirtualBoyCtrl);
58
}
Callers
1
SetInputStuff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected