mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-06 16:14:42 +00:00
[C64] Don't listen to EAR input in UART mode
This commit is contained in:
@@ -1273,7 +1273,7 @@ begin
|
||||
cass_motor => cass_motor,
|
||||
cass_sense => cass_sense,
|
||||
osd_play_stop_toggle => st_tap_play_btn,
|
||||
ear_input => UART_RX
|
||||
ear_input => UART_RX and not st_user_port_uart;
|
||||
);
|
||||
|
||||
comp_sync : entity work.composite_sync
|
||||
|
||||
Reference in New Issue
Block a user