- 48f824b PDP1: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
- b11fbf6 DISPLAY: Update display code to support DEC Type 340, and 36 switches by Phil Budne · 7 years ago
- 5b5e0f9 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors by Bob Supnik · 7 years ago
- 81425a5 PDP1: Remove macro1.c. A later version is in the simtools repo by Mark Pizzolato · 7 years ago
- 7ed68ae PDP1: Add libSDL note in Spacewar! README by Sean McIntyre · 7 years ago
- c26c6ea NOVA, PDP1,, sigma: Various cosmetic/typo changes by Bob Supnik · 8 years ago
- 62879be PDP1, PDP8, PDP18B, PDP11: Fixed dt_seterr to clear successor states by Bob Supnik · 8 years ago
- 706de79 PDP1, PDP18B: Fixed dt_seterr to handle nx unit select (COVERITY) by Bob Supnik · 8 years ago
- d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
- da3f535 VAX, PDP11, PDP8, PDP1: Properly declare timer with clock unit by Mark Pizzolato · 8 years ago
- 236dbb2 PDP1: ASCII/FIODEC are not SET options. ASCII mode is only attach -A by Mark Pizzolato · 8 years ago
- 2425ba5 PDP1: Fix PTP and PTR ASCII Mode from Bob Supnik by Mark Pizzolato · 8 years ago
- db30000 PDP1: Add Expensive Typewriter support and paper tape additions from Bob Supnik by Mark Pizzolato · 8 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 54b3ca0 PDP-1: Added register descriptions to all devices. by Ray Jewhurst · 9 years ago
- b804964 PDP11, PDP1, TX-0: Added SDL based graphics support using sim_video. by Mark Pizzolato · 9 years ago
- 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
- f2ca388 GRI, PDP1, S3, SDS: Forwardport of Bob Supnik's merge from the master branch (change to sim_printf) by Mark Pizzolato · 10 years ago
- 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- 54a4845 ALL: Revert "ALL: make sure all useful state is in simh registers while processing events" by Mark Pizzolato · 10 years ago
- 5551a0d ALL: make sure all useful state is in simh registers while processing events by Mark Pizzolato · 10 years ago
- c2cef3c ALL: Avoid name space collision for the global variable PC when readline is dynamically loaded in many simulators. by Mark Pizzolato · 10 years ago
- c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
- 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 1e3586e DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt by Mark Pizzolato · 11 years ago
- 026dd98 Merge latest from Bob Supnik by Mark Pizzolato · 11 years ago
- 4e5f910 Compiler nits for void * assignments from Bob Supnik by Mark Pizzolato · 11 years ago
- d5ca542 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 by Mark Pizzolato · 12 years ago
- 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
- 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
- 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 12 years ago
- dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
- 7b6f7a9 Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries by Mark Pizzolato · 12 years ago
- 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
- b466bdc Compiler warning cleanup by Mark Pizzolato · 12 years ago
- a3b0dc3 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. by Mark Pizzolato · 12 years ago
- 0f8e6cf Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. by Mark Pizzolato · 13 years ago
- 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
- a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
- 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
- 56a7d31 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-2
- 6149cc7 Notes For V3.7 by Bob Supnik · 18 years ago v3.7-1
- 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
- 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
- dc871fa Notes For V3.6-0 by Bob Supnik · 19 years ago v3.6-0
- 1e704bf Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-1
- b7c1eae Notes For V3.5-0 by Bob Supnik · 19 years ago v3.5-0
- b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
- 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
- 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
- b2101ec Notes For V3.0-2 by Bob Supnik · 21 years ago v3.0-2
- f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
- 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
- 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
- 4ea745b Notes For V2.10-1 by Bob Supnik · 22 years ago v2.10-1
- 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
- df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
- 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8