1. de68387 MAKEFILE: Added makefile support for MinGW builds using libSDL2. by Mark Pizzolato · 11 years ago
  2. 63e05c7 PDP11: Fix DL help attach regression and missing SHOW IOSPACE details by Mark Pizzolato · 11 years ago
  3. 5feb20d VSTUDIO: Fix SDL2 library name for Microvax I debug build by Mark Pizzolato · 11 years ago
  4. f76d466 Merge pull request #83 from BillHeaton/master by Mark Pizzolato · 11 years ago
  5. 3a5f090 SCP/VIDEO: Makefile cleanup for OSX build with libSDL2 by Mark Pizzolato · 11 years ago
  6. 6b45d9b SCP/VIDEO: Added support for libSDL2 video capabilities. Changed existing video layer to carry pixels as 32bpp vs 8bpp for more natural behaviors in libSDL2. by Mark Pizzolato · 11 years ago
  7. 839db8e PDP10: Use system style of include by Bill Heaton · 11 years ago
  8. 99b4730 Fix build warning on OS/X by Bill Heaton · 11 years ago
  9. 351d748 VIDEO: Move all SDL graphics activities to the background video thread by Mark Pizzolato · 11 years ago
  10. 610b7b5 VIDEO: Moved SDL initialization and cleanup from event thread to the primary thread. by Mark Pizzolato · 11 years ago
  11. 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
  12. ab028c0 SCP: Fix SET DEBUG switch interpretation by Mark Pizzolato · 11 years ago
  13. daed1e5 VAX/QVSS: Proper linking on OSX by Mark Pizzolato · 11 years ago
  14. 721a16f PDP8: Fix LOAD command ignores field change immediately after leader. (#73). From Bob Supnik and David Gesswein. by Mark Pizzolato · 11 years ago
  15. 6d8565d PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik by Mark Pizzolato · 11 years ago
  16. 735c589 SCP: Allow ;notelnet option to be specified on the console telnet command as discussed in issue #76 by Mark Pizzolato · 11 years ago
  17. 7b4d207 SCP: Added display of all enabled devices which have debugging enabled to the SHOW DEBUG command output. by Mark Pizzolato · 11 years ago
  18. c984495 PDP11/VAX: Make sure that semi-unique drive serial numbers have a zero msb to avoid issues in some operating systems. by Mark Pizzolato · 11 years ago
  19. 01b3179 PDP11: Added help to KE, KG, RF, TA, TC and TM devices. Fixed DECtape documentation. by Mark Pizzolato · 11 years ago
  20. 786cda7 PDP11/VAX: Use semi-unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
  21. e18d7e8 PDP11/VAX: Use unique drive serial numbers when writing BAD144 bad block info to newly created disk images by Mark Pizzolato · 11 years ago
  22. 6be6124 SCP: Add timer logic description comments to sim_timer by Mark Pizzolato · 11 years ago
  23. c0b82b9 SCP: Add comments describing the various REG initialization macros. by Mark Pizzolato · 11 years ago
  24. cc0ccb4 PDP11: Updating doc for RS03/RS04 and RHC from Bob Supnik by Mark Pizzolato · 11 years ago
  25. 4387c5b PDP11: report RK05 drive presence more reasonably. Add historical information in RK help. by Mark Pizzolato · 11 years ago
  26. da22795 SCP: Fix HELP SET <device> to properly output to sim_log when logging. Reported in issue #71 by Mark Pizzolato · 11 years ago
  27. b1fc298 PDP11/VAX: Add register descriptions and bitfields to register declarations by Mark Pizzolato · 11 years ago
  28. d614098 PDP11: Added formatted register display for HK and RK devices by Mark Pizzolato · 11 years ago
  29. db91afb VAX: Compiler warning cleanup by Mark Pizzolato · 11 years ago
  30. ddc9398 PDP11: fix RK device unit detection when some units are disabled. by Mark Pizzolato · 11 years ago
  31. 59232fe PDP11: fixed auto configure for RL and HK devices by Mark Pizzolato · 11 years ago
  32. c0bf907 SCP: Added help display for units which can be enabled and disabled by Mark Pizzolato · 11 years ago
  33. b1b9aa3 PDP11: Added help to RK device by Mark Pizzolato · 11 years ago
  34. 1141339 PDP11: Addition of the RS03/RS04 disk devices from Bob Supnik by Mark Pizzolato · 11 years ago
  35. 68fbca9 I1401: Read TMK does not write GM+WM to memory from Bob Supnik by Mark Pizzolato · 11 years ago
  36. 4e5f910 Compiler nits for void * assignments from Bob Supnik by Mark Pizzolato · 11 years ago
  37. 4cc4d12 Updated PDP11 and VAX780 documentation. by Mark Pizzolato · 11 years ago
  38. 8902472 PDP11/VAX: pdp11_hk Fix by Bob Supnik for issue #47 by Mark Pizzolato · 11 years ago
  39. 2722bc4 README: Update to correct URL for windows binaries. #70 by Mark Pizzolato · 11 years ago
  40. c22063c sim_sock.c allow validation address to match various forms of literal localhost addresses. by Mark Pizzolato · 11 years ago
  41. 8555bbb SCP: Fix Set Command dispatching and HELP dev SET output by Mark Pizzolato · 11 years ago
  42. 6cc9d56 Merge Fixes from Bob Supnik's updates by Mark Pizzolato · 11 years ago
  43. 938b75f Clear storage and branch preserves B register (Van Snyder) by Mark Pizzolato · 11 years ago
  44. 18461f5 sim_debug: Fixed to produce output when the format string is a bare newline character. by Mark Pizzolato · 11 years ago
  45. 1a48d85 VAX630: Fix watch chip behavior the first time a file is attached to the NVR device. by Mark Pizzolato · 11 years ago
  46. d3135b7 VAX630: NVR corrected to be 64 bytes instead of 128. Added NVR read/write debug tracing. by Mark Pizzolato · 11 years ago
  47. 4e53c5f VAX630: Added register bitfields for the IPC (Doorbell) register and read/write tracing. by Mark Pizzolato · 11 years ago
  48. 19d30d9 VAX630: Added register bit fields for the watch device and read/write tracing for watch register activity. by Mark Pizzolato · 11 years ago
  49. da8dd3c VAX: Added Register Bit Field definitions for the PSL register by Mark Pizzolato · 11 years ago
  50. c8f775a QVSS: Fix to handle when cursor is near the right edge of the screen and only partially visible. by Mark Pizzolato · 11 years ago
  51. 47a6bdf Revised QVSS mouse support from Matt Burke to address #60 by Mark Pizzolato · 11 years ago
  52. 60fbaab Fix time_t complaint when struct timespec doesn't have a time_t seconds value by Mark Pizzolato · 11 years ago
  53. 0bc76f5 Merge remote-tracking branch 'github-simh/master' by Mark Pizzolato · 11 years ago
  54. 572ed34 Optionally Enriched the info displayed at the beginning of debug message lines as discussed in Issue #66 by Mark Pizzolato · 11 years ago
  55. 91c7d26 SHOW IOSPACE, again by Timothe Litt · 11 years ago
  56. 95e54dc Merge remote-tracking branch 'origin/master' by Mark Pizzolato · 11 years ago
  57. 5ab2d18 PDP10 update by Timothe Litt · 11 years ago
  58. 071b8e5 Fix attach help for pdp11_dl (reported by Reindert Voorhorst) by Mark Pizzolato · 11 years ago
  59. 6a9c60c Fix CR builds by Timothe Litt · 11 years ago
  60. 1b6fc77 Fixed multiplexer attach bug introduced when the DEV_DONTAUTO flag was added by Mark Pizzolato · 11 years ago
  61. 0cc3783 PDP-11/VAX Update: NPR to/from IO Space by Timothe Litt · 11 years ago
  62. 3acbd0e SCP: Prevent use of uninitialized pointer. by Timothe Litt · 11 years ago
  63. 4497bba PDP-11/VAX update: SHOW IOSPACE by Timothe Litt · 11 years ago
  64. 1bfc2bc PDP-10 update: CD20 by Timothe Litt · 11 years ago
  65. 9c7f423 PDP-10 update by Timothe Litt · 11 years ago
  66. 6e78905 PDP-10 Update: TIM by Timothe Litt · 11 years ago
  67. 6243f93 PDP-10 update: LP20 by Timothe Litt · 11 years ago
  68. 0e939d2 PDP-10 update by Timothe Litt · 11 years ago
  69. 8df4e2a Update pdp-10 documentation by Timothe Litt · 11 years ago
  70. 64ed03d Revert clearing of sim_interval on sig-int to properly manage the passage of time. by Mark Pizzolato · 11 years ago
  71. fa0086a change QVSS device to autoconfigure its vector so other autoconfigured devices get correct vector assignments when the QVSS device is enabled by Mark Pizzolato · 11 years ago
  72. 5de0c8d Instrumented the qvss activities for better debug support by Mark Pizzolato · 11 years ago
  73. 1f8b3be Cleanup remote console single command mode. by Mark Pizzolato · 11 years ago
  74. 5a21db5 Fix TMXR line transmit buffer allocation to always be allocated if a listening socket is open by Mark Pizzolato · 11 years ago
  75. 9f43092 Merge remote-tracking branch 'origin/master' by Mark Pizzolato · 11 years ago
  76. 469b4b2 Fixed typo in comment by Mark Pizzolato · 11 years ago
  77. e529273 Merge branch 'master' of https://github.com/tlhackque/simh by Timothe Litt · 11 years ago
  78. c3b1d9a Boot ROMs, again by Timothe Litt · 11 years ago
  79. 9681843 PDP-10 tape boot rom update by Timothe Litt · 11 years ago
  80. 65ea457 PDP-10 tape boot rom update by Timothe Litt · 11 years ago
  81. 2efb0a1 Add -A to boot, Document & init FE comm area by Timothe Litt · 11 years ago
  82. 6076a48 PDP-10 RP redux by Timothe Litt · 11 years ago
  83. c7c5bde PDP-10 RP attach/detach/boot issues by Timothe Litt · 11 years ago
  84. 97eb58c Added a device flag which can be used to avoid auto detach at device attach time. by Mark Pizzolato · 11 years ago
  85. e13b1fe Merge branch 'master' of https://github.com/tlhackque/simh by Timothe Litt · 11 years ago
  86. d92fd22 RH11/TM0x issues: attach/detach by Timothe Litt · 11 years ago
  87. 50ec127 Merge remote-tracking branch 'github.com/simh/simh/master' by Mark Pizzolato · 11 years ago
  88. b2f4590 Update README by Mark Pizzolato · 11 years ago
  89. 9752a71 Access violation if invalid command entered to remote console by Timothe Litt · 11 years ago
  90. b8408c6 ignore emacs scratch and backup by Timothe Litt · 11 years ago
  91. 6222980 Cleanup of Visual Studio VAX project to properly convert to newer Visual Studio versions. by Mark Pizzolato · 11 years ago
  92. 5fba42a Renamed Visual Studio Projects VAX610, VAX620 and VAX630 to be consistent with the target names produced by those project builds. by Mark Pizzolato · 11 years ago
  93. 8079090 Added "HELP SET dev" and "HELP SHOW dev" as eqivalent to "HELP dev SET" and "HELP dev SHOW" respectively. by Mark Pizzolato · 11 years ago
  94. 65de3d0 Add descriptions to the QVSS register declarations by Mark Pizzolato · 11 years ago
  95. 31b63f0 Fixed the Visual Studio build of simulators which statically link against libSDL. by Mark Pizzolato · 11 years ago
  96. 524460e Cleanup Visual Studio Build issues by Mark Pizzolato · 11 years ago
  97. a7a8f3d Added reporting of the QVSS window focus release key when Video Windows is created by Mark Pizzolato · 11 years ago
  98. baba5f8 Fixed reporting of libSDL availability in simulatoes which will never need it. by Mark Pizzolato · 11 years ago
  99. b5e3d6b Added logic to suggest libSDL might help with simulators what can use it when it isn't available. by Mark Pizzolato · 11 years ago
  100. 0109d04 Fix incorrect definition descriptions in comments by Mark Pizzolato · 11 years ago