1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 08:04:41 +00:00

pull up cass_read when tape is not running

This commit is contained in:
nino-porcino
2019-04-17 16:42:11 +02:00
parent 255dac8ccc
commit ab6417c6fa

View File

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