1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

simh 3.11-1

This commit is contained in:
Bob Supnik
2020-03-14 07:43:09 -07:00
committed by Mark Pizzolato
parent d26032c7d8
commit e1e2bd18cf
3 changed files with 35 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#define SIM_MAJOR 3
#define SIM_MINOR 11
#define SIM_PATCH 0
#define SIM_PATCH 1
#define SIM_DELTA 0
/* V3.11 revision history
@@ -37,6 +37,30 @@
V3.11 incorporates SCP additions and extensions by Dave Bryan to support his
HP simulators.
patch date module(s) and fix(es)
1 06-Mar-2020 scp.c and sim_tmxr_c
- new extensions to support HP simulators
sim_ether library
- imported latest V4 revision
Alpha
- fixed DMAPEN register definition
Interdata
- fixed DP xTIME register definitions
PDP-11
- fixed PT INT definition
- disabled VH11 (temporarily) because of multiline race condition
Sigma
- fixed incorrect 550 interrupt register array declaration
VAX
- disabled VH11 (temporarily) because of multiline race condition
patch date module(s) and fix(es)
0 01-Dec-2019 scp.c and supporting libraries