fix ssg noise

commit 83e571634a9144d48eb4089f5ae1c3d31319e11e of https://github.com/nukeykt/YM2608-LLE
by nukeykt
This commit is contained in:
tildearrow 2024-04-29 01:39:53 -05:00
parent 360469795f
commit b447fa9e68

View file

@ -2336,7 +2336,7 @@ void FMOPNA_2612_Clock(fmopna_2612_t* chip, int clk)
chip->ssg_test = chip->input.test;
chip->ssg_noise_step = chip->ssg_noise_of || chip->ssg_test;
chip->ssg_noise_step = chip->ssg_noise_of || !chip->ssg_test;
}
if (chip->ssg_clk2)
{