mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-19 07:11:22 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user