1. d370cb1 PDP11, VAX: Add reasonable output character delay before DZ interrupt generation. by Mark Pizzolato · 9 years ago
  2. 33b88a3 VIDEO: Act on potential libSDL error return values by Mark Pizzolato · 9 years ago
  3. 88dde79 PDP11, VAX: Add device debug help information descriptions by Mark Pizzolato · 9 years ago
  4. f1d9e74 DISK: Add disk content validation checking by Mark Pizzolato · 9 years ago
  5. 90ea285 VAX: Generalized idle checks for all branch to self cases and fixed logic for 32V idle by Mark Pizzolato · 9 years ago
  6. b942bac SCP: Allow command switches -N and -Y to specify the answer to Yes/No prompts during command execution. by Mark Pizzolato · 9 years ago
  7. ad3dc29 SCP: Added flag indicating to device simulations that an event dispatch is active by Mark Pizzolato · 9 years ago
  8. 0e8c0ae SCP: Add debug flag description details to HELP dev DEBUG output by Mark Pizzolato · 9 years ago
  9. 9e9b382 makefile: rework the gcc -std setting logic to accommodate environments which have include files that don't compile with -std=c11. by Mark Pizzolato · 9 years ago
  10. 2029c3e VIDEO: Restore direct update of video bitmap data when using libSDL (vs libSDL2). by Mark Pizzolato · 9 years ago
  11. b64401c VIDEO: Fix crash using libSDL on hosts which display using X11. by Mark Pizzolato · 9 years ago
  12. 78f4d07 VAX QVSS: Add device descriptions to the Keyboard (LK) and Mouse (VS) devices. by Mark Pizzolato · 9 years ago
  13. d1518e5 makefile: Fix gcc version detection so correct -std argument can be determined by Mark Pizzolato · 9 years ago
  14. fc001ca VAX, PDP11: Fix DZ device to also regulate input speeds when data is arriving on multiple lines. by Mark Pizzolato · 9 years ago
  15. 01c410a makefile: Generalize the gcc -std tests to work for both MinGW and unix environments. Fix #250 by Mark Pizzolato · 9 years ago
  16. 0938d31 PDP11, VAX: MUX input rate limiting works correctly with input arriving on multiple lines concurrently. by Mark Pizzolato · 9 years ago
  17. d66b5a4 TAPE: Generalize TPC format validation checks to accommodate existing tape images. Fixes #247 by Mark Pizzolato · 9 years ago
  18. f322f4b TMXR: Support input speed limits with a multiplier factor by Mark Pizzolato · 9 years ago
  19. a18a4f4 makefile: Support clean builds of simulators with slirp support with older versions of gcc by Mark Pizzolato · 9 years ago
  20. 33536f0 HP2100: Updated bug fix info from Dave Bryan by Mark Pizzolato · 9 years ago
  21. f60390c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
  22. 391c823 TAPE: Fix - Tape read reports "end of medium" even if a gap precedes it from Dave Bryan by Mark Pizzolato · 9 years ago
  23. 62e3624 PDP11, VAX: Support multiplexer input speeds greater than 9600bps for console, DZ, VH, DL and DC devices by Mark Pizzolato · 9 years ago
  24. 44ef17f TIMER: Fix recently revised sim_idle_capable for hosts which aren't idle capable. by Mark Pizzolato · 9 years ago
  25. b3b0389 TIMER: Fix clock calibration after a host OS sleep/hibernate by Mark Pizzolato · 9 years ago
  26. 668761a SCP: Add display of host OS clock resolution to SHOW VERSION by Mark Pizzolato · 9 years ago
  27. 972b3fc PDP11, VAX: Fix DZ and VH devices to have input rate limiting align with the programmed port speed. by Mark Pizzolato · 9 years ago
  28. 00a8b74 TAPE: Properly report a tape format error when a TPC format tape fails the record structure validation checks. by Mark Pizzolato · 9 years ago
  29. 0f43551 TMXR: Minor typo in help text fixed. by Mark Pizzolato · 9 years ago
  30. e162eb9 DOC: Clarifications about behavior and requirements for EXAMINE -a and -c switches. From Dave Bryan by Mark Pizzolato · 9 years ago
  31. 833ba71 PDP11, VAX: Enhance VH, DZ, DL and DCI devices to provide input rate limiting. Fix #246 by Mark Pizzolato · 9 years ago
  32. 9b45833 VAX, PDP11: Add support to, by default, limit console input data to about 9600bps. by Mark Pizzolato · 9 years ago
  33. 53796ba TMXR, CONSOLE: Add optional ability to rate limit input data to approximate bps values by Mark Pizzolato · 9 years ago
  34. 099dd40 SCP: Add sim_activate_after_abs API like sim_activate_abs only specifying a used time delay. by Mark Pizzolato · 9 years ago
  35. 4a1cf35 TIMER: Fix sim_timer_activate_after to avoid overflow by Mark Pizzolato · 9 years ago
  36. 636b8c9 SOCKET: remove dependence on timerclear() by Mark Pizzolato · 9 years ago
  37. d95d32b TMXR: Return reasonable error status when disconnecting a line without specifying the line by Mark Pizzolato · 9 years ago
  38. 1d0a3b4 slirp: Describe NAT limitations in the attach help by Mark Pizzolato · 9 years ago
  39. 7266304 ALL: changed ASSURE macro to leverage sim_printf for log and debug output. by Mark Pizzolato · 9 years ago
  40. 9ee290a VAX: add support for input and output ports to 2681 DUART by Sergey Svishchev · 9 years ago
  41. 480c71d slirp: Fix g_array_free to correctly handle freeing an unallocateed GArray. Fix #243 by Mark Pizzolato · 9 years ago
  42. 7ad57d7 slirp: cleanup for submission upstream back to qemu by Mark Pizzolato · 9 years ago
  43. eff1ef1 DOC: Add NAT info by Mark Pizzolato · 9 years ago
  44. 027b15f ETHER: Tolerate whitespace after network transport designators (tap:, vde:, nat:, udp:) by Mark Pizzolato · 9 years ago
  45. 3be5125 slirp: Add windows build support for MinGW by Mark Pizzolato · 9 years ago
  46. 442e703 slirp: Compiler suggested cleanups by Mark Pizzolato · 9 years ago
  47. 42405a4 slirp: Added support for BOOTFILE and DNSSEARCH settings by Mark Pizzolato · 9 years ago
  48. dabdcfd slirp: Adjust code so it will build cleanly both in simh and QEMU by Mark Pizzolato · 9 years ago
  49. b7f2687 Visual Studio Projects: Fix windows-build check when switching between Visual Studio Compilers in the same directories by Mark Pizzolato · 9 years ago
  50. 007775a slirp: Compiler suggested cleanups by Mark Pizzolato · 9 years ago
  51. ed3e9a1 slirp, Visual Studio Projects: Adjust includes to allow building with Visual Studio Community by Mark Pizzolato · 9 years ago
  52. 5c117ca slirp: Fix slow/choppy data flow. by Mark Pizzolato · 9 years ago
  53. 79f50fa slirp: Integrate debugging support with simh debug output. by Mark Pizzolato · 9 years ago
  54. 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
  55. de84430 slirp: avoid compiler warnings for tftp when building with Visual Studio by Mark Pizzolato · 9 years ago
  56. 40a3e8b slirp: Enable slirp debugging using XQ DEBUG=ETH by Mark Pizzolato · 9 years ago
  57. ab8151c Compiler suggested cleanup by Mark Pizzolato · 9 years ago
  58. 1ab15eb slirp: Port base QEMU slirp code to build on Windows with Visual Studio by Mark Pizzolato · 9 years ago
  59. 9706445 slirp: remove noisy debug output by Mark Pizzolato · 9 years ago
  60. 73f633f slirp: Add missing clock_gettime support for OS X. by Mark Pizzolato · 9 years ago
  61. 86d1e36 all VAX, PDP11: Add initial NAT based ethernet connectivity via SLiRP. by Mark Pizzolato · 9 years ago
  62. e4cf98c slirp: Initial import of QEMU slirp by Mark Pizzolato · 9 years ago
  63. 6bf92de All VAX: Also return correct Unibus/Qbus vectors for devices with more than one vector. Fix #241 by Mark Pizzolato · 9 years ago
  64. 35c321f DOC: Corrections and cleanups. by Paul Koning · 9 years ago
  65. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  66. ed57f06 All VAX: Always return the correct Qbus/Unibus interrupt vector bits for all devices. Fix #239 by Mark Pizzolato · 9 years ago
  67. 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
  68. c3a879d VAX: Change to load ROMs or other boot code directly from built in memory arrays. by Mark Pizzolato · 9 years ago
  69. 4921d92 VIDEO: Produce SCREENSHOT images in PNG format if libpng is available in the host build environment by Mark Pizzolato · 9 years ago
  70. 0a2eb29 SAGE: Add missing STEP command structure members from scp.c by Mark Pizzolato · 9 years ago
  71. 77bbfae DOC: Corrections and cleanups. by Paul Koning · 9 years ago
  72. e229733 makefile: cygwin build video support using SDL2 (preferred) or SDL by Tony Nicholson · 9 years ago
  73. 650f768 makefile: Add support for building with libpng by Mark Pizzolato · 9 years ago
  74. 9cb2697 VAX730, VAX750: Fix compiler warnings by Mark Pizzolato · 9 years ago
  75. ddb78bc README: Add SCREENSHOT and minor spelling fix. by Mark Pizzolato · 9 years ago
  76. 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
  77. a6c5e7e VAX, PDP11: In the TU tape simulator, correct the wording of the help language. Fixes #228 by Mark Pizzolato · 9 years ago
  78. 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
  79. 8652294 DOC: Add descriptiong of missing unit structure fields by Mark Pizzolato · 9 years ago
  80. 389c08a SCP: Added missing help for SET REMOTE MASTER command. by Mark Pizzolato · 9 years ago
  81. 4ddee84 EXPECT: Fix deprecated SET CONSOLE HALT behavior to reflect Dave's original behavior. by Mark Pizzolato · 9 years ago
  82. 5bd6ea9 HP2100: Latest changes from Dave Bryan by Mark Pizzolato · 9 years ago
  83. 751e1c0 SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan by Mark Pizzolato · 9 years ago
  84. 1ef6c3d SCP: Added REG_V_UF and REG_UFMASK to support user-defined register flags. From Dave Bryan by Mark Pizzolato · 9 years ago
  85. 13bb335 VIDEO: Fix vid_draw to copy drawing data before returning when drawing is deferred. by Mark Pizzolato · 9 years ago
  86. 324839c VAX750: Add display of boot device selector switch target boot devices by Mark Pizzolato · 9 years ago
  87. 0986c6f VAX750: Fixed ROM based boot from console TU58 by Mark Pizzolato · 9 years ago
  88. 42403ef VIDEO: Avoid compiler warning when building without video support by Mark Pizzolato · 9 years ago
  89. 23e552e SCP, VIDEO: Properly reject SCREENSHOT command when no devices use sim_video. by Mark Pizzolato · 9 years ago
  90. 78399f1 SCP: Added a SCREENSHOT command to record the video display window. by Mark Pizzolato · 9 years ago
  91. 1d6c14b HP2100: Latest changes from Dave Bryan. by Mark Pizzolato · 9 years ago
  92. 4baecec VAX750: Added VAX. 11.750 Boot ROM booting options by Mark Pizzolato · 9 years ago
  93. 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
  94. 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
  95. 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
  96. 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
  97. 9fdd8a8 TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer by Mark Pizzolato · 9 years ago
  98. 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
  99. 7619f88 Visual Studio Projects: Add XP support for executables when building with Visual Studio 2012+ by Mark Pizzolato · 9 years ago
  100. 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