aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m6522.vhd8
1 files changed, 4 insertions, 4 deletions
diff --git a/m6522.vhd b/m6522.vhd
index 7cd026c..e01ed10 100644
--- a/m6522.vhd
+++ b/m6522.vhd
@@ -602,9 +602,9 @@ begin
begin
done := (t1c = x"0000");
t1c_done <= done and (phase = "11");
- if (phase = "11") then
+ --if (phase = "11") then
t1_reload_counter <= done and (r_acr(6) = '1');
- end if;
+ --end if;
end process;
p_timer1 : process
@@ -655,9 +655,9 @@ begin
begin
done := (t2c = x"0000");
t2c_done <= done and (phase = "11");
- if (phase = "11") then
+ --if (phase = "11") then
t2_reload_counter <= done;
- end if;
+ --end if;
end process;
p_timer2 : process