1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 12:07:16 +00:00

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

This commit is contained in:
Bob Supnik
2017-03-19 09:45:12 -07:00
committed by Mark Pizzolato
parent 9700c9116a
commit a6469c255d
5 changed files with 3 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ return SCPE_OK;
t_stat tti_reset (DEVICE *dptr)
{
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 ;