From d8fc2fd4d4773cb90ca6b4cf611ff64e8d751119 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 24 May 2021 20:18:33 +0200 Subject: [PATCH] Fix Reset --- .../ComputerSpace_MiST/rtl/ComputerSpace_MiST.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arcade_MiST/Atari Discrete Logic/ComputerSpace_MiST/rtl/ComputerSpace_MiST.sv b/Arcade_MiST/Atari Discrete Logic/ComputerSpace_MiST/rtl/ComputerSpace_MiST.sv index 458d8f96..3fb6ccea 100644 --- a/Arcade_MiST/Atari Discrete Logic/ComputerSpace_MiST/rtl/ComputerSpace_MiST.sv +++ b/Arcade_MiST/Atari Discrete Logic/ComputerSpace_MiST/rtl/ComputerSpace_MiST.sv @@ -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),