simh-testsetgenerator/PDP18B
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 PDP7: Add Type 340 display. 2019-10-06 11:23:06 -07:00
pdp18b_cpu.c PDP7: Add Type 340 display. 2019-10-06 11:23:06 -07:00
pdp18b_defs.h PDP7: Add Type 340 display. 2019-10-06 11:23:06 -07:00
pdp18b_diag.txt Notes For V3.6-0 2011-04-15 08:35:20 -07:00
pdp18b_dpy.c PDP7: Add Type 340 display. 2019-10-06 11:23:06 -07:00
pdp18b_dr15.c PDP15, UC15: Extended compiler cleanup 2018-08-05 22:42:56 -07:00
pdp18b_drm.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp18b_dt.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp18b_fpp.c PDP-4/7/9/15: Added register descriptions to all devices 2016-04-07 15:40:04 -07:00
pdp18b_g2tty.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp18b_lp.c PDP10, PDP11, PDP18B, PDP8: Annotate switch case fall through (COVERITY) 2017-03-13 10:59:06 -07:00
pdp18b_mt.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp18b_rb.c ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
pdp18b_rf.c PDP11, PDP15, UC15: Merge simh v3.10 functionality from Supnik-Current branch 2018-06-04 10:43:00 -07:00
pdp18b_rp.c PDP15: Fix RP03 address bit references 2018-06-03 22:13:07 -07:00
pdp18b_stddev.c All: Fix devices that attach files and have special meaning for -A switch 2020-03-22 09:54:54 -07:00
pdp18b_sys.c PDP7: Add Type 340 display. 2019-10-06 11:23:06 -07:00
pdp18b_tt1.c 18bit PDPs: Properly schedule input polling for TTIX device 2019-10-20 23:33:01 -07:00
uc15_defs.h PDP11, PDP15, UC15: Merge simh v3.10 functionality from Supnik-Current branch 2018-06-04 10:43:00 -07:00