Skip to content

Commit

Permalink
Decrease the volume a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurco committed Sep 21, 2018
1 parent ed42a1f commit 5cdc5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vic20.sv
Original file line number Diff line number Diff line change
Expand Up @@ -370,15 +370,15 @@ sigma_delta_dac #(15) dac_l
(
.CLK(clk_sys),
.RESET(reset),
.DACin(vic_audio),
.DACin({1'b0, vic_audio[15:1]}),
.DACout(AUDIO_L)
);

sigma_delta_dac #(15) dac_r
(
.CLK(clk_sys),
.RESET(reset),
.DACin(vic_audio),
.DACin({1'b0, vic_audio[15:1]}),
.DACout(AUDIO_R)
);
////////////////// VIDEO //////////////////
Expand Down

0 comments on commit 5cdc5ab

Please sign in to comment.