1. 3c3c8d6 VAX: Convert CPU level debugging to use sim_debug instead of DEBUG_PRI for consistent CPU device debug output by Mark Pizzolato · 10 years ago
  2. 947fe4a VAX8600: Fix 8600 reboot by Mark Pizzolato · 10 years ago
  3. 26ef9b5 PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  4. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  5. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  6. 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
  7. 42df753 QVSS: Changed vid_draw calls to reference the scan line aligned regions of the video image buffer by Mark Pizzolato · 10 years ago
  8. 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
  9. 383ce78 VAX,MicroVAX,QVSS: Video improvements by Mark Pizzolato · 10 years ago
  10. ad6dd02 VIDEO: Change the SDL mouse position in window to reflect the simulated mouse position. by Mark Pizzolato · 10 years ago
  11. e00438b VAX: Add VCB01(QVSS) device to MicroVAX 3900 simulator by Mark Pizzolato · 10 years ago
  12. 50e57a8 MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup by Mark Pizzolato · 10 years ago
  13. 8cbe4ba VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  14. 7600970 VAX: Minimizing extra work while preparing to idle and attempt to make idle transitions closer to instruction execution costs. by Mark Pizzolato · 10 years ago
  15. 5cb8f46 VAX780, VAX739, VAX759, VAX8600: Merge branch 'VAX-11-BootBlock-Fixup' - Generic VMB.EXE for *nix VAX operating systems by Mark Pizzolato · 10 years ago
  16. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  17. c638492 VAX QVSS: Increase LK keyboard mode map to avoid a potential out of bounds array reference by Mark Pizzolato · 10 years ago
  18. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  19. 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  20. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  21. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  22. 56236ac RTVAX1000: Finish making sure that a rtvax1000 can't have any part of a VCB01 (found by Dan Gahlinger) by Mark Pizzolato · 10 years ago
  23. 0b89e63 RTVAX1000: Make sure that rtvax1000 doesn't contain any parts of the VCB01 board which was never supported. by Mark Pizzolato · 10 years ago
  24. 3e01bef VAX: Fix the PxBR and SBR validation tests to correctly reflect the 780 microcode patch 38 from Bob Supnik by Mark Pizzolato · 10 years ago
  25. d6456e5 VAX: Simplified idle detection which allows more operating systems to properly detect when they are idling. by Mark Pizzolato · 10 years ago
  26. 26cf388 VAX780: Added idle support for SysVR2 by Mark Pizzolato · 10 years ago
  27. 89ca7bd Fix to avoid excessive compiler optimization of MicroVAX II ROM access spinwait. Found by Cory Smelosky and Jordi Guillaumes Pons. by Mark Pizzolato · 10 years ago
  28. 3116ce5 VAX8600: Fix for console I/O from Johnny Billquist by Mark Pizzolato · 10 years ago
  29. 4c55f1a VAX: Make sure that Ultrix 1.X specific behaviors are only in effect with that OS by Mark Pizzolato · 10 years ago
  30. 6d64924 MicroVAX I: Fix to allow reboot when the initial boot didn't specify a boot device (i.e. a sniff boot) by Mark Pizzolato · 10 years ago
  31. 4d817f1 VAX: Added support for the DEQNA device on Ultrix 1.x. Henry Bent observed that the deqna driver in this OS counted on older DEQNA firmware which automatically enabled interrupts after a software reset. by Mark Pizzolato · 10 years ago
  32. a0a7eb2 VAX: Allow potentially pending console output to be delivered prior to halting back to the sim> prompt by Mark Pizzolato · 10 years ago
  33. f961a98 Documentation update from Bob Supnik by Mark Pizzolato · 10 years ago
  34. 27a8a14 VAX730: Fix 3MB memory setting. Found by Brad Parker. by Mark Pizzolato · 10 years ago
  35. 3946eb7 VAX, PDP11, PDP10: Added a explanation of the capabilities and limitations of the NEXT command which is output the first time a NEXT command is entered. by Mark Pizzolato · 11 years ago
  36. d3bdc26 VAX: Added support for the NEXT command to step over subroutine calls BSBB, BSBW, JSB, CALLS and CALLG by Mark Pizzolato · 11 years ago
  37. 6ce8d99 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) by Mark Pizzolato · 11 years ago
  38. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  39. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  40. 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  41. bf58edf VAX: Fix for unaligned memory reference to IO and Register Space (from Bob Supnik) by Mark Pizzolato · 11 years ago
  42. 55c5d20 PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices by Mark Pizzolato · 11 years ago
  43. f59d86d VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88 by Mark Pizzolato · 11 years ago
  44. b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
  45. 593c7f4 QVSS: Changed prior VSYNC fix to only interrupt quickly immediately after interrupts are enabled to avoid idling issues with the prior fix. From Matt Burke by Mark Pizzolato · 11 years ago
  46. 304ad39 VAX: Avoid potential VAX simulator hangs when code may poll for console input without being interrupted by Mark Pizzolato · 11 years ago
  47. 5bce9da QVSS: Fix to get the VSYNC interrupts to be more reasonable. Addresses Issue #88. From Mike Burke by Mark Pizzolato · 11 years ago
  48. fdb33ce Compiler warning cleanup by Mark Pizzolato · 11 years ago
  49. be46bac PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. by Mark Pizzolato · 11 years ago
  50. 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
  51. 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
  52. db91afb VAX: Compiler warning cleanup by Mark Pizzolato · 11 years ago
  53. 1a48d85 VAX630: Fix watch chip behavior the first time a file is attached to the NVR device. by Mark Pizzolato · 11 years ago
  54. d3135b7 VAX630: NVR corrected to be 64 bytes instead of 128. Added NVR read/write debug tracing. by Mark Pizzolato · 11 years ago
  55. 4e53c5f VAX630: Added register bitfields for the IPC (Doorbell) register and read/write tracing. by Mark Pizzolato · 11 years ago
  56. 19d30d9 VAX630: Added register bit fields for the watch device and read/write tracing for watch register activity. by Mark Pizzolato · 11 years ago
  57. da8dd3c VAX: Added Register Bit Field definitions for the PSL register by Mark Pizzolato · 11 years ago
  58. 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
  59. 47a6bdf Revised QVSS mouse support from Matt Burke to address #60 by Mark Pizzolato · 11 years ago
  60. 91c7d26 SHOW IOSPACE, again by Timothe Litt · 11 years ago
  61. 5de0c8d Instrumented the qvss activities for better debug support by Mark Pizzolato · 11 years ago
  62. 65de3d0 Add descriptions to the QVSS register declarations by Mark Pizzolato · 11 years ago
  63. a7a8f3d Added reporting of the QVSS window focus release key when Video Windows is created by Mark Pizzolato · 11 years ago
  64. b3a9a0d Add sim_video and VAX QVSS (VCB01) Monochrome Video Board from Matt Burke by Mark Pizzolato · 11 years ago
  65. feeea1e Remove unused definitions by Mark Pizzolato · 11 years ago
  66. 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
  67. 89bd58a Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen) by Mark Pizzolato · 11 years ago
  68. 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 11 years ago
  69. 1936f7f Fixed VAX8600 simulator boot from console without an attach disk to report a useful error instead of crashing by Mark Pizzolato · 12 years ago
  70. e0225c3 Added boot from console floppy support to the VAX780 simulator (Changed console floppy device name from RXC to CS) by Mark Pizzolato · 12 years ago
  71. da3a34b Merge branch 'master' into VAX-11-BootBlock-Fixup by Mark Pizzolato · 12 years ago
  72. 96dbeae Added SHOW CPU MEMORY support for all VAX simulators to display the memory controller and board configuration by Mark Pizzolato · 12 years ago
  73. 471ea3e Added SHOW CPU MEMORY to the MicroVAX I simulator by Mark Pizzolato · 12 years ago
  74. a005822 Extended the VAX 8600 memory to 512MB and reworked the memory board slot allocation logic to fill as many slots as possible. by Mark Pizzolato · 12 years ago
  75. 0ffcde6 VAX 8600 Address map cleanup from Johnny Billquist by Mark Pizzolato · 12 years ago
  76. 51865b2 Merge branch 'master' into VAX-11-BootBlock-Fixup by Mark Pizzolato · 12 years ago
  77. a78c978 Fixed pamm initialization for SBI 0 and improved output of SHOW CPU MEMORY - from Johnny Billquist by Mark Pizzolato · 12 years ago
  78. c3fbe7f Updated vmb_exe include file by Mark Pizzolato · 12 years ago
  79. e8667e4 Patched VMB.EXE to support boot block booting with the same logic that all of the ROM based VMB systems (MicroVAX I onward) handle interpreting the boot block. Many alternate operating system installation media assumes that all VAX boot logic works this way. by Mark Pizzolato · 12 years ago
  80. 8116b75 Fix VAX 8600 memory controller attribute descriptions to properly reflect the board size and slots. by Mark Pizzolato · 12 years ago
  81. ce41ac8 Fixed the non-functional VAX 8600 boot and use of the console RL02 disk. by Mark Pizzolato · 12 years ago
  82. 388b2be Added missing SET CPU MODEL to VAX 8600 simulator by Mark Pizzolato · 12 years ago
  83. 51badc2 The MicroVAX specific CPU Boot help has been moved to the MicroVAX specific modules by Mark Pizzolato · 12 years ago
  84. 9b3694b Fixed extended VAX 8600 memory of 260MB. by Mark Pizzolato · 12 years ago
  85. 960c5b5 Fix issues observed by Sun C compiler by Mark Pizzolato · 12 years ago
  86. 55e45c9 Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist) by Mark Pizzolato · 12 years ago
  87. 0605b6d Added support for building on Solaris with the Sun C compiler by Mark Pizzolato · 12 years ago
  88. 28f645a Compiler suggested cleanups by Mark Pizzolato · 12 years ago
  89. 9bd8305 Cleanup compiler warnings on Solaris and newer OSX clang compilers. by Mark Pizzolato · 12 years ago
  90. 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
  91. 8f9a14c Fixed clk_help to display the correct device name for the VAX TODR implementations by Mark Pizzolato · 12 years ago
  92. b2ee3a5 Added VH device to the VAX 8600 system configuration by Mark Pizzolato · 12 years ago
  93. a91b6db Adding help to VAX system devices by Mark Pizzolato · 12 years ago
  94. 864b581 Adding more device help by Mark Pizzolato · 12 years ago
  95. 453890f Adding more device help by Mark Pizzolato · 12 years ago
  96. 6b4353f Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have. by Mark Pizzolato · 12 years ago
  97. 8640cd6 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. by Mark Pizzolato · 12 years ago
  98. 7290474 Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device by Mark Pizzolato · 12 years ago
  99. 55693fb Added missing MOD_VALR flag on some recently revised MTAB entries by Mark Pizzolato · 12 years ago
  100. 28b9055 Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful. by Mark Pizzolato · 12 years ago