mirror of
https://github.com/open-simh/simh.git
synced 2026-03-05 02:55:15 +00:00
When an LP20 is attached to an existing file, the file is opened in update mode. Since the initial file position is zero, any existing output is over-written. This is not intuitive. This edit makes the LP20 seek to EOF on attach. N.B. Other devices may have cousin issues.