From 80f2a2c0e7bc21a5e1319854df18f69df50fb5b7 Mon Sep 17 00:00:00 2001 From: Gyorgy Szombathelyi Date: Thu, 2 May 2019 22:57:22 +0200 Subject: [PATCH] [C64] Send tape motor signal to UART_TX --- cores/c64/rtl/mist/c64_mist.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/c64/rtl/mist/c64_mist.vhd b/cores/c64/rtl/mist/c64_mist.vhd index 0bf9e01..bdf9634 100644 --- a/cores/c64/rtl/mist/c64_mist.vhd +++ b/cores/c64/rtl/mist/c64_mist.vhd @@ -1142,7 +1142,7 @@ begin if st_user_port_uart = '0' then -- Protovision 4 player interface flag2_n <= '1'; - UART_TX <= '0'; + UART_TX <= not cass_motor; pb_in(7 downto 6) <= pb_out(7 downto 6); if pb_out(7) = '1' then pb_in(3 downto 0) <= not joyC_c64(3 downto 0);