mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 14:49:02 +00:00
PDP10, PDP11, Unibus VAX: Set CH11 TX done on reset.
This commit is contained in:
@@ -336,7 +336,7 @@ t_stat ch_rd (int32 *data, int32 PA, int32 access)
|
|||||||
|
|
||||||
void ch_clear (void)
|
void ch_clear (void)
|
||||||
{
|
{
|
||||||
status = 0;
|
status = TXD;
|
||||||
rx_count = 0;
|
rx_count = 0;
|
||||||
tx_count = 0;
|
tx_count = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user