| 1260 | } |
| 1261 | |
| 1262 | void OPLReInit(FM_OPL *OPL, int clock, int rate) |
| 1263 | { |
| 1264 | /* set channel state pointer */ |
| 1265 | OPL->clock = clock; |
| 1266 | OPL->rate = rate; |
| 1267 | /* init global tables */ |
| 1268 | OPL_initalize(OPL); |
| 1269 | } |
| 1270 | |
| 1271 | |
| 1272 | /* ---------- Destroy one of virtual YM3812 ---------- */ |
nothing calls this directly
no test coverage detected