mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +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:
committed by
Mark Pizzolato
parent
9b5c8c9711
commit
098200a126
@@ -1,14 +1,14 @@
|
||||
To: Users
|
||||
From: Bob Supnik
|
||||
Subj: PDP-8 Simulator Usage
|
||||
Date: 15-Nov-2004
|
||||
Date: 15-Feb-2005
|
||||
|
||||
COPYRIGHT NOTICE
|
||||
|
||||
The following copyright notice applies to both the SIMH source and binary:
|
||||
|
||||
Original code published in 1993-2004, written by Robert M Supnik
|
||||
Copyright (c) 1993-2004, Robert M Supnik
|
||||
Original code published in 1993-2005, written by Robert M Supnik
|
||||
Copyright (c) 1993-2005, Robert M Supnik
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
@@ -443,7 +443,8 @@ locked.
|
||||
SET DTn LOCKED set unit n write locked
|
||||
SET DTn WRITEENABLED set unit n write enabled
|
||||
|
||||
Units can also be set ENABLED or DISABLED. The TD8E supports the BOOT command.
|
||||
Units can also be set ENABLED or DISABLED. The TD8E supports the BOOT
|
||||
command, but only for unit 0.
|
||||
|
||||
The TD8E supports supports PDP-8 format, PDP-11 format, and 18b format
|
||||
DECtape images. ATTACH tries to determine the tape format from the DECtape
|
||||
@@ -522,7 +523,8 @@ RL8A options include the ability to make units write enabled or write locked:
|
||||
SET RLn LOCKED set unit n write locked
|
||||
SET RLn WRITEENABLED set unit n write enabled
|
||||
|
||||
Units can also be set ONLINE or OFFILE. The RL8A supports the BOOT command.
|
||||
Units can also be set ENABLED or DISABLED. The RL8A supports the BOOT command,
|
||||
but only for unit 0.
|
||||
|
||||
The RL8A implements these registers:
|
||||
|
||||
@@ -720,7 +722,8 @@ locked.
|
||||
SET DTn LOCKED set unit n write locked
|
||||
SET DTn WRITEENABLED set unit n write enabled
|
||||
|
||||
Units can also be set ENABLED or DISABLED. The TC08 supports the BOOT command.
|
||||
Units can also be set ENABLED or DISABLED. The TC08 supports the BOOT
|
||||
command, but only for unit 0.
|
||||
|
||||
The TC08 supports supports PDP-8 format, PDP-11 format, and 18b format
|
||||
DECtape images. ATTACH tries to determine the tape format from the DECtape
|
||||
|
||||
Reference in New Issue
Block a user