| 1302 | } |
| 1303 | #if BUILD_Y8950 |
| 1304 | void OPLSetPortHandler(FM_OPL *OPL,OPL_PORTHANDLER_W PortHandler_w,OPL_PORTHANDLER_R PortHandler_r,int param) |
| 1305 | { |
| 1306 | OPL->porthandler_w = PortHandler_w; |
| 1307 | OPL->porthandler_r = PortHandler_r; |
| 1308 | OPL->port_param = param; |
| 1309 | } |
| 1310 | |
| 1311 | void OPLSetKeyboardHandler(FM_OPL *OPL,OPL_PORTHANDLER_W KeyboardHandler_w,OPL_PORTHANDLER_R KeyboardHandler_r,int param) |
| 1312 | { |
nothing calls this directly
no outgoing calls
no test coverage detected