From 9ec4e0d86f0f52911719e585218da85dcc43b843 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Fri, 28 Feb 2020 20:13:08 +0100 Subject: [PATCH] Z80CTC: maybe better handling of trigger input during soft reset --- common/IO/Z80CTC/ctc_counter.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/IO/Z80CTC/ctc_counter.vhd b/common/IO/Z80CTC/ctc_counter.vhd index 58409ca2..da17d608 100644 --- a/common/IO/Z80CTC/ctc_counter.vhd +++ b/common/IO/Z80CTC/ctc_counter.vhd @@ -118,7 +118,7 @@ begin time_constant_loaded <= '0'; zc_to_in <= '0'; -- zc_to_in_r <= '0'; - clk_trg_r <= clk_trg; + clk_trg_r <= clk_trg xor d_in(4); end if; end if;