1
0
mirror of https://github.com/simh/simh.git synced 2026-03-02 17:55:17 +00:00

README: Update to reflect current changes and Open SIMH differences

This commit is contained in:
Mark Pizzolato
2022-07-07 08:18:21 -10:00
parent a28da088be
commit d8ebf7d25a

View File

@@ -63,6 +63,7 @@ All Simulator updates on Open SIMH will be present in this repository, and any c
- ZAP command can be aborted by a Control-C.
- Display current NOAUTOSIZE status in SHOW VERSION output.
- Extend logical name support to include optional unique names for units as well as devices.
- Add extended register sanity checks including duplicate name detection. Fixed simulator devices with duplicate register names.
#### Changes to the PDP-11 and VAX simulators
@@ -76,7 +77,7 @@ All Simulator updates on Open SIMH will be present in this repository, and any c
- Full support for using disk containers with metadata between different system and device types where it makes sense.
- VHD disk formats are available on all disk types (including floppy or DECtape devices).
- Properly size RY drives which also don't have DEC144
- Properly name extended units beyond the initial default units.
- Properly name RQ extended units beyond the initial default units.
### Updates to the Unibus DUP & Qbus DPV device by Trevor Warwick