fix tremolo in YMF262-LLE
This commit is contained in:
parent
04ec880b50
commit
d6bb2bd7c4
2
extern/YMF262-LLE/fmopl3.c
vendored
2
extern/YMF262-LLE/fmopl3.c
vendored
|
@ -1004,7 +1004,7 @@ void FMOPL3_Clock(fmopl3_t *chip)
|
|||
|
||||
if (!chip->am[1])
|
||||
tremolo = 0;
|
||||
else if (chip->reg_dv)
|
||||
else if (chip->reg_da)
|
||||
tremolo = chip->trem_out >> 2;
|
||||
else
|
||||
tremolo = chip->trem_out >> 4;
|
||||
|
|
Loading…
Reference in a new issue