1
0
mirror of https://github.com/simh/simh.git synced 2026-02-25 16:30:55 +00:00

Notes For V3.3-2

1. New Features in 3.3-2

1.1 SCP and Libraries

- Added ASSERT command (from Dave Bryan)

1.2 PDP-11, VAX

- Added RA60, RA71, RA81 disks

2. Bugs Fixed in 3.3-2

2.1 H316

- Fixed IORETURN macro
- PT: fixed bug in OCP '0001 (found by Philipp Hachtmann)
- MT: fixed error reporting from OCP (found by Philipp Hachtmann)

2.2 Interdata 32b

- Fixed branches to mask new PC (from Greg Johnson)

2.3 PDP-11

- Fixed bugs in RESET for 11/70 (reported by Tim Chapman)
- Fixed bug in SHOW MODEL (from Sergey Okhapkin)
- Made SYSID variable for 11/70 (from Tim Chapman)
- Fixed MBRK write case for 11/70 (from Tim Chapman)
- RY: fixed bug in boot code (reported by Graham Toal)

2.4 VAX

- Fixed initial state of cpu_extmem

2.5 HP2100 (from Dave Bryan)

- Fixed missing MPCK on JRS target
- Removed EXECUTE instruction (is NOP in actual microcode)
- Fixed missing negative overflow renorm in StoreFP

2.6 I1401

- Fixed bug in line printer write line (reported by Van Snyder)
This commit is contained in:
Bob Supnik
2005-03-09 19:33:00 -08:00
committed by Mark Pizzolato
parent 9b5c8c9711
commit 098200a126
28 changed files with 1438 additions and 1138 deletions

View File

@@ -29,12 +29,46 @@
#define SIM_MAJOR 3
#define SIM_MINOR 3
#define SIM_PATCH 1
#define SIM_PATCH 2
/* V3.3 revision history
patch date module(s) and fix(es)
2 08-Mar-05 scp.c: added ASSERT command (from Dave Bryan)
h316_defs.h: fixed IORETURN macro
h316_mt.c: fixed error reporting from OCP (found by Philipp Hachtmann)
h316_stddev.c: fixed bug in OCP '0001 (found by Philipp Hachtmann)
hp2100_cpu.c: split out EAU and MAC instructions
hp2100_cpu1.c: (from Dave Bryan)
- fixed missing MPCK on JRS target
- removed EXECUTE instruction (is NOP in actual microcode)
hp2100_fp: (from Dave Bryan)
- fixed missing negative overflow renorm in StoreFP
i1401_lp.c: fixed bug in write_line (reported by Van Snyder)
id32_cpu.c: fixed branches to mask new PC (from Greg Johnson)
pdp11_cpu.c: fixed bugs in RESET for 11/70 (reported by Tim Chapman)
pdp11_cpumod.c:
- fixed bug in SHOW MODEL (from Sergey Okhapkin)
- made SYSID variable for 11/70 (from Tim Chapman)
- added MBRK write case for 11/70 (from Tim Chapman)
pdp11_rq: added RA60, RA71, RA81 disks
pdp11_ry: fixed bug in boot code (reported by Graham Toal)
vax_cpu.c: fixed initial state of cpu_extmem
1 05-Jan-05 h316_cpu.c: fixed bug in DIV
h316_stddev.c: