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

Function OPLSetIRQHandler

src/Engine/Adlib/fmopl.cpp:1293–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291 OPL->TimerParam = channelOffset;
1292}
1293void OPLSetIRQHandler(FM_OPL *OPL,OPL_IRQHANDLER IRQHandler,int param)
1294{
1295 OPL->IRQHandler = IRQHandler;
1296 OPL->IRQParam = param;
1297}
1298void OPLSetUpdateHandler(FM_OPL *OPL,OPL_UPDATEHANDLER UpdateHandler,int param)
1299{
1300 OPL->UpdateHandler = UpdateHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected