mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 23:01:37 +03:00
tune jt49 to match sound output as on zx-multisound and zxtune
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user