Revert "Revert "fix tremolo in YMF262-LLE""

This reverts commit 03ca2f113e.
This commit is contained in:
tildearrow 2025-04-13 16:04:53 -05:00
parent edea3bc1b6
commit 9941403bad

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_dv) else if (chip->reg_da)
tremolo = chip->trem_out >> 2; tremolo = chip->trem_out >> 2;
else else
tremolo = chip->trem_out >> 4; tremolo = chip->trem_out >> 4;