| 1309 | } |
| 1310 | |
| 1311 | void OPLSetKeyboardHandler(FM_OPL *OPL,OPL_PORTHANDLER_W KeyboardHandler_w,OPL_PORTHANDLER_R KeyboardHandler_r,int param) |
| 1312 | { |
| 1313 | OPL->keyboardhandler_w = KeyboardHandler_w; |
| 1314 | OPL->keyboardhandler_r = KeyboardHandler_r; |
| 1315 | OPL->keyboard_param = param; |
| 1316 | } |
| 1317 | #endif |
| 1318 | /* ---------- YM3812 I/O interface ---------- */ |
| 1319 | int OPLWrite(FM_OPL *OPL,int a,int v) |
nothing calls this directly
no outgoing calls
no test coverage detected