1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-05 15:44:40 +00:00

Reduced 1541 clock slightly to cope with fast loaders

This commit is contained in:
harbaum
2018-08-30 10:18:40 +02:00
parent 000a28d920
commit 64b44825bf

View File

@@ -123,7 +123,7 @@ begin
clk_1M_pulse <= '1';
end if;
-- if count = "000100000" then -- DAR divide by 33 (otherwise real c64 miss EOI acknowledge)
if count = "000011111" then -- TH divide by 32
if count = "000011110" then -- TH divide by 31
count := (others => '0'); -- DAR
else -- DAR
count := std_logic_vector(unsigned(count) + 1);