1
0
mirror of https://github.com/simh/simh.git synced 2026-02-04 07:34:02 +00:00

SCP: Bob Supnik's pre-release 3.11-2

This commit is contained in:
Mark Pizzolato
2020-06-07 13:03:38 -07:00
parent eac123f87c
commit 91048325e7
4 changed files with 32 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
#define SIM_MAJOR 3
#define SIM_MINOR 11
#define SIM_PATCH 1
#define SIM_PATCH 2
#define SIM_DELTA 0
/* V3.11 revision history
@@ -39,8 +39,22 @@
patch date module(s) and fix(es)
1 06-Mar-2020 scp.c and sim_tmxr_c
2 tbd scp.h
- changed sim_vm_init to build time option (Dave Bryan)
scp.c
- changed sim_vm_init to build time option (Dave Bryan)
- flush stdout after prompt (Mark Pizzolato)
s3_sys.c
- fixed bldaddr length (Mark Pizzolatto)
vax_cpu.c
- added idle test for VMS 5.0/5.1 (Mark Pizzolato)
1 31-Mar-2020 scp.c and sim_tmxr_c
- new extensions to support HP simulators
- added SET <dev|unit> APPEND command
sim_ether library
- imported latest V4 revision
@@ -51,12 +65,26 @@ patch date module(s) and fix(es)
Interdata
- fixed DP xTIME register definitions
NOVA
- fixed processing of tape UNLOAD
PDP-1
- generalized PTR ASCII mode handling of end-of-line and end-of-tape
PDP-10
- fixed processing of tape UNLOAD
PDP-11
- fixed PT INT definition
- disabled VH11 (temporarily) because of multiline race condition
- fixed processing of tape UNLOAD in TM, TU
PDP-8
- fixed processing of tape UNLOAD
Sigma
- fixed incorrect 550 interrupt register array declaration
- fixed processing of tape UNLOAD
VAX
- disabled VH11 (temporarily) because of multiline race condition