tune jt49 to match sound output as on zx-multisound and zxtune

This commit is contained in:
Eugene Lozovoy
2024-09-24 23:59:33 +03:00
parent feab410de9
commit e4554d1e58

View File

@ -453,7 +453,7 @@ endgenerate
`ifndef NOSSG `ifndef NOSSG
generate generate
if( use_ssg==1 ) begin : gen_ssg 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 u_psg( // note that input ports are not multiplexed
.rst_n ( ~rst ), .rst_n ( ~rst ),
.clk ( clk ), // signal on positive edge .clk ( clk ), // signal on positive edge