simh-testsetgenerator/PDP1
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
..
spacewar1 PDP1: Remove macro1.c. A later version is in the simtools repo 2017-09-02 12:25:09 -07:00
pdp1_clk.c VAX, PDP11, PDP8, PDP1: Properly declare timer with clock unit 2016-09-26 15:55:50 -07:00
pdp1_cpu.c PDP1: CONST compatibility with 3.10 2018-03-09 18:53:33 -08:00
pdp1_dcs.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp1_defs.h ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp1_diag.txt Notes For V3.6-0 2011-04-15 08:35:20 -07:00
pdp1_dpy.c PDP1: USB game controllers for Spacewar. 2020-02-11 21:02:30 +01:00
pdp1_drm.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp1_dt.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp1_lp.c PDP-1: Added register descriptions to all devices. 2016-04-07 15:40:03 -07:00
pdp1_stddev.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp1_sys.c SCP: Migrate all stdio writes to pass through SCP provided Fprintf() 2017-01-14 20:48:09 -08:00