mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
fix ssg noise
commit 83e571634a9144d48eb4089f5ae1c3d31319e11e of https://github.com/nukeykt/YM2608-LLE by nukeykt
This commit is contained in:
parent
360469795f
commit
b447fa9e68
1 changed files with 1 additions and 1 deletions
2
extern/YM2608-LLE/fmopna_impl.c
vendored
2
extern/YM2608-LLE/fmopna_impl.c
vendored
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue