OPL_2
sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE;
if (sc->model == OPL_2)
if (sc->model == OPL_2)
sc->model = OPL_2; /* worst case assumption */
sc->model = OPL_2;
sd->name = sc->model == OPL_2 ? "Yamaha OPL2" : "Yamaha OPL3";
sd->subtype = sc->model == OPL_2 ? SYNTH_SUB_FM_TYPE_ADLIB