Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
simh
/
7b01cd11f2a51e13e8c3e652a0a7c7b90d6c4f2b
7b01cd1
Fix identified by Mikulas Patocka.
by Mark Pizzolato
· 12 years ago
47bb4c8
Removed reference to the winpcap link libraries from the Visual Studio project definitions since winpcap is always dynamically loaded
by Mark Pizzolato
· 12 years ago
a63090f
Fix compile error of #ifdef __linux change for the altairz80 simulator
by Mark Pizzolato
· 12 years ago
4ff56d6
Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99.
by Mark Pizzolato
· 12 years ago
952f29e
Force include of unistd.h on linux
by Mark Pizzolato
· 12 years ago
3d3f757
Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION
by Mark Pizzolato
· 12 years ago
6319996
Added missing Visual Studio VAX8600 project
by Mark Pizzolato
· 12 years ago
4052738
Fixed target name for VMS build of the VAX8600 simulator
by Mark Pizzolato
· 12 years ago
a3072fe
Cleanup of build on VMS
by Mark Pizzolato
· 12 years ago
8440466
Fixed display of large file support in SHOW VERSION and enhanced SHOW VERSION.
by Mark Pizzolato
· 12 years ago
aaa5fb1
Added display of large file support status to SHOW VERSION
by Mark Pizzolato
· 12 years ago
119ca2f
Fixed display of percentage progress when copying or merging a VHD to avoid overflow
by Mark Pizzolato
· 12 years ago
b2ee3a5
Added VH device to the VAX 8600 system configuration
by Mark Pizzolato
· 12 years ago
448ee4a
Fixed open issues on corrupt or inconsistent differencing disks to properly return error status.
by Mark Pizzolato
· 12 years ago
4d187a7
Another typo
by Mark Pizzolato
· 12 years ago
74b8a7d
Fixed typo in help text
by Mark Pizzolato
· 12 years ago
a91b6db
Adding help to VAX system devices
by Mark Pizzolato
· 12 years ago
864b581
Adding more device help
by Mark Pizzolato
· 12 years ago
63d0cdb
Display something descriptive when a peer hasn't been specified yet.
by Mark Pizzolato
· 12 years ago
16d04a1
simplified the generic help command output to avoid excess clutter
by Mark Pizzolato
· 12 years ago
c5bd79f
Add register descriptions and help to the pdp11_pt devices (PTR, PTP).
by Mark Pizzolato
· 12 years ago
e59d9c1
Added register descriptions and help to pdp11_rp device
by Mark Pizzolato
· 12 years ago
65079ca
Added register descriptions and help for pdp11_hk device
by Mark Pizzolato
· 12 years ago
a5413ab
Relaxed HELP dev REGISTERS to now also list registers for devices which don't have register descriptions yet.
by Mark Pizzolato
· 12 years ago
08e97d5
Corrected error in pdp11_rq help routine
by Mark Pizzolato
· 12 years ago
387b72c
Added register definitions and imbedded help to the pdp11_cr device
by Mark Pizzolato
· 12 years ago
56be3b0
Added register definitions and descriptions to the pdp11_vh device
by Mark Pizzolato
· 12 years ago
610ecaa
Adding mode device help
by Mark Pizzolato
· 12 years ago
453890f
Adding more device help
by Mark Pizzolato
· 12 years ago
ef13fdd
Fixed to once again display the DZ vector
by Mark Pizzolato
· 12 years ago
c53cbd6
Removed 8 bit characters from pdp11_dmc help text
by Mark Pizzolato
· 12 years ago
0344d6f
Finished returning the pdp11_cr.c to the VAX qbus simulators
by Mark Pizzolato
· 12 years ago
ebe7014
Reorganized help to provide a useful default HELP dev output if a device defines any registers and/or MTAB entries
by Mark Pizzolato
· 12 years ago
d65b12d
Excape from doubly nested loop quickly for efficiency
by Mark Pizzolato
· 12 years ago
7bd01a5
Added device help and register descriptions
by Mark Pizzolato
· 12 years ago
ad4d5be
Give preference with HELP dev SHOW and HELP dev SET for unit modifiers to be displayed with a unit number as an example (unless the device has only one unit).
by Mark Pizzolato
· 12 years ago
6b4353f
Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have.
by Mark Pizzolato
· 12 years ago
8a97baa
Added MTAB entry descriptions
by Mark Pizzolato
· 12 years ago
0b2d790
Renamed the VAX Qbus simulator executables to reflect the VAX model names they actually simulate
by Mark Pizzolato
· 12 years ago
10ab68c
Added help strings pointing to extended device specific help for the HELP attach, set and show help
by Mark Pizzolato
· 12 years ago
8640cd6
- Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range.
by Mark Pizzolato
· 12 years ago
7290474
Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device
by Mark Pizzolato
· 12 years ago
55693fb
Added missing MOD_VALR flag on some recently revised MTAB entries
by Mark Pizzolato
· 12 years ago
c5fe058
Renamed scp's recently created macro MMASK to MODMASK to avoid name collisions with MMASK macros used in some simulators
by Mark Pizzolato
· 12 years ago
06cf953
Documentation cleanup
by Mark Pizzolato
· 12 years ago
28b9055
Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful.
by Mark Pizzolato
· 12 years ago
7db15fa
Fixed SHOW dev output which was broken by the last commit
by Mark Pizzolato
· 12 years ago
ecf913f
Reworked the MTAB flags to force Extended mode when any extended flag is set and to then handle any references properly
by Mark Pizzolato
· 12 years ago
a036f40
Fix format of HELP dev SHOW for MTAB entries with MTAB_SHP flag set
by Mark Pizzolato
· 12 years ago
0eba66c
Avoid an internal error status if the pdp11_dc device ever did a SET DC ADDRESS=
by Mark Pizzolato
· 12 years ago
8b230f9
Fixed HELP dev SET and HELP dev SHOW to properly process non-extended mtab entries and to avoid using the help string when mstring has example arguments/syntax
by Mark Pizzolato
· 12 years ago
8f170b0
Fixed modifier table to properly declare things which are showable vs settable, added modifier descriptions as appropriate
by Mark Pizzolato
· 12 years ago
bb8be22
Added provisions for device modifiers to to have descriptive help
by Mark Pizzolato
· 12 years ago
e2fb364
Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode
by Mark Pizzolato
· 12 years ago
8df4b94
Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator
by Mark Pizzolato
· 12 years ago
659873b
The Massbus byte count register was incorrectly presumed to be constant during a complete I/O transfer request (it can change due to DMA activity). Prior to the conversion to use the sim_disk library, the Massbus byte count was only read once. After the code restructuring it was read early in the processing and again later in transfer processing. The subsequent read returned a different value which ultimately caused the problems. This fixes issue #30.
by Mark Pizzolato
· 12 years ago
97de4db
Added AIO_CHECK_EVENT to pdp11_cpu to properly digest the asynchronous event queue in a timely manner (with the desired interrupt latency) for asynch I/O
by Mark Pizzolato
· 12 years ago
94650ff
README.md formatting and typo cleanup
by Mark Pizzolato
· 12 years ago
5545e7a
Added a problem report section to the README.md
by Mark Pizzolato
· 12 years ago
f2e9346
Furthur README.md reformatting
by Mark Pizzolato
· 12 years ago
48aa7a9
README.md formatting cleanup
by Mark Pizzolato
· 12 years ago
081dd21
Added initial README.md
by Mark Pizzolato
· 12 years ago
370f57e
Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors
by Mark Pizzolato
· 12 years ago
7dddb56
Fixed makefile all after simulator rename of vax860 to vax8600
by Mark Pizzolato
· 12 years ago
c729942
Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators
by Mark Pizzolato
· 12 years ago
6dcf5ba
Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators
by Mark Pizzolato
· 12 years ago
c4251bd
Fixed GCC compiler identified warning.
by Mark Pizzolato
· 12 years ago
d674bb1
Changed VAX console input polling to only poll for input if the last character received has been processed by the VM
by Mark Pizzolato
· 12 years ago
7a9db0f
Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES
by Mark Pizzolato
· 12 years ago
7ceba37
pdp11_xu - SELFTEST needs to report the READY state otherwise VMS 3.7 gets fatal controller error - Update from Rob Jarratt
by Mark Pizzolato
· 12 years ago
7345b00
pdp11_dmc - Update from Rob Jarratt
by Mark Pizzolato
· 12 years ago
cbe1114
Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators
by Mark Pizzolato
· 12 years ago
bb9f915
Arranged sequencing of Modem RING and DCD bits to be presented together if DTR is not on and DCD only if DTR is on.
by Mark Pizzolato
· 12 years ago
9dcf5dc
Added examples to the sim_disk attach help
by Mark Pizzolato
· 12 years ago
123a398
Fixed makefile for building tx-0 (with display support) on OSX - from Stephen Hoffmann
by Mark Pizzolato
· 12 years ago
bf73753
Fixed compiler warnings
by Mark Pizzolato
· 12 years ago
ab25ad5
Fix potential for crash if tmxr_set_get_modem_bits is called without the multiplexer device being attached
by Mark Pizzolato
· 12 years ago
f7b2f44
Fixed tmxr xmte and rcve management to be consistent with original behavior
by Mark Pizzolato
· 12 years ago
29cf2a4
Added support for register display with bit field definitions decoded
by Mark Pizzolato
· 12 years ago
b18e131
Added explicit array bounds and field width for HELP dev REGISTER output
by Mark Pizzolato
· 12 years ago
f4dd307
Fix DZ issue which didn't report modem bits to the host unless the attach was made with -M.
by Mark Pizzolato
· 12 years ago
e6eae91
Fixed last change which only still worked if the OS returned the IPv6 socket first and now failed completely if not.
by Mark Pizzolato
· 12 years ago
2f4de5c
Merge branch 'master' of github.com:simh/simh
by Mark Pizzolato
· 12 years ago
6dfef8a
Prefer IPv6 addrinfo structures when binding a listening port. Not all platforms (OSX) return IPv6 addrinfo blocks as the first entry in the list.
by Mark Pizzolato
· 12 years ago
552d680
Merge branch 'master' of github.com:simh/simh
by Mark Pizzolato
· 12 years ago
d80cf8f
Add git hooks to create .git-commit-id as changes to the repository are made. These hook scripts need to be installed in the .git/hooks directory to actually take effect. See Visual\ Studio\ Projects/git-hooks/0ReadMe_git-hooks.txt for details.
by Mark Pizzolato
· 12 years ago
f1c6f1b
Updated pdp11_dmc from Rob Jarratt
by Mark Pizzolato
· 12 years ago
9091330
Compiler suggested fixes
by Mark Pizzolato
· 12 years ago
f7e8024
Fix compiler warnings
by Mark Pizzolato
· 12 years ago
a59eb7f
Enhanced 'HELP dev REGISTERS' to indicate register arrays uniquely
by Mark Pizzolato
· 12 years ago
e3207c2
Compiler suggested cleanups
by Mark Pizzolato
· 12 years ago
e6e6262
Fix ordering of thread activities while detaching disks and tapes
by Mark Pizzolato
· 12 years ago
038c5d2
Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message
by Mark Pizzolato
· 12 years ago
8f851d2
Merge branch 'master' into AsyncTmxr
by Mark Pizzolato
· 12 years ago
34d2e48
Changed the PDP10 auto configuration process to configure the traditional PDP10 unibus devices to the fixed addresses they historically had.
by Mark Pizzolato
· 12 years ago
68b5433
Added register definitions and logic to allow reasonable SAVE/RESTORE behavior.
by Mark Pizzolato
· 12 years ago
f912562
Fixed register definition to properly reflect the size of the stats structure.
by Mark Pizzolato
· 12 years ago
57cbb6f
Changed to use sim_clock_coschedule and sim_activate_after where appropriate
by Mark Pizzolato
· 12 years ago
936c3db
Fixed register definition for the pak array which saved and restored the wrong content (not all of it) due to the internal longword alignment of the struct rqpkt.
by Mark Pizzolato
· 12 years ago
33897a6
Added UBA register descriptions
by Mark Pizzolato
· 12 years ago
Next »