From 85ecc5a728e62b33bc68acf27e3cdc5ec9a39e87 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 27 Nov 2022 18:30:29 +0100 Subject: [PATCH] Update phoenix_effect1.vhd --- Arcade_MiST/Phoenix Hardware/rtl/phoenix_effect1.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arcade_MiST/Phoenix Hardware/rtl/phoenix_effect1.vhd b/Arcade_MiST/Phoenix Hardware/rtl/phoenix_effect1.vhd index 43c9433b..66a4d199 100644 --- a/Arcade_MiST/Phoenix Hardware/rtl/phoenix_effect1.vhd +++ b/Arcade_MiST/Phoenix Hardware/rtl/phoenix_effect1.vhd @@ -133,7 +133,7 @@ begin u_c1 <= (others => '0'); else cnt := cnt + 1; - if trigger = '1' then + if trigger = '0' then if cnt = Cmd_ikc then cnt := 0; u_c1 <= u_c1 + (Cmd_iVFc - u_c1)/Cmd_div;