Generate a PDP11 emulation test-set using simh.
Find a file
2022-10-26 10:57:52 -04:00
.github
.travis
3B2 3B2: remove unused local variable. 2022-10-24 17:19:00 -04:00
alpha alpha: Correct instruction mnemonics and hex values 2021-06-22 03:54:25 -07:00
ALTAIR
AltairZ80 Fix AltairZ80 compilation with Visual Studio 2008 (#85) 2022-10-24 17:15:51 -04:00
B5500 B5500: Changed buffer registers to use CRDATA instead of BRDATA. 2022-09-22 21:26:00 -04:00
BESM6 BESM6: Avoid clang compiler warnings 2022-10-26 10:57:52 -04:00
CDC1700 ALL: Correct help text in "SET <unit> LOCKED" MTAB entries 2021-04-19 15:22:15 -07:00
display display: Fix compiler warning in NG device. 2022-10-26 13:25:35 +02:00
doc KA10: Added support for Address Stop (lars) 2022-10-23 17:56:02 -04:00
frontpanel
GRI All: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-02 15:56:07 -07:00
H316 All LP and CD devices: Removed use of ftell for pipe compatibility 2022-06-16 16:13:46 -07:00
HP2100
HP3000 SCP: Fix details missed when merging update REGister macros from v3.12-2 2022-08-14 21:23:21 -07:00
I650
I1401 I1620, I1401: Add max value to address registers 2022-06-16 16:13:46 -07:00
I1620
I7000 ALL: Standardize writelock behavior adding global UNIT_WLK & UNIT_WPRT 2021-04-19 10:58:51 -07:00
I7094
Ibm1130 IBM1130: Fix Coverity identified issue 2022-03-11 13:29:26 -08:00
imlac
Intel-Systems
Interdata ID16, ID32: Fix register macro change missed when merging 3.12-2 2022-09-21 09:02:00 -07:00
LGP
NOVA All LP and CD devices: Removed use of ftell for pipe compatibility 2022-06-16 16:13:46 -07:00
PDP1
PDP8
PDP10 KA10: Added support for Address Stop (lars) 2022-10-23 17:56:02 -04:00
PDP11 Bug fixes for various video code. (#80) 2022-10-23 11:42:00 -04:00
PDP18B
PDQ-3 All: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-02 15:56:07 -07:00
S3
SAGE All: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-02 15:56:07 -07:00
SDS All LP and CD devices: Removed use of ftell for pipe compatibility 2022-06-16 16:13:46 -07:00
SEL32 SEL32: Correct Coverity detected warning errors. 2022-03-10 11:15:00 -07:00
sigma sigma: DP device SEEK(I), RECAL(I) must be coded as fast operations. 2022-07-23 16:55:21 -07:00
slirp ETHER: Fix NAT dhcp behavior to properly respond to the MAC of the requestor 2021-12-10 18:17:18 -08:00
slirp_glue SOCKET: Implement missing non-blocking for TCP sockets opened with connect 2020-03-18 00:47:48 -07:00
SSEM
stub Sample stub simulator. 2022-06-11 12:43:22 +02:00
swtp6800
tt2500 TT2500: Fix unintended switch case fallthrough. 2022-03-11 09:18:38 +01:00
TX-0
VAX Replace standard in32_t by local int32 type. 2022-10-13 22:29:06 +02:00
Visual Studio Projects Fix AltairZ80 compilation with Visual Studio 2008 (#85) 2022-10-24 17:15:51 -04:00
.gitattributes
.gitignore
.travis.yml
0readme_39.txt
0readme_ethernet.txt
0readmeAsynchIO.txt Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
appveyor.yml
build_mingw.bat
build_mingw_ether.bat ETHER: Remove support for statically linking libpcap on Linux and OS X platforms 2014-09-21 16:31:49 -07:00
build_mingw_noasync.bat
build_vstudio.bat
descrip.mms
helpx
LICENSE.txt
makefile makefile: Make gcc and clang warnings fail builds on compile warnings 2022-10-26 10:57:52 -04:00
README.md
scp.c
scp.h
scp_help.h
sim_BuildROMs.c 3B2-700 Initial Public Release 2022-09-15 14:15:28 -07:00
sim_card.c
sim_card.h
sim_console.c
sim_console.h
sim_defs.h SCP: Fix details missed when merging update REGister macros from v3.12-2 2022-08-14 21:23:21 -07:00
sim_disk.c
sim_disk.h
sim_ether.c
sim_ether.h
sim_fio.c
sim_fio.h
sim_frontpanel.c
sim_frontpanel.h
sim_imd.c
sim_imd.h sim_imd: Reconcile license with open-simh. 2022-10-09 09:10:27 -07:00
sim_rev.h SCP: Provide commit id information when archived simh content is used 2021-11-01 15:33:43 -07:00
sim_scsi.c
sim_scsi.h
sim_serial.c
sim_serial.h
sim_sock.c
sim_sock.h
sim_tape.c
sim_tape.h
sim_timer.c
sim_timer.h
sim_tmxr.c
sim_tmxr.h
sim_video.c
sim_video.h
SIMH-SG.md Initial descriptive files for Open SIMH 2022-05-30 14:38:25 -04:00
SIMH-V4-status.md

Open SIMH machine simulator

This is the codebase of SIMH, a framework and collection of computer system simulators.

SIMH was created by Bob Supnik, originally at Digital Equipment Corporation, and extended by contributions of many other people. It is now an open source project, licensed under an MIT open source license (see LICENSE.txt for the specific wording). The project gatekeepers are the members of the SIMH Steering Group. We welcome and encourage contributions from all. Contributions will be covered by the project license.

The Open SIMH code base was taken from a code base maintained by Mark Pizzolato as of 12 May 2022. From that point onward there is no connection between that source and the Open SIMH code base. A detailed listing of features as of that point may be found in SIMH-V4-status.

PLEASE NOTE

Do not contribute material taken from github.com/simh/simh unless you are the author of the material in question.