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

Function OPLSetUpdateHandler

src/Engine/Adlib/fmopl.cpp:1298–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 OPL->IRQParam = param;
1297}
1298void OPLSetUpdateHandler(FM_OPL *OPL,OPL_UPDATEHANDLER UpdateHandler,int param)
1299{
1300 OPL->UpdateHandler = UpdateHandler;
1301 OPL->UpdateParam = param;
1302}
1303#if BUILD_Y8950
1304void OPLSetPortHandler(FM_OPL *OPL,OPL_PORTHANDLER_W PortHandler_w,OPL_PORTHANDLER_R PortHandler_r,int param)
1305{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected