From e4554d1e583e4226965820a0dd9d558c6f614de3 Mon Sep 17 00:00:00 2001 From: Eugene Lozovoy Date: Tue, 24 Sep 2024 23:59:33 +0300 Subject: [PATCH] tune jt49 to match sound output as on zx-multisound and zxtune --- rtl/sound/jt12/jt12_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/sound/jt12/jt12_top.v b/rtl/sound/jt12/jt12_top.v index 2f584e9..9ed7c16 100644 --- a/rtl/sound/jt12/jt12_top.v +++ b/rtl/sound/jt12/jt12_top.v @@ -453,7 +453,7 @@ endgenerate `ifndef NOSSG generate if( use_ssg==1 ) begin : gen_ssg - jt49 #(.COMP(3'b01), .CLKDIV(JT49_DIV), .YM2203_LUMPED(YM2203_LUMPED)) + jt49 #(.COMP(3'b00), .CLKDIV(JT49_DIV), .YM2203_LUMPED(YM2203_LUMPED)) u_psg( // note that input ports are not multiplexed .rst_n ( ~rst ), .clk ( clk ), // signal on positive edge