1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

KA10: Added support for KL10A/B.

This commit is contained in:
Author: Richard Cornwell
2020-03-09 23:07:47 -07:00
committed by Mark Pizzolato
parent c7d529c4db
commit c686f75894
49 changed files with 13982 additions and 2447 deletions

View File

@@ -82,7 +82,7 @@
#### Richard Cornwell has implemented the IBM 701, IBM 704, IBM 7010/1410, IBM 7070/7074, IBM 7080/702/705/7053 and IBM 7090/7094/709/704 simulators.
#### Richard Cornwell has implemented the PDP6, PDP10-KA, and PDP10-KI simulators.
#### Richard Cornwell has implemented the PDP6, PDP10-KA, PDP10-KI and PDP10-KL simulators.
#### Dave Bryan has implemented an HP-3000 Series III simulator.
@@ -229,7 +229,7 @@ Host platforms which have libSDL2 available can leverage this functionality.
RAW Disk Access (including CDROM)
Virtual Disk Container files, including differencing disks
File System type detection to accurately autosize disks.
Recognized file systems are: DEC ODS1, DEC ODS2, DEC RT11, Ultrix Partitions
Recognized file systems are: DEC ODS1, DEC ODS2, DEC RT11, DEC RSX11, Ultrix Partitions
#### Tape Extensions
AWS format tape support
@@ -304,6 +304,9 @@ The following extensions to the SCP command language without affecting prior beh
Restores the default CTRL+C behavior for the
currently running command procedure.
DO <stdin>
Invokes a nested DO command with input from the
running console.
Error traps can be taken for any command which returns a status other than SCPE_STEP, SCPE_OK, and SCPE_EXIT.
@@ -541,6 +544,7 @@ Different Linux distributions have different package management systems:
Ubuntu:
# apt-get install libpcap-dev
# apt-get install libpcre3-dev
# apt-get install vde2
# apt-get install libsdl2
# apt-get install libsdl2_ttf