Skip to content

Commit

Permalink
Fixes #276
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Jul 1, 2023
1 parent d840665 commit 6725662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/mikie/hdl/jtmikie_game.v
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ wire [ 7:0] snd_latch;
wire m2s_on;

assign { dipsw_c, dipsw_b, dipsw_a } = dipsw[17:0];
assign dip_flip = ~dipsw_c[0];
assign dip_flip = dipsw_c[0];
assign debug_view = 0;

always @(*) begin
Expand Down

0 comments on commit 6725662

Please sign in to comment.