Revision 90
Added by markw about 11 years ago
de1/atari800core_de1.vhd | ||
---|---|---|
|
||
zpu_sio_command <= SIO_COMMAND;
|
||
zpu_sio_rxd <= SIO_TXD;
|
||
SIO_RXD <= zpu_sio_txd;
|
||
SIO_RXD <= zpu_sio_txd and UART_RXD;
|
||
|
||
-- VIDEO
|
||
VGA_HS <= not(VGA_HS_RAW xor VGA_VS_RAW);
|
Also available in: Unified diff
Allow SIO over serial port again