Generate a PDP11 emulation test-set using simh.
Find a file
2013-01-22 20:32:21 -08:00
alpha Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues 2013-01-10 15:14:51 -08:00
ALTAIR More compiler identified cleanups 2013-01-10 16:10:39 -08:00
AltairZ80 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues 2013-01-10 15:14:51 -08:00
display Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21 2012-12-23 11:28:46 -08:00
doc Documentation cleanup 2013-01-15 10:33:29 -08:00
GRI Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
H316 Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
HP2100 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays 2013-01-22 05:41:27 -08:00
I1401 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
I1620 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
I7094 Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
Ibm1130 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
Interdata Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
LGP Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
NOVA Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
PDP1 Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
PDP8 Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
PDP10 Merge branch 'master' into AsyncTmxr 2013-01-22 17:16:53 -08:00
PDP11 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. 2013-01-22 16:14:53 -08:00
PDP18B Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
S3 Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues 2013-01-10 15:14:51 -08:00
SDS Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. 2013-01-21 11:31:29 -08:00
sigma Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
swtp6800 More compiler identified cleanups 2013-01-10 16:10:39 -08:00
TX-0 Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. 2013-01-21 11:31:29 -08:00
VAX Added UBA register descriptions 2013-01-22 16:07:55 -08:00
Visual Studio Projects Build identified cleanups 2013-01-09 17:22:17 -08:00
.gitattributes simh v2.5 2011-04-15 08:33:23 -07:00
.gitignore Adding initial support to display the git commit id in the simulator code. 2012-12-20 15:04:37 -08:00
0readme_39.txt Official simh-v3.9-0 Merge 2012-05-02 07:06:11 -07:00
0readme_ethernet.txt Merge branch 'DMC11' into SerialMux 2012-10-16 15:50:38 -07:00
0readmeAsynchIO.txt Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
build_mingw.bat Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files 2012-12-15 09:40:30 -08:00
build_mingw_ether.bat Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files 2012-12-15 09:40:30 -08:00
build_mingw_noasync.bat Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files 2012-12-15 09:40:30 -08:00
descrip.mms More compiler identified cleanups 2013-01-10 16:10:39 -08:00
makefile Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download 2013-01-09 08:01:19 -08:00
scp.c Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message 2013-01-22 20:32:21 -08:00
scp.h Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays 2013-01-22 05:41:27 -08:00
sim_BuildROMs.c Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_console.c Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
sim_console.h Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
sim_defs.h Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message 2013-01-22 20:32:21 -08:00
sim_disk.c Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). 2013-01-19 10:59:40 -08:00
sim_disk.h Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). 2013-01-19 10:59:40 -08:00
sim_ether.c Standardized scp command formatting in help output 2013-01-15 06:21:32 -08:00
sim_ether.h Added ethernet help and cleaned up generic help output 2013-01-09 11:13:06 -08:00
sim_fio.c Fixed concurrent write issue (discovered by Sergey Oboguev) which may happen if SIM_ASYNC_IO is enabled 2012-02-01 19:58:55 -08:00
sim_fio.h - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added 2013-01-09 17:02:58 -08:00
sim_rev.h Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available 2013-01-02 07:46:17 -08:00
sim_serial.c Fixed compile issues on some Linux platforms 2013-01-03 08:01:43 -08:00
sim_serial.h Untangle circular include references between tmxr serial and sock include files. 2013-01-21 11:29:27 -08:00
sim_sock.c Add support to listen on IPv4 and IPv6 sockets when compiling on XP but running on later (IPv6 capable) Windows environments 2013-01-13 21:01:49 -08:00
sim_sock.h Untangle circular include references between tmxr serial and sock include files. 2013-01-21 11:29:27 -08:00
sim_tape.c Standardized scp command formatting in help output 2013-01-15 06:21:32 -08:00
sim_tape.h Added framework to support per device help commands 2012-12-30 13:12:15 -08:00
sim_timer.c Add display of the registered clock device 2013-01-22 16:05:02 -08:00
sim_timer.h Add display of the registered clock device 2013-01-22 16:05:02 -08:00
sim_tmxr.c Fix sim_tmxr flag settings to avoid an overwrite which was introduced when the dynflags was added 2013-01-22 16:03:18 -08:00
sim_tmxr.h Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00