From 0f1eb09080be6fd8e855d378c39da335ef24895f Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Mon, 10 Aug 2020 19:46:17 +0200 Subject: [PATCH] Fix signal name --- T80.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T80.vhd b/T80.vhd index 4b1be4a..a466db6 100644 --- a/T80.vhd +++ b/T80.vhd @@ -1236,7 +1236,7 @@ begin IntCycle <= '1'; IntE_FF1 <= '0'; IntE_FF2 <= '0'; - elsif (Halt_FF = '1' and INT_s = '1' and Mode = 3) then + elsif (Halt_FF = '1' and INT_n = '0' and Mode = 3) then Halt_FF <= '0'; end if; else