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

Function OPLSetTimerHandler

src/Engine/Adlib/fmopl.cpp:1288–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286/* ---------- Option handlers ---------- */
1287
1288void OPLSetTimerHandler(FM_OPL *OPL,OPL_TIMERHANDLER TimerHandler,int channelOffset)
1289{
1290 OPL->TimerHandler = TimerHandler;
1291 OPL->TimerParam = channelOffset;
1292}
1293void OPLSetIRQHandler(FM_OPL *OPL,OPL_IRQHANDLER IRQHandler,int param)
1294{
1295 OPL->IRQHandler = IRQHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected