1. 5b4e9d5 SCP: Corrected error message text by Mark Pizzolato · 10 years ago
  2. 0bf40c2 VAX, XQ: Removed unneeded variable declaration which caused linker warning using icc compiler by Mark Pizzolato · 10 years ago
  3. 1c2aed7 I1401: Fixed treatment of overflow (Ken Shirriff) by Mark Pizzolato · 10 years ago
  4. 960b22d VIDEO: Fix build when using SDL2 versions prior to 2.0.3. Fix #187 by Mark Pizzolato · 10 years ago
  5. f267476 SOCK: Add TCP keepalive support to all incoming and outgoing TCP sockets. by Mark Pizzolato · 10 years ago
  6. d8b5567 ALTAIR: Reads of uninstalled memory are supposed to return 0377 (0xff). However, by Scott Bailey · 10 years ago
  7. 94b1da0 Remote Console: Add EXAMINE and EVALUATE to the single command mode command set and removed IEXAMINE from all command modes since it doesn't work. by Mark Pizzolato · 10 years ago
  8. 0fd4a9f VIDEO: Fix makefile for building on OS X with SDL (vs SDL2). by Mark Pizzolato · 10 years ago
  9. 3b33804 SDS: Fix overflow test instructions OVT and OTO by Mark Emmer · 10 years ago
  10. c9eb08c VIDEO: Fix build when using SDL vs SDL2 by Mark Pizzolato · 10 years ago
  11. 7fe345c README: Update to describe QVSS (VCB01) device on MicroVAX3900 (VAX) simulator by Mark Pizzolato · 10 years ago
  12. cadf1da SCP: Fix duplicate prompt output before each multiple command mode command set. by Mark Pizzolato · 10 years ago
  13. 4ee599b SCP: Added a SHOW VIDEO command for simulators which include video devices by Mark Pizzolato · 10 years ago
  14. e40d81d VIDEO: Add proper WRU detection when SIM_VIDEO is used on OS X. by Mark Pizzolato · 10 years ago
  15. 2f662f2 SCP: Make sure that WRU is detected by console read processing in the event that it isn't detected by SIGINT by Mark Pizzolato · 10 years ago
  16. 93a2f9f VIDEO: Fix build when SDL libraries are not available by Mark Pizzolato · 10 years ago
  17. 2142168 VIDEO: Restructured vid_show_video to perform SDL APIs on the SDL event thread. by Mark Pizzolato · 10 years ago
  18. 8c4397e VIDEO: Initial working OSX support by Mark Pizzolato · 10 years ago
  19. cd4da41 VIDEO: Changed SDL2 vid_draw implementation to perform all texture references in the event processing thread by Mark Pizzolato · 10 years ago
  20. 42df753 QVSS: Changed vid_draw calls to reference the scan line aligned regions of the video image buffer by Mark Pizzolato · 10 years ago
  21. 4cb4477 VIDEO: Restructured SDL threading model to perform all event processing in the main thread and run the application main logic in a different thread. by Mark Pizzolato · 10 years ago
  22. 6ccd7a5 QVSS: Add a device detach routine to make sure that the any video is properly closed on exit. by Mark Pizzolato · 10 years ago
  23. 4bd2eb7 SDS: Corrections to memory trap logic by Mark Emmer · 10 years ago
  24. 383ce78 VAX,MicroVAX,QVSS: Video improvements by Mark Pizzolato · 10 years ago
  25. 729737f Merge pull request #183 from markemmer/master by Mark Pizzolato · 10 years ago
  26. b63b395 SDS: Allow display or entry of NOP with optional operands by Mark Emmer · 10 years ago
  27. 84e816d SDS: Add different 6-bit internal to/from ASCII character conversion tables for 940 mode by Mark Emmer · 10 years ago
  28. af713b7 Fix off-by-one in reading cache address from memory by Eric Scharff · 10 years ago
  29. f0f3176 VIDEO: Fix build for platforms with SDL2 prior to v2.0.2. Fix #177 by Mark Pizzolato · 10 years ago
  30. 5ed1909 BESM-6: some correction for indentation and spacing. by Serge Vakulenko · 10 years ago
  31. d6e60b8 TMXR: Extend Telnet option negotiation to explicitly reject uninteresting options. Fix #177 by Mark Pizzolato · 10 years ago
  32. 0ee8095 BESM6: Fonts should be closed explicitly before terminating SDL_ttf. by Leo Broukhis · 10 years ago
  33. 7dfc409 SDS: Fix intermittent I/O data errors when two or more I/O channels active by Mark Emmer · 10 years ago
  34. 4fbf8f3 SCP: Fix timer initialization logic when CAS intrinsic instructions aren't available for Lock Free queue insertion by Mark Pizzolato · 10 years ago
  35. 433fa20 VIDEO: Added SDL2 error checking coalescing of mouse motion events which are queued concurrently. by Mark Pizzolato · 10 years ago
  36. 722579c VIDEO: SDL2 Ignoring multiple successively queued REDRAW events to avoid overrunning the GPU by Mark Pizzolato · 10 years ago
  37. 191566f NOVA: Add parity generation for input characters on the TTI device by Mark Pizzolato · 10 years ago
  38. 136f586 VIDEO: Migrate SDL2 vid_draw to SDL_UpdateTexture for just the requested rectangle by Mark Pizzolato · 10 years ago
  39. b198e13 FRONTPANEL: Initial API description by Mark Pizzolato · 10 years ago
  40. 5551a0d ALL: make sure all useful state is in simh registers while processing events by Mark Pizzolato · 10 years ago
  41. 0d41242 BESM6: Now builds without SDL, fixed CPU reset regression, output to parallel terminals works. by Leo Broukhis · 10 years ago
  42. ad6dd02 VIDEO: Change the SDL mouse position in window to reflect the simulated mouse position. by Mark Pizzolato · 10 years ago
  43. e0108b5 SCP: Compiler suggested cleanup and spelling fix by Mark Pizzolato · 10 years ago
  44. 9ff642f BESM6: Implemented hardwired front panel programs, by Leo Broukhis · 10 years ago
  45. a71e5e0 makefile: Fix broken build under MinGW by Mark Pizzolato · 10 years ago
  46. ebbe009 makefile: Add ability to build the vax simulator with SDL (if available) when vax is the single build target by Mark Pizzolato · 10 years ago
  47. e00438b VAX: Add VCB01(QVSS) device to MicroVAX 3900 simulator by Mark Pizzolato · 10 years ago
  48. e0b69fa makefile: Simpler build under MinGW. Detect attempt to build under Msys bash shell and issue error message by Mark Pizzolato · 10 years ago
  49. 30d2db2 GRI, I1401, I7094, ID16, ID32, LGP, NOVA: Change a few tabs to spaces which had crept in over time. by Mark Pizzolato · 10 years ago
  50. 9ad2f9b I1620: Convert a few stray tab characters to spaces which had crept in over time. by Mark Pizzolato · 10 years ago
  51. 8f6e849 BESM6: Implemented WRU when no local console, added binary punchtape mode, by Leo Broukhis · 10 years ago
  52. 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
  53. f5dcb2e Visual Studio Projects: Fix misspelled include file name in HP2100 project definition by Mark Pizzolato · 10 years ago
  54. f0f80f7 makefile: Fix build when compiling under MinGW to avoid reference to un-necessary/non-existent library by Mark Pizzolato · 10 years ago
  55. f125145 makefile: When using MinGW better build on XP and support for EXPECT with regular expressions by Mark Pizzolato · 10 years ago
  56. 793227f BESM6: Implemented SET CPU PANEL/NOPANEL. by Leo Broukhis · 10 years ago
  57. c5cb826 makefile: Fix build of simulators with SDL support to reference the correct version and added MinGW build support for the BESM6 simulator by Mark Pizzolato · 10 years ago
  58. ec1f57d BESM6: Revised windows build to add SDL support to provide the besm6_panel interface. by Mark Pizzolato · 10 years ago
  59. 9e945b7 README: Mention new BESM-6 simulator by Mark Pizzolato · 10 years ago
  60. 483a969 BESM6: Addition of BESM-6 Simulator written by Leo Broukhis and Serge Vakulenko by Mark Pizzolato · 10 years ago
  61. 6f1e837 SCP: Added -T switch to the EXPECT, SEND and STEP commands to specify that the units of delay/stepping are in microseconds rather than instructions. by Mark Pizzolato · 10 years ago
  62. f572f25 BESM6: Add AppleGothic.ttf as a font for the panel which is generally found on OS X. by Mark Pizzolato · 10 years ago
  63. 3ac8c82 BESM6: Implemented SET CPU REQ, added an example of a batch task run. by Leo Broukhis · 10 years ago
  64. 1787947 BESM6: Translated comments in besm6_panel.c by Leo Broukhis · 10 years ago
  65. 8dea682 BESM6: All arguments of "attach tty" but the magic word "console" are passed to tmxr_attach(). by Leo Broukhis · 10 years ago
  66. d6d13a8 BESM6: Output to Baudot TTYs works; fixed attaching of disks without -e; added DejaVu font option. by Leo Broukhis · 10 years ago
  67. 0f1e233 BESM6: Cleanup for build on OS X, by Mark Pizzolato · 10 years ago
  68. 5fd8b63 SCP: Fix debug setup info displayed by SHOW SEND and SHOW EXPECT by Mark Pizzolato · 10 years ago
  69. e84c798 SCP: Fix EXPECT matching logic for non-regex strings to have enough room to buffer all of potential match data plus a NUL byte. by Mark Pizzolato · 10 years ago
  70. 91f465d SCP: Add info displayed in SHOW EXPECT and SHOW SEND to advise how SEND & EXPECT debugging is enabled by Mark Pizzolato · 10 years ago
  71. 7ab9f02 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
  72. 5d9aee0 SCP: EXPECT debug fix to avoid invalid memory reference if a expect structure doesn have a device pointer. Corrected comments. From Mark Emmer. by Mark Pizzolato · 10 years ago
  73. 184bb3f SCP: better parsing support for command files which contain UTF-8 data in SEND/EXPECT strings by Mark Pizzolato · 10 years ago
  74. 5f786a0 SCP: More allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  75. b4dbb76 SCP: Allow command files to contain UTF-8 data. by Mark Pizzolato · 10 years ago
  76. 703c569 BESM6: Have makefile search for one of several potential FONTNAME fonts in several potential FONTPATH directories. by Mark Pizzolato · 10 years ago
  77. bd260dd BESM6: Schedule the serial line timer by instruction count when I/O is pending, and by wallclock time otherwise. This achieves a good TTY output rate even when the CPU is busy with a user process. by Leo Broukhis · 10 years ago
  78. aa16857 BESM6: Updated licenses missed before, TTYs use sim_putchar(), translated comments in besm6_tty.c; using "console" instead of "/dev/tty". by Leo Broukhis · 10 years ago
  79. a7f05ac BESM6: Added TTY interrupt insertion in the idle loop. by Leo Broukhis · 10 years ago
  80. c2975c8 BESM6: No need to check for printing to console. by Leo Broukhis · 10 years ago
  81. 567e811 ETHER: Fix compile when threaded network I/O is disabled on OS X (found by Martin Vorländer) by Mark Pizzolato · 10 years ago
  82. 3b4bc61 MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup by Mark Pizzolato · 10 years ago
  83. 8659281 SCP: Changed sim_poll_kbd() to set the global stop_cpu when the WRU character has been received. by Mark Pizzolato · 10 years ago
  84. d615bd0 SCP: Only report DO file context when run_cmd completes if the completion status is not a simulator specific error code and not due to a STEP, EXPECT or STOP completion. by Mark Pizzolato · 10 years ago
  85. 3fe61c5 SCP: Provide an API to display alternate error message text while returning SCPE status. by Mark Pizzolato · 10 years ago
  86. bb42ce6 TAPE: Simplify range expression to avoid cast size reduction by Mark Pizzolato · 10 years ago
  87. 8d11de7 VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  88. bd50637 BESM6: Working calibrated clock which also supports idling by Mark Pizzolato · 10 years ago
  89. 76cdf0f BESM6: Got rid of ftw(); the font file should be provided as a build option. by Leo Broukhis · 10 years ago
  90. a50bd68 BESM6: Using sim_fwrite for formatting. by Leo Broukhis · 10 years ago
  91. e37d065 SCP: Fix clock initialization in AIO_INIT when __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 are not available. by Mark Pizzolato · 10 years ago
  92. 11a72ce SCP: Cleanup redundant external declaration in sim_tmxr.h (found by Dave Bryan) by Mark Pizzolato · 10 years ago
  93. ecbb20f HP2100: Latest updates: 64-bit clean compiles and revised BOOT support from Dave Bryan by Mark Pizzolato · 10 years ago
  94. f8501c2 DOC: Updated simh.doc and sim_magtape.doc to reflect recent revisions to tape support (from Dave Bryan) by Mark Pizzolato · 10 years ago
  95. 9f9c983 SCP: Fix debug setup info displayed by SHOW SEND and SHOW EXPECT by Mark Pizzolato · 10 years ago
  96. 470b9b5 SCP: Fix EXPECT matching logic for non-regex strings to have enough room to buffer all of potential match data plus a NUL byte. by Mark Pizzolato · 10 years ago
  97. fb7b53c SCP: Add info displayed in SHOW EXPECT and SHOW SEND to advise how SEND & EXPECT debugging is enabled by Mark Pizzolato · 10 years ago
  98. b8940f4 TMXR: Add default debug bits for SEND/EXPECT operations by Mark Pizzolato · 10 years ago
  99. 7a2600d SCP: EXPECT debug fix to avoid invalid memory reference if a expect structure doesn have a device pointer. Corrected comments. From Mark Emmer. by Mark Pizzolato · 10 years ago
  100. bc8ee69 SCP: better parsing support for command files which contain UTF-8 data in SEND/EXPECT strings by Mark Pizzolato · 10 years ago