mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-17 00:22:41 +00:00
Fix Reset
This commit is contained in:
parent
c7a593bc6d
commit
d8fc2fd4d4
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user