Revert "fix tremolo in YMF262-LLE"

This reverts commit d6bb2bd7c4.
This commit is contained in:
tildearrow 2025-04-13 15:36:27 -05:00
parent ad42b37fb6
commit 03ca2f113e

View file

@ -1004,7 +1004,7 @@ void FMOPL3_Clock(fmopl3_t *chip)
if (!chip->am[1]) if (!chip->am[1])
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;