simh-testsetgenerator/PDP8
Mark Pizzolato 614ad52091 All: Fix devices that attach files and have special meaning for -A switch
The -A attach time switch implicitly means to open files in append
mode.

Some devices used -A to indicate ASCII data or AUTOSIZE of disk or
fixed size tapes - DECtape.  These devices are either read only devices
(Paper tape readers or card readers), so explicit forcing of the attach
to be -R avoids unexpected positioning errors.  The random access
Disk and fixed sized tapes buffer the container contents in memory
so append mode isn't relevant, but care must be taken to assure that
the buffer reading starts at the beginning of the file without regard
to the explicit open mode.

As reported in #821
2020-03-22 09:54:54 -07:00
..
tests SCP: Adjust RUNLIMIT time values on slow host systems 2020-03-21 21:30:58 -07:00
pdp8_clk.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_cpu.c TIMER: Add mechanism to pre-calibrate the instruction execution rate 2019-05-28 23:56:58 -07:00
pdp8_ct.c PDP11, PDP8, VAX8200: Fix Coverity flagged warnings 2019-10-20 22:57:02 -07:00
pdp8_defs.h PDP8: Add support for 16 terminals in the TTIX device 2016-10-10 16:59:03 -07:00
pdp8_df.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_dt.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp8_fpp.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_lp.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_mt.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_pt.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_rf.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_rk.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_rl.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_rx.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_sys.c SCP: Migrate all stdio writes to pass through SCP provided Fprintf() 2017-01-14 20:48:09 -08:00
pdp8_td.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp8_tsc.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_tt.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00
pdp8_ttx.c PDP8: Add device descriptions to all devices 2018-12-15 12:55:54 -08:00