1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-22 02:14:58 +00:00

Z80CTC: maybe better handling of trigger input during soft reset

This commit is contained in:
Gyorgy Szombathelyi 2020-02-28 20:13:08 +01:00
parent 642f7c7483
commit 9ec4e0d86f

View File

@ -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;