1. 6da2be7 ALL: remove need for sim_debug calls to be enclosed in braces to avoid dangling else compiler warnings by Mark Pizzolato · 9 years ago
  2. de84430 slirp: avoid compiler warnings for tftp when building with Visual Studio by Mark Pizzolato · 9 years ago
  3. 40a3e8b slirp: Enable slirp debugging using XQ DEBUG=ETH by Mark Pizzolato · 9 years ago
  4. ab8151c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
  5. 1ab15eb slirp: Port base QEMU slirp code to build on Windows with Visual Studio by Mark Pizzolato · 9 years ago
  6. 9706445 slirp: remove noisy debug output by Mark Pizzolato · 9 years ago
  7. 73f633f slirp: Add missing clock_gettime support for OS X. by Mark Pizzolato · 9 years ago
  8. 86d1e36 all VAX, PDP11: Add initial NAT based ethernet connectivity via SLiRP. by Mark Pizzolato · 9 years ago
  9. e4cf98c slirp: Initial import of QEMU slirp by Mark Pizzolato · 9 years ago
  10. 6bf92de All VAX: Also return correct Unibus/Qbus vectors for devices with more than one vector. Fix #241 by Mark Pizzolato · 9 years ago
  11. 35c321f DOC: Corrections and cleanups. by Paul Koning · 9 years ago
  12. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  13. ed57f06 All VAX: Always return the correct Qbus/Unibus interrupt vector bits for all devices. Fix #239 by Mark Pizzolato · 9 years ago
  14. b05c741 Visual Studio Projects: Added support for separate libpng libraries based on the available C runtime library for the compiler used to build. by Mark Pizzolato · 9 years ago
  15. c3a879d VAX: Change to load ROMs or other boot code directly from built in memory arrays. by Mark Pizzolato · 9 years ago
  16. 4921d92 VIDEO: Produce SCREENSHOT images in PNG format if libpng is available in the host build environment by Mark Pizzolato · 9 years ago
  17. 0a2eb29 SAGE: Add missing STEP command structure members from scp.c by Mark Pizzolato · 9 years ago
  18. 77bbfae DOC: Corrections and cleanups. by Paul Koning · 9 years ago
  19. e229733 makefile: cygwin build video support using SDL2 (preferred) or SDL by Tony Nicholson · 9 years ago
  20. 650f768 makefile: Add support for building with libpng by Mark Pizzolato · 9 years ago
  21. 9cb2697 VAX730, VAX750: Fix compiler warnings by Mark Pizzolato · 9 years ago
  22. ddb78bc README: Add SCREENSHOT and minor spelling fix. by Mark Pizzolato · 9 years ago
  23. 7ad2651 VAX750: Make sure that a boot ROM has been loaded before attempting a boot from the BOOTDEV specified boot device (i.e. BOOT without an argument). by Mark Pizzolato · 9 years ago
  24. a6c5e7e VAX, PDP11: In the TU tape simulator, correct the wording of the help language. Fixes #228 by Mark Pizzolato · 9 years ago
  25. 9f59823 PDP11, all VAX: Add TU58 device simulator with support for 32 drives plus the VAX 730 and 750 console devices by Mark Pizzolato · 9 years ago
  26. 8652294 DOC: Add descriptiong of missing unit structure fields by Mark Pizzolato · 9 years ago
  27. 389c08a SCP: Added missing help for SET REMOTE MASTER command. by Mark Pizzolato · 9 years ago
  28. 4ddee84 EXPECT: Fix deprecated SET CONSOLE HALT behavior to reflect Dave's original behavior. by Mark Pizzolato · 9 years ago
  29. 5bd6ea9 HP2100: Latest changes from Dave Bryan by Mark Pizzolato · 9 years ago
  30. 751e1c0 SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan by Mark Pizzolato · 9 years ago
  31. 1ef6c3d SCP: Added REG_V_UF and REG_UFMASK to support user-defined register flags. From Dave Bryan by Mark Pizzolato · 9 years ago
  32. 13bb335 VIDEO: Fix vid_draw to copy drawing data before returning when drawing is deferred. by Mark Pizzolato · 9 years ago
  33. 324839c VAX750: Add display of boot device selector switch target boot devices by Mark Pizzolato · 9 years ago
  34. 0986c6f VAX750: Fixed ROM based boot from console TU58 by Mark Pizzolato · 9 years ago
  35. 42403ef VIDEO: Avoid compiler warning when building without video support by Mark Pizzolato · 9 years ago
  36. 23e552e SCP, VIDEO: Properly reject SCREENSHOT command when no devices use sim_video. by Mark Pizzolato · 9 years ago
  37. 78399f1 SCP: Added a SCREENSHOT command to record the video display window. by Mark Pizzolato · 9 years ago
  38. 1d6c14b HP2100: Latest changes from Dave Bryan. by Mark Pizzolato · 9 years ago
  39. 4baecec VAX750: Added VAX. 11.750 Boot ROM booting options by Mark Pizzolato · 9 years ago
  40. 176540f PDP11, VAX: Correct MSCP & TMSCP register access debug output to mention correct register names and data being written on register writes by Mark Pizzolato · 9 years ago
  41. ab51088 Visual Studio Projects: Forced serialization of Visual Studio Project fixes by making all simulators dependent on BuildROMs project. by Mark Pizzolato · 9 years ago
  42. 87b6dba Visual Studio Projects: Change project file conversions adding XP support to be reasonably well behaved during a parallel build. by Mark Pizzolato · 9 years ago
  43. 8bb4940 PDP11: Add provision in the DL device simulation to support bursts of input data to avoid reporting character overruns on the serial port. by Mark Pizzolato · 9 years ago
  44. 9fdd8a8 TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer by Mark Pizzolato · 9 years ago
  45. 6d61821 Visual Studio Projects: Add XP build support when building with Visual Studio 2012+ ONLY when Visual Studio XP support is available. by Mark Pizzolato · 9 years ago
  46. 7619f88 Visual Studio Projects: Add XP support for executables when building with Visual Studio 2012+ by Mark Pizzolato · 9 years ago
  47. 558788e Visual Studio Projects: Adopt new windows-build which properly supports floating point C runtime calls for simulators which use libSDL by Mark Pizzolato · 9 years ago
  48. 15736ae Visual Studio Projects: Added support for building under Visual Studio Community (2015) by Mark Pizzolato · 9 years ago
  49. 77152c6 MUX: Fix for connection establishment logic for virtual null modem connections. by Mark Pizzolato · 9 years ago
  50. f602b13 SCP: Make output of SHOW commands also appear in debug output while debugging by Mark Pizzolato · 9 years ago
  51. 9307fbd MUX: Fix attach parsing of Log File names and no telnet options. Issue found by Ed Marr. by Mark Pizzolato · 9 years ago
  52. f3af74e AltairZ80: Fix head stepping to only occur on 1 to 0 transitions by Mike Douglas · 9 years ago
  53. bb39ce9 AltairZ80: Better comparison operator to remove warning message by Peter Schorn · 9 years ago
  54. bd2f592 Revert "SCP: Remove ASCII source code character set dependency" by Mark Pizzolato · 9 years ago
  55. 7c7b44e SCP: Remove ASCII source code character set dependency by Mark Pizzolato · 9 years ago
  56. a747c0f VAX750: Implement the buffered data path CSRs in the Unibus adapter. by Mark Pizzolato · 9 years ago
  57. d69b34e DISK: Support for both RAW disk and file size determination on *nix platforms by Mark Pizzolato · 9 years ago
  58. 435ea69 DISK, TAPE: Make an -F switch specified on a disk/tape attach only change the device format until the unit is detached at which time the unit format will revert to the default format. Fix #219 by Mark Pizzolato · 9 years ago
  59. 1335729 SCP: Add natural Windows support for RAW device names. Fixes issue raised in #67. by Mark Pizzolato · 9 years ago
  60. 047a6b8 TMXR: Added delay to assure that simulator internally generated messages get fully transmitted on TMXR lines. by Mark Pizzolato · 9 years ago
  61. fa407e6 PDP10, PDP11, VAX, MUX: Fix allowed line attach syntax to accept UDP in any order among attach arguments by Mark Pizzolato · 10 years ago
  62. 29fe0e6 PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used. by Mark Pizzolato · 10 years ago
  63. 47e61b5 PDP11: Adjust I/O wait time so that reasonable behavior occurs under heavy I/O load. by Mark Pizzolato · 10 years ago
  64. e27e396 TAPES: Attempt to validate the record structure of TPC formatted tapes when they are attached. by Mark Pizzolato · 10 years ago
  65. 79419bf ISYS8010, ISYS8020: Fix file name case inconsistencies by Mark Pizzolato · 10 years ago
  66. 230e588 ALL: Merge with Supnik-Current by Mark Pizzolato · 10 years ago
  67. 3b8c318 ISYS8020: Fixed warnings in i8259.c from VS2008 build by Bill Beech · 10 years ago
  68. 8d9f08f ISYS8020: Add Visual Studio Project for isys8020 simulator by Mark Pizzolato · 10 years ago
  69. a663e14 ISYS8020: Corrected iSBC80-20 to enable/disable EPROM and RAM correctly by Bill Beech · 10 years ago
  70. 32945f5 ISYS8020: Makefile correction to build correctly by Bill Beech · 10 years ago
  71. 3251b86 ISYS8020: Fixed system_defs.h to compile by Bill Beech · 10 years ago
  72. 5de213a ISYS8020: Modified makefile for ISYS8020 by Bill Beech · 10 years ago
  73. 7ebfef7 ISYS8020: Created isys8020 directory and populated it for build by Bill Beech · 10 years ago
  74. 7dc9c86 ISYS8020: Created iSBC80-20.c file by Bill Beech · 10 years ago
  75. 06f9cbe ISYS8020: Fix format of file by Bill Beech · 10 years ago
  76. 44e5c22 ISYS8010: Fix format of file by Bill Beech · 10 years ago
  77. ba7937c ISYS8010: Corrected errors in i8255.c by Bill Beech · 10 years ago
  78. d5e1a9c I1620: Added missing TFL instruction (Tom McBride) by Mark Pizzolato · 10 years ago
  79. 218dac5 ISYS8020: Fix spaces in i8259.c by Bill Beech · 10 years ago
  80. a100256 ISYS8010: Fix compiler warnings on Linux with gcc & clang by Mark Pizzolato · 10 years ago
  81. ce84886 ISYS8010: Corrections to get clean build under VS2008 by Bill Beech · 10 years ago
  82. a6c0705 ISYS8010: Changed printf to sim_printf. by Bill Beech · 10 years ago
  83. 02bb97d swtp6800: Clean up documentation file by Bill Beech · 10 years ago
  84. 21cd2a4 SWTP6800: Adjust indentation by Bill Beech · 10 years ago
  85. 839103b AL: Remove inappropriate file additions by Bill Beech · 10 years ago
  86. 4210c7c ISYS8010: Add Visual Studio Project (from Mark Pizzolato) by Bill Beech · 10 years ago
  87. c73a850 ISYS8010: Rename top intel directory to Intel-Systems (from isys8010) by Bill Beech · 10 years ago
  88. 7e3a32f ISYS8010: Removed remaining tabs (converted to spaces). by Bill Beech · 10 years ago
  89. f36a8de ISYS8010: Rename configuration file (which is included) to a .h file by Bill Beech · 10 years ago
  90. 8d9a379 25 Apr 15 mods for ISYS8010. by Bill Beech · 10 years ago
  91. 4179eeb MDS-800: Initial simulator commit by nj7p · 10 years ago
  92. cd799c9 makefile: dynamically determine if shm_open is available on the local system, Fix X11R7 library reference when available by Mark Pizzolato · 10 years ago
  93. 041c866 PDP10: Added DEUNA/DELUA support back since there exists software which actually supported it. by Mark Pizzolato · 10 years ago
  94. a9e5913 AltairZ80: Reduced polling for CPU stop on non UNIX platforms by Peter Schorn · 10 years ago
  95. ff908f4 AltairZ80: Simplified polling for stop CPU on non UNIX platform by Peter Schorn · 10 years ago
  96. dee7135 SCP: More immediate detection of changed stop_cpu during event processing. by Mark Pizzolato · 10 years ago
  97. 8050030 Merge pull request #211 from psco/master by Mark Pizzolato · 10 years ago
  98. ad3767a AltairZ80: Fixed keyboard polling on non UNIX platform and daylight savings time issue with CP/M 3 clock by Peter Schorn · 10 years ago
  99. 71b99c6 SCP: Add -D switch to RESTORE command to suppress detach/attach activities during a restore. Fix #197 by Mark Pizzolato · 10 years ago
  100. d75ec66 FRONTPANEL: Added support for a register array to be returned as part of a register set by Mark Pizzolato · 10 years ago