From d8a1bfce9654036139ab0c769a8d073d84f296ef Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Wed, 17 Apr 2019 21:14:57 +0200 Subject: [PATCH] do not reset pulse counters when playing is paused --- cores/c64/rtl/c1530.vhd | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cores/c64/rtl/c1530.vhd b/cores/c64/rtl/c1530.vhd index a8b314c..2646c98 100644 --- a/cores/c64/rtl/c1530.vhd +++ b/cores/c64/rtl/c1530.vhd @@ -132,13 +132,6 @@ begin end if; tap_fifo_rdreq <= '0'; - if playing = '0' then - tap_fifo_error <= '0'; - wave_cnt <= (others => '0'); - wave_len <= (others => '0'); - tap_player_tick_cnt <= (others => '0'); - wav_player_tick_cnt <= (others => '0'); - end if; if (playing = '1') and (wav_mode = '1') then