Revert "fix tremolo in YM3812-LLE"

This reverts commit 04ec880b50.
This commit is contained in:
tildearrow 2025-04-13 15:36:30 -05:00
parent 03ca2f113e
commit 26817ca1fb

View file

@ -1026,7 +1026,7 @@ void FMOPL2_Clock(fmopl2_t *chip)
if (!chip->am) if (!chip->am)
tremolo = 0; tremolo = 0;
else if (chip->reg_da) else if (chip->reg_dv)
tremolo = chip->trem_out >> 2; tremolo = chip->trem_out >> 2;
else else
tremolo = chip->trem_out >> 4; tremolo = chip->trem_out >> 4;