mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 07:33:56 +00:00
Notes For V2.10-0
WARNING: V2.10 has reorganized and renamed some of the definition files for the PDP-10, PDP-11, and VAX. Be sure to delete all previous source files before you unpack the Zip archive, or unpack it into a new directory structure. WARNING: V2.10 has a new, more comprehensive save file format. Restoring save files from previous releases will cause 'invalid register' errors and loss of CPU option flags, device enable/ disable flags, unit online/offline flags, and unit writelock flags. WARNING: If you are using Visual Studio .NET through the IDE, be sure to turn off the /Wp64 flag in the project settings, or dozens of spurious errors will be generated. WARNING: Compiling Ethernet support under Windows requires extra steps; see the Ethernet readme file. Ethernet support is currently available only for Windows, Linux, NetBSD, and OpenBSD. 1. New Features 1.1 SCP and Libraries - The VT emulation package has been replaced by the capability to remote the console to a Telnet session. Telnet clients typically have more complete and robust VT100 emulation. - Simulated devices may now have statically allocated buffers, in addition to dynamically allocated buffers or disk-based data stores. - The DO command now takes substitutable arguments (max 9). In command files, %n represents substitutable argument n. - The initial command line is now interpreted as the command name and substitutable arguments for a DO command. This is backward compatible to prior versions. - The initial command line parses switches. -Q is interpreted as quiet mode; informational messages are suppressed. - The HELP command now takes an optional argument. HELP <cmd> types help on the specified command. - Hooks have been added for implementing GUI-based consoles, as well as simulator-specific command extensions. A few internal data structures and definitions have changed. - Two new routines (tmxr_open_master, tmxr_close_master) have been added to sim_tmxr.c. The calling sequence for sim_accept_conn has been changed in sim_sock.c. - The calling sequence for the VM boot routine has been modified to add an additional parameter. - SAVE now saves, and GET now restores, controller and unit flags. - Library sim_ether.c has been added for Ethernet support. 1.2 VAX - Non-volatile RAM (NVR) can behave either like a memory or like a disk-based peripheral. If unattached, it behaves like memory and is saved and restored by SAVE and RESTORE, respectively. If attached, its contents are loaded from disk by ATTACH and written back to disk at DETACH and EXIT. - SHOW <device> VECTOR displays the device's interrupt vector. A few devices allow the vector to be changed with SET <device> VECTOR=nnn. - SHOW CPU IOSPACE displays the I/O space address map. - The TK50 (TMSCP tape) has been added. - The DEQNA/DELQA (Qbus Ethernet controllers) have been added. - Autoconfiguration support has been added. - The paper tape reader has been removed from vax_stddev.c and now references a common implementation file, dec_pt.h. - Examine and deposit switches now work on all devices, not just the CPU. - Device address conflicts are not detected until simulation starts. 1.3 PDP-11 - SHOW <device> VECTOR displays the device's interrupt vector. Most devices allow the vector to be changed with SET <device> VECTOR=nnn. - SHOW CPU IOSPACE displays the I/O space address map. - The TK50 (TMSCP tape), RK611/RK06/RK07 (cartridge disk), RX211 (double density floppy), and KW11P programmable clock have been added. - The DEQNA/DELQA (Qbus Ethernet controllers) have been added. - Autoconfiguration support has been added. - The paper tape reader has been removed from pdp11_stddev.c and now references a common implementation file, dec_pt.h. - Device bootstraps now use the actual CSR specified by the SET ADDRESS command, rather than just the default CSR. Note that PDP-11 operating systems may NOT support booting with non-standard addresses. - Specifying more than 256KB of memory, or changing the bus configuration, causes all peripherals that are not compatible with the current bus configuration to be disabled. - Device address conflicts are not detected until simulation starts. 1.4 PDP-10 - SHOW <device> VECTOR displays the device's interrupt vector. A few devices allow the vector to be changed with SET <device> VECTOR=nnn. - SHOW CPU IOSPACE displays the I/O space address map. - The RX211 (double density floppy) has been added; it is off by default. - The paper tape now references a common implementation file, dec_pt.h. - Device address conflicts are not detected until simulation starts. 1.5 PDP-1 - DECtape (then known as MicroTape) support has been added. - The line printer and DECtape can be disabled and enabled. 1.6 PDP-8 - The RX28 (double density floppy) has been added as an option to the existing RX8E controller. - SHOW <device> DEVNO displays the device's device number. Most devices allow the device number to be changed with SET <device> DEVNO=nnn. - Device number conflicts are not detected until simulation starts. 1.7 IBM 1620 - The IBM 1620 simulator has been released. 1.8 AltairZ80 - A hard drive has been added for increased storage. - Several bugs have been fixed. 1.9 HP 2100 - The 12845A has been added and made the default line printer (LPT). The 12653A has been renamed LPS and is off by default. It also supports the diagnostic functions needed to run the DCPC and DMS diagnostics. - The 12557A/13210A disk defaults to the 13210A (7900/7901). - The 12559A magtape is off by default. - New CPU options (EAU/NOEAU) enable/disable the extended arithmetic instructions for the 2116. These instructions are standard on the 2100 and 21MX. - New CPU options (MPR/NOMPR) enable/disable memory protect for the 2100 and 21MX. - New CPU options (DMS/NODMS) enable/disable the dynamic mapping instructions for the 21MX. - The 12539 timebase generator autocalibrates. 1.10 Simulated Magtapes - Simulated magtapes recognize end of file and the marker 0xFFFFFFFF as end of medium. Only the TMSCP tape simulator can generate an end of medium marker. - The error handling in simulated magtapes was overhauled to be consistent through all simulators. 1.11 Simulated DECtapes - Added support for RT11 image file format (256 x 16b) to DECtapes. 2. Release Notes 2.1 Bugs Fixed - TS11/TSV05 was not simulating the XS0_MOT bit, causing failures under VMS. In addition, two of the CTL options were coded interchanged. - IBM 1401 tape was not setting a word mark under group mark for load mode reads. This caused the diagnostics to crash. - SCP bugs in ssh_break and set_logon were fixed (found by Dave Hittner). - Numerous bugs in the HP 2100 extended arithmetic, floating point, 21MX, DMS, and IOP instructions were fixed. Bugs were also fixed in the memory protect and DMS functions. The moving head disks (DP, DQ) were revised to simulate the hardware more accurately. Missing functions in DQ (address skip, read address) were added. 2.2 HP 2100 Debugging - The HP 2100 CPU nows runs all of the CPU diagnostics. - The peripherals run most of the peripheral diagnostics. There is still a problem in overlapped seek operation on the disks. See the file hp2100_diag.txt for details. 3. In Progress These simulators are not finished and are available in a separate Zip archive distribution. - Interdata 16b/32b: coded, partially tested. See the file id_diag.txt for details. - SDS 940: coded, partially tested.
This commit is contained in:
committed by
Mark Pizzolato
parent
df6475181c
commit
2c2dd5ea33
@@ -1,7 +1,7 @@
|
||||
To: Users
|
||||
From: Bob Supnik
|
||||
Subj: 18b PDP Simulator Usage
|
||||
Date: 15-Jul-2002
|
||||
Date: 15-Nov-2002
|
||||
|
||||
COPYRIGHT NOTICE
|
||||
|
||||
@@ -47,11 +47,11 @@ PDP-15/ PDP15
|
||||
If no model is specified, the default is the PDP-9.
|
||||
|
||||
sim/ sim_defs.h
|
||||
sim_rev.h
|
||||
sim_sock.h
|
||||
sim_tmxr.h
|
||||
scp.c
|
||||
scp_tty.c
|
||||
sim_rev.c
|
||||
sim_sock.c
|
||||
sim_tmxr.c
|
||||
|
||||
@@ -80,6 +80,7 @@ PDP-4 CPU PDP-4 CPU with 8KW of memory
|
||||
TTI,TTO KSR28 console terminal (Baudot code)
|
||||
LPT Type 62 line printer (Hollerith code)
|
||||
CLK integral real-time clock
|
||||
DT Type 550/555 DECtape
|
||||
|
||||
PDP-7 CPU PDP-7 CPU with 32KW of memory
|
||||
- Type 177 extended arithmetic element (EAE)
|
||||
@@ -121,7 +122,16 @@ PDP-15 CPU PDP-15 CPU with 32KW of memory
|
||||
DT TC15/TU56 DECtape
|
||||
MT TC59/TU10 magnetic tape
|
||||
|
||||
The DRM, RF, RP, DT, and MT devices can be set DISABLED.
|
||||
Most devices can be disabled or enabled, by the commands:
|
||||
|
||||
SET <dev> DISABLED
|
||||
SET <dev> ENABLED
|
||||
|
||||
The simulator allows most device numbers to be changed, by the command:
|
||||
|
||||
SET <dev> DEV=<number>
|
||||
|
||||
However, devices can only be BOOTed with their default device numbers.
|
||||
|
||||
The 18b PDP simulators implement several unique stop conditions:
|
||||
|
||||
@@ -134,7 +144,8 @@ The PDP-4 and PDP-7 loaders support only RIM format tapes. The PDP-9
|
||||
and PDP-15 support both RIM and BIN format tapes. If the file extension
|
||||
is .RIM, or the -r switch is specified with LOAD, the file is assumed to
|
||||
be RIM format; if the file extension is not .RIM, or if the -b switch is
|
||||
specified, the file is assumed to be BIN format.
|
||||
specified, the file is assumed to be BIN format. RIM loading requires
|
||||
that the loading address be specified on the command line.
|
||||
|
||||
2.1 CPU
|
||||
|
||||
@@ -226,7 +237,7 @@ BOOT PTR copies the RIM loader into memory and starts it running, while
|
||||
BOOT -F PTR copies the funny format binary loader into memory and starts
|
||||
it running.
|
||||
|
||||
The PTR ATTACH command recognizes one switch, -a for ASCII mode. In
|
||||
The PTR ATTACH command recognizes one switch, -A for ASCII mode. In
|
||||
ASCII mode, data returned by the read alphabetic command has the high
|
||||
order bit automatically set to 1. This allows normal text files to be
|
||||
used as input to the paper tape reader.
|
||||
@@ -261,7 +272,7 @@ The paper tape punch (PTP) writes data to a disk file. The POS
|
||||
register specifies the number of the next data item to be written.
|
||||
Thus, by changing POS, the user can backspace or advance the punch.
|
||||
|
||||
The PTP ATTACH command recognizes one switch, -a for ASCII mode. In
|
||||
The PTP ATTACH command recognizes one switch, -A for ASCII mode. In
|
||||
ASCII mode, data is punched with the high order bit clear, and NULL and
|
||||
DEL characters are supressed. This allows punch output to be processed
|
||||
with normal text editing utilities.
|
||||
@@ -289,17 +300,20 @@ Error handling is as follows:
|
||||
|
||||
2.2.3 Terminal Input (TTI)
|
||||
|
||||
The terminal input (TTI) polls the console keyboard for input. The
|
||||
input side has one option, UC; when set, it automatically converts lower
|
||||
case input to upper case.
|
||||
On the PDP-7, PDP-9, and PDP-15, the terminal interfaces (TTI, TTO)
|
||||
can be set to one of three modes: KSR, 7B, or 8B. In KSR mode, lower
|
||||
case input and output characters are automatically converted to upper
|
||||
case, the high order bit is forced to one on input, and printing of
|
||||
ALTmode characters is supressed. In 7B mode, input and output characters
|
||||
are masked to 7 bits. In 8B mode, characters are not modified. Changing
|
||||
the mode of either interface changes both. The default mode is KSR.
|
||||
|
||||
The PDP-9 and PDP-15 operate the console terminal (TTI/TTO), by default,
|
||||
with local echo. For backward compatibility, on the PDP-9 and PDP-15
|
||||
the first terminal input has a second option, FDX; when set, it operates
|
||||
the terminal input without local echo mode. The second terminal does
|
||||
not offer local echo.
|
||||
On the PDP-9 and PDP-15, the console terminal operates, by default,
|
||||
with local echo. For backward compatibility, the terminal input can
|
||||
be set to FDX (full duplex), which supresses local echo.
|
||||
|
||||
The terminal input implements these registers:
|
||||
The terminal input (TTI) polls the console keyboard for input. It
|
||||
implements these registers:
|
||||
|
||||
name size comments
|
||||
|
||||
@@ -311,11 +325,8 @@ The terminal input implements these registers:
|
||||
|
||||
2.2.4 Terminal Output (TTO)
|
||||
|
||||
The terminal output (TTO) writes to the simulator console window. The
|
||||
terminal output has one option, UC; when set, it suppresses lower case
|
||||
output (so that ALTMODE is not echoed as }).
|
||||
|
||||
The terminal output implements these registers:
|
||||
The terminal output (TTO) writes to the simulator console window. It
|
||||
implements these registers:
|
||||
|
||||
name size comments
|
||||
|
||||
@@ -331,7 +342,7 @@ The line printer (LPT) writes data to a disk file. The POS register
|
||||
specifies the number of the next data item to be written. Thus,
|
||||
by changing POS, the user can backspace or advance the printer.
|
||||
|
||||
The PDP-4 used a Type 62 printer controller, with these registers:
|
||||
The PDP-4 uses a Type 62 printer controller, with these registers:
|
||||
|
||||
name size comments
|
||||
|
||||
@@ -345,7 +356,7 @@ The PDP-4 used a Type 62 printer controller, with these registers:
|
||||
STOP_IOE 1 stop on I/O error
|
||||
LBUF[0:119] 8 line buffer
|
||||
|
||||
The PDP-7 and PDP-7 used a Type 647 printer controller, with these
|
||||
The PDP-7 and PDP-9 use a Type 647 printer controller, with these
|
||||
registers:
|
||||
|
||||
name size comments
|
||||
@@ -353,7 +364,7 @@ registers:
|
||||
BUF 8 last data item processed
|
||||
INT 1 interrupt pending flag
|
||||
DONE 1 device done flag
|
||||
ENABLE 1 interrupt enable (PDP-9 only)
|
||||
ENABLE 1 interrupt enable (PDP-9 only)
|
||||
ERR 1 error flag
|
||||
BPTR 7 print buffer pointer
|
||||
POS 32 position in the output file
|
||||
@@ -361,14 +372,14 @@ registers:
|
||||
STOP_IOE 1 stop on I/O error
|
||||
LBUF[0:119] 8 line buffer
|
||||
|
||||
The PDP-15 used an LP15 printer controller, with these registers:
|
||||
The PDP-15 uses an LP15 printer controller, with these registers:
|
||||
|
||||
name size comments
|
||||
|
||||
STA 18 status register
|
||||
MA 18 DMA memory address
|
||||
INT 1 interrupt pending flag
|
||||
ENABLE 1 interrupt enable
|
||||
ENABLE 1 interrupt enable
|
||||
LCNT 8 line counter
|
||||
BPTR 7 print buffer pointer
|
||||
POS 32 position in the output file
|
||||
@@ -393,7 +404,7 @@ The real-time clock (CLK) implements these registers:
|
||||
|
||||
INT 1 interrupt pending flag
|
||||
DONE 1 device done flag
|
||||
ENABLE 1 clock enable
|
||||
ENABLE 1 clock enable
|
||||
TIME 24 clock frequency
|
||||
TPS 8 ticks per second (60 or 50)
|
||||
|
||||
@@ -417,10 +428,13 @@ for a connection on the specified port. It assumes that the incoming
|
||||
connection is a Telnet connection. The connection remain opens until
|
||||
disconnected by the Telnet client, or by a DETACH TTI1 command.
|
||||
|
||||
The second terminal input has one option, UC; when set, it automatically
|
||||
converts lower case input to upper case. The second terminal output also
|
||||
has one option, UC; when set, it suppresses lower case output (so that
|
||||
ALTMODE is not echoed as }).
|
||||
The second terminal (TTI1,TTO1) can be set to one of three modes: KSR, 7B,
|
||||
or 8B. In KSR mode, lower case input and output characters are converted
|
||||
automatically to upper case, the high order bit is forced to one on input,
|
||||
and printing of ALTmode characters is supressed. In 7B mode, input and
|
||||
output characters are masked to 7 bits. In 8B mode, characters are not
|
||||
modified. Changing the mode of either device changes both. The default
|
||||
mode is KSR.
|
||||
|
||||
The SHOW TTI1 CONNECTIONS command displays the current connection to TTI1.
|
||||
The SHOW TTI1 STATISTICS command displays statistics for the current connection.
|
||||
@@ -537,10 +551,10 @@ I/O errors cannot occur.
|
||||
|
||||
2.6 Type 550/555, TC02/TU55, and TC15/TU56 DECtape (DT)
|
||||
|
||||
The PDP-7 used the Type 550 DECtape, a programmed I/O controller. The
|
||||
PDP-9 used the TC02, and the PDP-15 used the TC15. The TC02 and TC15 were
|
||||
DMA controllers and programmatically identical. PDP-7 DECtape format had
|
||||
4 18b words in its block headers and trailers; PDP-9/15 DECtape format
|
||||
The PDP-4 and PDP-7 use the Type 550 DECtape, a programmed I/O controller.
|
||||
The PDP-9 uses the TC02, and the PDP-15 uses the TC15. The TC02 and TC15
|
||||
are DMA controllers and programmatically identical. PDP-4/7 DECtape format
|
||||
had 4 18b words in its block headers and trailers; PDP-9/15 DECtape format
|
||||
had 5 18b words.
|
||||
|
||||
DECtapes drives are numbered 1-8; in the simulator, drive 8 is unit 0.
|
||||
@@ -552,12 +566,14 @@ locked.
|
||||
|
||||
Units can also be set ONLINE or OFFLINE.
|
||||
|
||||
The Type 550, TC02, and TC15 support both PDP-8 format and PDP-9/11/15
|
||||
format DECtape images. ATTACH tries to determine the tape format from
|
||||
the DECtape image; the user can force a particular format with switches:
|
||||
The Type 550, TC02, and TC15 support supports PDP-8 format, PDP-11 format,
|
||||
and 18b format DECtape images. ATTACH tries to determine the tape
|
||||
format from the DECtape image; the user can force a particular format
|
||||
with switches:
|
||||
|
||||
-f foreign (PDP-8) format
|
||||
-n native (PDP-9/11/15) format
|
||||
-r PDP-8 format
|
||||
-s PDP-11 format
|
||||
-t 18b format
|
||||
|
||||
The DECtape controller is a data-only simulator; the timing and mark
|
||||
track, and block header and trailer, are not stored. Thus, the WRITE
|
||||
@@ -622,12 +638,11 @@ Error handling is as follows:
|
||||
|
||||
error processed as
|
||||
|
||||
not attached tape not ready
|
||||
not attached tape not ready; if STOP_IOE, stop
|
||||
|
||||
end of file (read or space) end of physical tape
|
||||
(write) ignored
|
||||
end of file bad tape
|
||||
|
||||
OS I/O error report error and stop
|
||||
OS I/O error parity error; if STOP_IOE, stop
|
||||
|
||||
2.8 Symbolic Display and Input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user