| 1296 | OPL->IRQParam = param; |
| 1297 | } |
| 1298 | void OPLSetUpdateHandler(FM_OPL *OPL,OPL_UPDATEHANDLER UpdateHandler,int param) |
| 1299 | { |
| 1300 | OPL->UpdateHandler = UpdateHandler; |
| 1301 | OPL->UpdateParam = param; |
| 1302 | } |
| 1303 | #if BUILD_Y8950 |
| 1304 | void OPLSetPortHandler(FM_OPL *OPL,OPL_PORTHANDLER_W PortHandler_w,OPL_PORTHANDLER_R PortHandler_r,int param) |
| 1305 | { |
nothing calls this directly
no outgoing calls
no test coverage detected