Revert "Revert "fix tremolo in YM3812-LLE""
This reverts commit 26817ca1fb
.
This commit is contained in:
parent
a3b77edbba
commit
edea3bc1b6
2
extern/YM3812-LLE/fmopl2.c
vendored
2
extern/YM3812-LLE/fmopl2.c
vendored
|
@ -1026,7 +1026,7 @@ void FMOPL2_Clock(fmopl2_t *chip)
|
||||||
|
|
||||||
if (!chip->am)
|
if (!chip->am)
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue