mirror of
https://github.com/simh/simh.git
synced 2026-04-29 21:16:46 +00:00
Notes For V3.6-0
The save/restore format has been updated to improve its reliability. As a result, save files prior to release 3.0 are no longer supported. The text documentation files are obsolete and are no longer included with the distribution. Up-to-date PDF documentation files are available on the SimH web site. 1. New Features 1.1 3.6-0 1.1.1 Most magnetic tapes - Added support for limiting tape capacity to a particular size in MB 1.1.2 IBM 7090/7094 - First release 1.1.3 VAX-11/780 - Added FLOAD command, loads system file from console floppy disk 1.1.4 VAX, VAX-11/780, and PDP-11 - Added card reader support (from John Dundas) 1.1.5 PDP-11 - Added instruction history 2. Bugs Fixed Please see the revision history on http://simh.trailing-edge.com or in the source module sim_rev.h.
This commit is contained in:
committed by
Mark Pizzolato
parent
a12e4a1c39
commit
dc871fa631
@@ -655,7 +655,7 @@ sim> boot mt0
|
||||
|
||||
Breakpoint, PC: 00A00 (B A5E)
|
||||
|
||||
sim> d -w a10 0101 ; patch for TTY console
|
||||
sim> d -h a10 0202 ; patch for TTY console
|
||||
sim> att dm0 foo.dsk
|
||||
sim> att dm1 foo1.dsk
|
||||
sim> c
|
||||
@@ -904,4 +904,8 @@ Bugs found
|
||||
92. IDC: read with invalid head sets ACF, not DTE
|
||||
93. DP, IDC: write with cylinder overflow advanced selch pointer
|
||||
94. MT: read error must stop selector channel (if active)
|
||||
95. IDC: xx000000 to controller or drive are NOP's, not invalid commands
|
||||
96. IDC: WD/WH use standard Interdata write pointers
|
||||
97. SELCH: GO preserves EXA and SSTA
|
||||
98. CPU: DH overflow checking broken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user