mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-03-08 03:29:26 +00:00
Fix Reset
This commit is contained in:
@@ -76,7 +76,7 @@ always @(posedge clk_5) begin
|
||||
end
|
||||
|
||||
computer_space_top computerspace(
|
||||
.reset(buttons[1] | status[6]),
|
||||
.reset(buttons[1] | status[0]),
|
||||
.clock_50(clk_sys),
|
||||
.game_clk(clk_5),
|
||||
.signal_ccw(m_left),
|
||||
|
||||
Reference in New Issue
Block a user