From ab6417c6faa211a2f78b3aa3b3dee2fb99feead8 Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Wed, 17 Apr 2019 16:42:11 +0200 Subject: [PATCH] pull up cass_read when tape is not running --- cores/c64/rtl/c1530.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/cores/c64/rtl/c1530.vhd b/cores/c64/rtl/c1530.vhd index 7146113..58951b2 100644 --- a/cores/c64/rtl/c1530.vhd +++ b/cores/c64/rtl/c1530.vhd @@ -129,6 +129,7 @@ begin tap_fifo_rdreq <= '0'; if playing = '0' then + cass_read <= '1'; tap_fifo_error <= '0'; wave_cnt <= (others => '0'); wave_len <= (others => '0');