1. 253f8a8 VAX: Move CPU register and routine declarations into vax_defs.h by Mark Pizzolato · 9 years ago
  2. 8d51b35 VAX: Add computed results to instruction history trace by Mark Pizzolato · 9 years ago
  3. c8cd853 VAX: Allow SET CPU IDLE command to not specify a stability value. by Mark Pizzolato · 9 years ago
  4. 9d97936 VAX: Add the ability to 'STEP OUT" of the most recent subroutine call. by Mark Pizzolato · 9 years ago
  5. 49d3ec8 VAX: Add command support to set the idle stability delay by Mark Pizzolato · 9 years ago
  6. cea1f1b VAX: Add optional simulator time and logging to disk for instruction history. by Mark Pizzolato · 9 years ago
  7. 5e6127e VAX: Fix signed overflow in op_mtpr() by Mark Pizzolato · 9 years ago
  8. 8f54971 rtVAX1000: Fix potential array overrun when enabling the QVSS graphics. by Mark Pizzolato · 9 years ago
  9. 3d6dd2f VAX: Fix NEXT command to also work when Virtual Memory is enabled. by Mark Pizzolato · 9 years ago
  10. 197edc8 VAX: Add VAX ELN idle support. by Mark Pizzolato · 9 years ago
  11. 4f3dd08 VIDEO: Add window title to vid_open. by Mark Pizzolato · 9 years ago
  12. 21b31fc VIDEO: Add hot location functionality to cursor support. by Mark Pizzolato · 9 years ago
  13. a9cc1f1 PDP11, VAX: Provide a useful error message when the unimplemented DUMP command is attempted. by Mark Pizzolato · 9 years ago
  14. ed64606 VAX: Fix inconsistencies in setting CPU model for simulators that have different models by Mark Pizzolato · 9 years ago
  15. 688416a VAX, MicroVAX1, MicroVAX2: Provide consistent messages when attempting to change CPU Model. by Mark Pizzolato · 9 years ago
  16. 622c594 VAX780: Correct HELP CPU BOOT to remove TQ which isn't bootable. by Mark Pizzolato · 9 years ago
  17. 3e3c055 PDP11, VAX: Fix AutoConfigure to allow multiple dynamically configured devices to allocate from the same pool of fixed addresses. by Mark Pizzolato · 9 years ago
  18. 283d289 VAX: Change BBC and BBS instructions to not be include the idle/halt testing by Mark Pizzolato · 9 years ago
  19. 54bec5c VAX780: Fix interval timer to correctly time variable microsecond granularity intervals. by Mark Pizzolato · 9 years ago
  20. 2549f34 VAX: Change HALT behavior to dispatch non polling events prior to returning to SCP. by Mark Pizzolato · 9 years ago
  21. dac6633 VAX: Set reasonable clock co-scheduled polling for console input by Mark Pizzolato · 9 years ago
  22. 90ea285 VAX: Generalized idle checks for all branch to self cases and fixed logic for 32V idle by Mark Pizzolato · 9 years ago
  23. 78f4d07 VAX QVSS: Add device descriptions to the Keyboard (LK) and Mouse (VS) devices. by Mark Pizzolato · 9 years ago
  24. 9b45833 VAX, PDP11: Add support to, by default, limit console input data to about 9600bps. by Mark Pizzolato · 9 years ago
  25. 9ee290a VAX: add support for input and output ports to 2681 DUART by Sergey Svishchev · 9 years ago
  26. 73d7aee SCP: Add printf style format argument validation for all functions which take printf arguments. by Mark Pizzolato · 9 years ago
  27. ed57f06 All VAX: Always return the correct Qbus/Unibus interrupt vector bits for all devices. Fix #239 by Mark Pizzolato · 9 years ago
  28. c3a879d VAX: Change to load ROMs or other boot code directly from built in memory arrays. by Mark Pizzolato · 9 years ago
  29. 9cb2697 VAX730, VAX750: Fix compiler warnings by Mark Pizzolato · 9 years ago
  30. 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
  31. 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
  32. 324839c VAX750: Add display of boot device selector switch target boot devices by Mark Pizzolato · 9 years ago
  33. 0986c6f VAX750: Fixed ROM based boot from console TU58 by Mark Pizzolato · 9 years ago
  34. 4baecec VAX750: Added VAX. 11.750 Boot ROM booting options by Mark Pizzolato · 9 years ago
  35. a747c0f VAX750: Implement the buffered data path CSRs in the Unibus adapter. by Mark Pizzolato · 9 years ago
  36. 230e588 ALL: Merge with Supnik-Current by Mark Pizzolato · 10 years ago
  37. 41978ec All: Convert from C runtime library perror() to sim_perror so that all messages will arrive in the same place(s). by Mark Pizzolato · 10 years ago
  38. d75c072 VAX, VAX780, VAX8600, MicroVAX1, MicroVAX2: Stabilize SAVE/RESTORE capabilities to allow restore of older version VAX and VAX780 save images and to properly allow simulator restores of processor model variations as discussed in #197 points 1 & 2 by Mark Pizzolato · 10 years ago
  39. 478ff3d MicroVAX2, rtVAX1000: Avoid non-existent severe machine check exception. As per Bob Supnik. Fix #199 by Mark Pizzolato · 10 years ago
  40. 5e556cc ALL VAX: Fix vax_cpu to be model invariant and implement platform specific machine behavior in model specific machine_check routine. As per Bob Supnik. Fix #198 by Mark Pizzolato · 10 years ago
  41. 66dba79 ALPHA, ALTAIR, AltairZ80, I7094, NOVA, PDP1, PDP10, PDP11, PDP18B, PDP8, SAGE, sigma, swtp6800, TX-0, VAX: Change tabs to spaces which had crept in over time by Mark Pizzolato · 10 years ago
  42. 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
  43. 947fe4a VAX8600: Fix 8600 reboot by Mark Pizzolato · 10 years ago
  44. 26ef9b5 PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  45. e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
  46. ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
  47. 9accae5 BESM6 and VAX: Cleanup for building on VMS by Mark Pizzolato · 10 years ago
  48. 42df753 QVSS: Changed vid_draw calls to reference the scan line aligned regions of the video image buffer by Mark Pizzolato · 10 years ago
  49. 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
  50. 383ce78 VAX,MicroVAX,QVSS: Video improvements by Mark Pizzolato · 10 years ago
  51. ad6dd02 VIDEO: Change the SDL mouse position in window to reflect the simulated mouse position. by Mark Pizzolato · 10 years ago
  52. e00438b VAX: Add VCB01(QVSS) device to MicroVAX 3900 simulator by Mark Pizzolato · 10 years ago
  53. 50e57a8 MicroVAX1, MicroVAX2: Compiler/Linker suggested cleanup by Mark Pizzolato · 10 years ago
  54. 8cbe4ba VAX: Properly inline memory reference functions for performance. Fix #169 by Mark Pizzolato · 10 years ago
  55. 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
  56. 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
  57. c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
  58. c638492 VAX QVSS: Increase LK keyboard mode map to avoid a potential out of bounds array reference by Mark Pizzolato · 10 years ago
  59. 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
  60. 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  61. 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
  62. 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
  63. 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
  64. 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
  65. 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
  66. d6456e5 VAX: Simplified idle detection which allows more operating systems to properly detect when they are idling. by Mark Pizzolato · 10 years ago
  67. 26cf388 VAX780: Added idle support for SysVR2 by Mark Pizzolato · 10 years ago
  68. 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
  69. 3116ce5 VAX8600: Fix for console I/O from Johnny Billquist by Mark Pizzolato · 10 years ago
  70. 4c55f1a VAX: Make sure that Ultrix 1.X specific behaviors are only in effect with that OS by Mark Pizzolato · 10 years ago
  71. 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
  72. 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
  73. a0a7eb2 VAX: Allow potentially pending console output to be delivered prior to halting back to the sim> prompt by Mark Pizzolato · 10 years ago
  74. f961a98 Documentation update from Bob Supnik by Mark Pizzolato · 10 years ago
  75. 27a8a14 VAX730: Fix 3MB memory setting. Found by Brad Parker. by Mark Pizzolato · 11 years ago
  76. 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
  77. 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
  78. 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
  79. 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
  80. eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
  81. 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
  82. bf58edf VAX: Fix for unaligned memory reference to IO and Register Space (from Bob Supnik) by Mark Pizzolato · 11 years ago
  83. 55c5d20 PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices by Mark Pizzolato · 11 years ago
  84. f59d86d VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88 by Mark Pizzolato · 11 years ago
  85. b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
  86. 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
  87. 304ad39 VAX: Avoid potential VAX simulator hangs when code may poll for console input without being interrupted by Mark Pizzolato · 11 years ago
  88. 5bce9da QVSS: Fix to get the VSYNC interrupts to be more reasonable. Addresses Issue #88. From Mike Burke by Mark Pizzolato · 11 years ago
  89. fdb33ce Compiler warning cleanup by Mark Pizzolato · 11 years ago
  90. 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
  91. 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
  92. 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
  93. db91afb VAX: Compiler warning cleanup by Mark Pizzolato · 11 years ago
  94. 1a48d85 VAX630: Fix watch chip behavior the first time a file is attached to the NVR device. by Mark Pizzolato · 11 years ago
  95. d3135b7 VAX630: NVR corrected to be 64 bytes instead of 128. Added NVR read/write debug tracing. by Mark Pizzolato · 11 years ago
  96. 4e53c5f VAX630: Added register bitfields for the IPC (Doorbell) register and read/write tracing. by Mark Pizzolato · 11 years ago
  97. 19d30d9 VAX630: Added register bit fields for the watch device and read/write tracing for watch register activity. by Mark Pizzolato · 11 years ago
  98. da8dd3c VAX: Added Register Bit Field definitions for the PSL register by Mark Pizzolato · 11 years ago
  99. 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
  100. 47a6bdf Revised QVSS mouse support from Matt Burke to address #60 by Mark Pizzolato · 11 years ago