mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 22:58:53 +00:00
TMXR: Change rx and tx delta values to be usecs including the speed factor
This commit is contained in:
@@ -536,7 +536,7 @@ switch ((PA >> 1) & 03) { /* case on PA<2:1> */
|
||||
if (c >= 0) { /* store char */
|
||||
tmxr_putc_ln (lp, c);
|
||||
dz_update_xmti ();
|
||||
sim_activate_after_abs (&dz_unit[1], lp->txdelta);/* */
|
||||
sim_activate_after_abs (&dz_unit[1], lp->txdeltausecs);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user