Generate a PDP11 emulation test-set using simh.
Find a file
Mark Pizzolato 7bed091134 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files.
Fixed auto configure bugs which didn't allow Fixed CSR Addresses or Fixed Vectors to be set using the auto configure information.
Fixed display of address and vectors to indicate that the assigned address and/or vector is in the floating set.
Added extended definitions to the auto configure table to reflect all known potential static and floating and static addresses as of VMS V5.5-2
Changed the name of the VAX 11/780 console floppy device name to RXC from RX (which collides with a Unibus name for the RX11).
2012-12-20 13:58:11 -08:00
alpha Merge changes from v3.9-0 rc1 2012-03-19 16:05:24 -07:00
ALTAIR Compiler suggested cleanups 2012-11-30 13:22:15 -08:00
AltairZ80 Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources 2012-12-09 12:12:09 -08:00
display Fixed compiler identified bugs and warnings. 2012-11-08 06:23:52 -08:00
doc Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
GRI Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
H316 Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
HP2100 Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
I1401 Compiler warning cleanup 2012-12-13 13:41:57 -08:00
I1620 Compiler warning cleanup 2012-12-13 13:41:57 -08:00
I7094 Compiler warning cleanup 2012-12-13 13:41:57 -08:00
Ibm1130 Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
Interdata Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
LGP Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
NOVA Compiler suggested cleanups 2012-11-30 13:22:15 -08:00
PDP1 Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
PDP8 Compiler warning cleanup 2012-12-13 13:41:57 -08:00
PDP10 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
PDP11 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
PDP18B Compiler warning cleanup 2012-12-13 13:41:57 -08:00
S3 Compiler warning cleanup 2012-12-13 13:41:57 -08:00
SDS Compiler warning cleanup 2012-12-13 13:41:57 -08:00
sigma Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API. 2012-12-12 11:01:00 -08:00
swtp6800 Merge branch 'nj7p/swtp6800-v2.1' 2012-07-13 15:21:30 -07:00
TX-0 Replace getw/putw with sim_read/sim_write 2012-11-20 16:33:26 -08:00
VAX Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
Visual Studio Projects Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. 2012-12-19 11:33:39 -08:00
.gitattributes simh v2.5 2011-04-15 08:33:23 -07:00
.gitignore Make sure that VAX/vmb.exe is included in the git repository 2011-06-01 09:10:13 -07: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 'Extra-VAXen' 2012-12-17 03:19:07 -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 Fix build on VMS (IA64) 2012-12-19 12:45:03 -08:00
makefile Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. 2012-12-19 11:33:39 -08:00
scp.c Revised comments 2012-12-19 12:49:08 -08:00
scp.h Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_BuildROMs.c Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_console.c Fix the occasional pause which may happen when the console is connected to a serial port at a slow port speed and large bursts of output cause buffers to fill up. 2012-12-19 05:43:06 -08:00
sim_console.h scp.h, sim_console.h, sim_console.c - Changed SET CONSOLE DEBUG= and SET CONSOLE NODEBUG to enable/disable debugging for the console device 2012-10-23 14:37:19 -07:00
sim_defs.h Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_disk.c Fix build on VMS (IA64) 2012-12-19 12:45:03 -08:00
sim_disk.h Fixed Asynch I/O issues which may leave pending asynch I/O in limbo when device resets happen (found by Sergey Oboguev) 2012-04-10 05:43:59 -07:00
sim_ether.c Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_ether.h Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -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 Added Asynch I/O and Disk Support for various Disk formats 2011-04-15 08:49:18 -07:00
sim_rev.h Updating revision to reflect v4.0 development activity 2012-05-06 06:08:06 -07:00
sim_serial.c Fix build on VMS (IA64) 2012-12-19 12:45:03 -08:00
sim_serial.h sim_serial.c Added initial serial support for VMS hosts 2012-10-22 09:07:45 -07:00
sim_sock.c Fix build on VMS (IA64) 2012-12-19 12:45:03 -08:00
sim_sock.h Added an optional validation argument to sim_parse_addr for callers which need to confirm incoming connections come from expected sources 2012-12-09 12:12:09 -08:00
sim_tape.c Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_tape.h Fixed bug under Asynch I/O where I/O completion did not delay the appropriate time before passing back device status to a simulator. Found by Sergey Oboguev. 2012-04-02 14:05:12 -07:00
sim_timer.c Merge branch 'SerialMux' and compiler suggested cleanup 2012-12-18 09:52:14 -08:00
sim_timer.h Change to support serial ports on multiplexer devices without any changes to existing multiplexer device emulation code. 2012-10-17 08:40:01 -07:00
sim_tmxr.c Fixed console serial port connection checking 2012-12-18 15:41:34 -08:00
sim_tmxr.h Fixed bug in DZ SET LINE= implementation 2012-12-18 13:03:21 -08:00