fix tremolo in YM3812-LLE
This commit is contained in:
parent
e4ffb2b3d3
commit
04ec880b50
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)
|
||||
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