mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
RC2 of 3.9
After a frantic week of file exchanges, here is RC2. A lot has changed. 1. HP2100 updates completed, with new features and peripherals. 2. Many, many small file updates for nits found by compilers and static checkers. 3. A few genuine bugs fixed. 4. New makefile and MMS file. A note on the makefile. It has almost doubled in size and attempts to ferret out PCAP locales properly, as well as do serious optimizations if gcc is used. It needs to be tested in more environments. If you run into issues, please report them to Mark Pizzolato as well as me. The old makefile, updated for the extra files in the HP2100, is included as makefile_old. You can use that if the new makefile causes problems in your environment. I'm still targeting a May Day release, with a final RC around Tax Day (April 15). That leaves times for one more interim RC, if needed. At this point, I regard the release as feature-complete. Bug fixes are still fine. The actual release will have all incomplete and beta simulators in a separate zip file, including Alpha, Sigma, Sage (the microcomputers, not the 50s anti-aircraft computer), and SC1, the SiCortex MIPS simulator. There will be new releases of all the simulation tools as well. /Bob
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
cso console storage output
|
||||
sysd system devices (SSC miscellany)
|
||||
|
||||
23-Dec-10 RMS Added power clear call to boot routine (from Mark Pizzolato)
|
||||
23-Dec-10 RMS Added power clear call to boot routine (Mark Pizzolato)
|
||||
25-Oct-05 RMS Automated CMCTL extended memory
|
||||
16-Aug-05 RMS Fixed C++ declaration and cast problems
|
||||
10-Mar-05 RMS Fixed bug in timer schedule routine (from Mark Hittinger)
|
||||
10-Mar-05 RMS Fixed bug in timer schedule routine (Mark Hittinger)
|
||||
30-Sep-04 RMS Moved CADR, MSER, CONPC, CONPSL, machine_check, cpu_boot,
|
||||
con_halt here from vax_cpu.c
|
||||
Moved model-specific IPR's here from vax_cpu1.c
|
||||
@@ -46,10 +46,10 @@
|
||||
Fixed calibration problems interval timer (Mark Pizzolato)
|
||||
12-May-03 RMS Fixed compilation warnings from VC.Net
|
||||
23-Apr-03 RMS Revised for 32b/64b t_addr
|
||||
19-Aug-02 RMS Removed unused variables (found by David Hittner)
|
||||
19-Aug-02 RMS Removed unused variables (David Hittner)
|
||||
Allowed NVR to be attached to file
|
||||
30-May-02 RMS Widened POS to 32b
|
||||
28-Feb-02 RMS Fixed bug, missing end of table (found by Lars Brinkhoff)
|
||||
28-Feb-02 RMS Fixed bug, missing end of table (Lars Brinkhoff)
|
||||
*/
|
||||
|
||||
#include "vax_defs.h"
|
||||
|
||||
Reference in New Issue
Block a user