1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 16:14:42 +00:00

[C64] Send tape motor signal to UART_TX

This commit is contained in:
Gyorgy Szombathelyi
2019-05-02 22:57:22 +02:00
parent dc64adaef4
commit 80f2a2c0e7

View File

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