1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00
Mark Pizzolato e519c93ebf H316, NOVA, PDP11, PDP8, PDP18B, KX10: Record Sequential updates consistently
Devices that do single character I/O could be attached to non seekable
host OS devices (tty, pipes, etc.) and thus shouldn't count on fseek()
and ftell().  These DEVICEs on these simulators do single character I/O
and easily can update their POS REGisters to reflect how much data has
been emitted.  Changing such a REGister will have no  useful effect
when attached to a non seekable file.
2021-06-08 14:25:23 -07:00
..
2020-10-13 20:06:04 -04:00
2020-03-09 23:07:47 -07:00
2020-03-09 23:07:47 -07:00
2020-03-09 23:07:47 -07:00
2020-11-19 21:20:09 -05:00
2020-11-19 21:20:09 -05:00
2020-03-09 23:07:47 -07:00
2020-03-09 23:07:47 -07:00
2020-10-13 20:06:04 -04:00
2020-11-19 21:20:09 -05:00
2020-10-13 20:06:04 -04:00
2020-10-19 12:30:27 -07:00