MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / OPLSetKeyboardHandler

Function OPLSetKeyboardHandler

src/Engine/Adlib/fmopl.cpp:1311–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311void OPLSetKeyboardHandler(FM_OPL *OPL,OPL_PORTHANDLER_W KeyboardHandler_w,OPL_PORTHANDLER_R KeyboardHandler_r,int param)
1312{
1313 OPL->keyboardhandler_w = KeyboardHandler_w;
1314 OPL->keyboardhandler_r = KeyboardHandler_r;
1315 OPL->keyboard_param = param;
1316}
1317#endif
1318/* ---------- YM3812 I/O interface ---------- */
1319int OPLWrite(FM_OPL *OPL,int a,int v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected