Revert "fix YMF276-LLE"

This reverts commit 7cb318077c.
This commit is contained in:
tildearrow 2025-04-13 15:36:24 -05:00
parent 7cb318077c
commit ad42b37fb6

View file

@ -1866,11 +1866,11 @@ void FMOPN2_Operator1(fmopn2_t *chip)
} }
if (chip->alg_mod_prev_0) if (chip->alg_mod_prev_0)
{ {
mod2 |= chip->op_output[1] & 0x3fff; mod2 |= chip->op_output[1];
} }
if (chip->alg_mod_prev_1) if (chip->alg_mod_prev_1)
{ {
mod1 |= chip->op_output[1] & 0x3fff; mod1 |= chip->op_output[1];
} }
if (mod1 & (1 << 13)) if (mod1 & (1 << 13))
mod1 |= 1 << 14; mod1 |= 1 << 14;