1
0
mirror of https://github.com/simh/simh.git synced 2026-02-07 16:52:20 +00:00

NOVA, PDP1,, sigma: Various cosmetic/typo changes

This commit is contained in:
Bob Supnik
2017-03-20 08:01:58 -07:00
committed by Mark Pizzolato
parent 41ea29a752
commit c26c6ea501
4 changed files with 3 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ return SCPE_OK;
t_stat tti_reset (DEVICE *dptr)
{
tmxr_set_console_units (&tti_unit, &tto_unit);
tti_unit.buf = 0; /* <not DG compatible> */
tti_unit.buf = 0; /* <not DG compatible> */
DEV_CLR_BUSY( INT_TTI ) ;
DEV_CLR_DONE( INT_TTI ) ;
DEV_UPDATE_INTR ;