MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_InitSuborKB

Function FCEU_InitSuborKB

src/input/suborkb.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78static INPUTCFC SuborKB = { SuborKB_Read, SuborKB_Write, SuborKB_Strobe, SuborKB_Update, 0, 0 };
79
80INPUTCFC *FCEU_InitSuborKB(void) {
81 memset(bufit, 0, sizeof(bufit));
82 ksmode = ksindex = 0;
83 return(&SuborKB);
84}

Callers 1

SetInputStuffFCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected