1
0
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:
Mark Pizzolato
2018-06-13 04:51:34 -07:00
parent a3d8cc6118
commit 0a7c9de1e1
6 changed files with 31 additions and 31 deletions

View File

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