MCPcopy 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

52static INPUTC VirtualBoyCtrl={ReadVB,0,StrobeVB,UpdateVB,0,0};
53
54INPUTC *FCEU_InitVirtualBoy(int w)
55{
56 vbrsb[w]=vbrdata[w]=0;
57 return(&VirtualBoyCtrl);
58}

Callers 1

SetInputStuffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected