turn on sound

This commit is contained in:
Eugene Lozovoy
2024-09-10 11:21:35 +03:00
parent a335568fb0
commit 8e70b03d19
2 changed files with 13 additions and 13 deletions

View File

@ -823,7 +823,7 @@ wire gs_sel = ~cpu_iorq_n & cpu_m1_n & (cpu_a_bus[7:4] == 'hB && cpu_a_bu
gs #("rtl/sound/gs105b.mif") U15
(
.RESET(reset),
.RESET(reset | 1'b1),
.CLK(clk),
.CE(ce),