| 1291 | OPL->TimerParam = channelOffset; |
| 1292 | } |
| 1293 | void OPLSetIRQHandler(FM_OPL *OPL,OPL_IRQHANDLER IRQHandler,int param) |
| 1294 | { |
| 1295 | OPL->IRQHandler = IRQHandler; |
| 1296 | OPL->IRQParam = param; |
| 1297 | } |
| 1298 | void OPLSetUpdateHandler(FM_OPL *OPL,OPL_UPDATEHANDLER UpdateHandler,int param) |
| 1299 | { |
| 1300 | OPL->UpdateHandler = UpdateHandler; |
nothing calls this directly
no outgoing calls
no test coverage detected