- eaae194 SCP: Initial merge of old style single line help with hierarchical help by Mark Pizzolato · 11 years ago
- 0e753b7 Compiler indicated cleanups by Mark Pizzolato · 11 years ago
- bf58edf VAX: Fix for unaligned memory reference to IO and Register Space (from Bob Supnik) by Mark Pizzolato · 11 years ago
- 55c5d20 PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices by Mark Pizzolato · 11 years ago
- f59d86d VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88 by Mark Pizzolato · 11 years ago
- b57201b QVSS/VIDEO: Fix for mouse tracking on Ultrix from Mike Burke for issue #88 by Mark Pizzolato · 11 years ago
- 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
- 304ad39 VAX: Avoid potential VAX simulator hangs when code may poll for console input without being interrupted by Mark Pizzolato · 11 years ago
- 5bce9da QVSS: Fix to get the VSYNC interrupts to be more reasonable. Addresses Issue #88. From Mike Burke by Mark Pizzolato · 11 years ago
- fdb33ce Compiler warning cleanup by Mark Pizzolato · 11 years ago
- 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
- 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
- 8617a58 VAX/QVSS: Added debugging support to sim_video by Mark Pizzolato · 11 years ago
- db91afb VAX: Compiler warning cleanup by Mark Pizzolato · 11 years ago
- 1a48d85 VAX630: Fix watch chip behavior the first time a file is attached to the NVR device. by Mark Pizzolato · 11 years ago
- d3135b7 VAX630: NVR corrected to be 64 bytes instead of 128. Added NVR read/write debug tracing. by Mark Pizzolato · 11 years ago
- 4e53c5f VAX630: Added register bitfields for the IPC (Doorbell) register and read/write tracing. by Mark Pizzolato · 11 years ago
- 19d30d9 VAX630: Added register bit fields for the watch device and read/write tracing for watch register activity. by Mark Pizzolato · 11 years ago
- da8dd3c VAX: Added Register Bit Field definitions for the PSL register by Mark Pizzolato · 11 years ago
- 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
- 47a6bdf Revised QVSS mouse support from Matt Burke to address #60 by Mark Pizzolato · 11 years ago
- 91c7d26 SHOW IOSPACE, again by Timothe Litt · 11 years ago
- 5de0c8d Instrumented the qvss activities for better debug support by Mark Pizzolato · 11 years ago
- 65de3d0 Add descriptions to the QVSS register declarations by Mark Pizzolato · 11 years ago
- a7a8f3d Added reporting of the QVSS window focus release key when Video Windows is created by Mark Pizzolato · 11 years ago
- b3a9a0d Add sim_video and VAX QVSS (VCB01) Monochrome Video Board from Matt Burke by Mark Pizzolato · 11 years ago
- feeea1e Remove unused definitions by Mark Pizzolato · 11 years ago
- 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
- 89bd58a Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen) by Mark Pizzolato · 11 years ago
- 6cf54e8 Fixes for stable operation with SIM_ASYNCH_CLOCKS defined by Mark Pizzolato · 12 years ago
- 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
- 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
- 96dbeae Added SHOW CPU MEMORY support for all VAX simulators to display the memory controller and board configuration by Mark Pizzolato · 12 years ago
- 471ea3e Added SHOW CPU MEMORY to the MicroVAX I simulator by Mark Pizzolato · 12 years ago
- 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
- a78c978 Fixed pamm initialization for SBI 0 and improved output of SHOW CPU MEMORY - from Johnny Billquist by Mark Pizzolato · 12 years ago
- 8116b75 Fix VAX 8600 memory controller attribute descriptions to properly reflect the board size and slots. by Mark Pizzolato · 12 years ago
- ce41ac8 Fixed the non-functional VAX 8600 boot and use of the console RL02 disk. by Mark Pizzolato · 12 years ago
- 388b2be Added missing SET CPU MODEL to VAX 8600 simulator by Mark Pizzolato · 12 years ago
- 51badc2 The MicroVAX specific CPU Boot help has been moved to the MicroVAX specific modules by Mark Pizzolato · 12 years ago
- 9b3694b Fixed extended VAX 8600 memory of 260MB. by Mark Pizzolato · 12 years ago
- 960c5b5 Fix issues observed by Sun C compiler by Mark Pizzolato · 12 years ago
- 55e45c9 Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist) by Mark Pizzolato · 12 years ago
- 0605b6d Added support for building on Solaris with the Sun C compiler by Mark Pizzolato · 12 years ago
- 28f645a Compiler suggested cleanups by Mark Pizzolato · 12 years ago
- 9bd8305 Cleanup compiler warnings on Solaris and newer OSX clang compilers. by Mark Pizzolato · 12 years ago
- 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
- 8f9a14c Fixed clk_help to display the correct device name for the VAX TODR implementations by Mark Pizzolato · 12 years ago
- b2ee3a5 Added VH device to the VAX 8600 system configuration by Mark Pizzolato · 12 years ago
- a91b6db Adding help to VAX system devices by Mark Pizzolato · 12 years ago
- 864b581 Adding more device help by Mark Pizzolato · 12 years ago
- 453890f Adding more device help by Mark Pizzolato · 12 years ago
- 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
- 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
- 7290474 Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device by Mark Pizzolato · 12 years ago
- 55693fb Added missing MOD_VALR flag on some recently revised MTAB entries by Mark Pizzolato · 12 years ago
- 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
- e2fb364 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode by Mark Pizzolato · 12 years ago
- 8df4b94 Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator by Mark Pizzolato · 12 years ago
- 370f57e Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors by Mark Pizzolato · 12 years ago
- c729942 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators by Mark Pizzolato · 12 years ago
- 6dcf5ba Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators by Mark Pizzolato · 12 years ago
- d674bb1 Changed VAX console input polling to only poll for input if the last character received has been processed by the VM by Mark Pizzolato · 12 years ago
- 7a9db0f Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES by Mark Pizzolato · 12 years ago
- cbe1114 Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators by Mark Pizzolato · 12 years ago
- 9091330 Compiler suggested fixes by Mark Pizzolato · 12 years ago
- 33897a6 Added UBA register descriptions by Mark Pizzolato · 12 years ago
- 71fcfac Added calls to sim_register_clock_unit for simulators with clock devices by Mark Pizzolato · 12 years ago
- 115f860 Fixed typo referring to auto configuration information by Mark Pizzolato · 12 years ago
- 9fc6aa7 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays by Mark Pizzolato · 12 years ago
- 83c1d80 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
- 95033ce Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. by Mark Pizzolato · 12 years ago
- eb0dfed Changed register variable names to avoid the reserved register name STATE by Mark Pizzolato · 12 years ago
- a60d907 Adding register descriptions to VAX processor devices by Mark Pizzolato · 12 years ago
- 19f8fcc Added HELP device REGISTERS support and register definitions for the VAX CPU device by Mark Pizzolato · 12 years ago
- 923d541 Added HELP CPU to all VAX simulators by Mark Pizzolato · 12 years ago
- 8720c8c Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model by Mark Pizzolato · 12 years ago
- dac73b9 Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. by Mark Pizzolato · 12 years ago
- bc816ae Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing by Mark Pizzolato · 12 years ago
- 784ae24 - Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added by Mark Pizzolato · 12 years ago
- 2af67a7 Cleanup of compiler noted issue by Mark Pizzolato · 12 years ago
- 722f479 Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings. by Mark Pizzolato · 12 years ago
- 43b1c04 Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke by Mark Pizzolato · 12 years ago
- b2ed63f Removed IOBA_FLOAT and replaced with IOBA_AUTO by Mark Pizzolato · 12 years ago
- b25ca80 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 48ba877 Added VAX 11/785 model variation to the VAX 11/780 simulator based on VAX 8600/8650 model variants and some information from Matt Burke's VAX 11/785 page at 9track.net by Mark Pizzolato · 12 years ago
- 10e32ab VAX 8600 adjustments for complete auto configure by Mark Pizzolato · 12 years ago
- fbb783f Added missing VAX 8600 message display after boot command returns by Mark Pizzolato · 12 years ago
- 425ef4f Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- 2a5caf8 Add embedded boot code support to VAX 8600 by Mark Pizzolato · 12 years ago
- 2751a22 VAX 8600 compiler warning cleanups by Mark Pizzolato · 12 years ago
- ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
- 3bcb6c1 Merge branch 'master' into AutoConfigure by Mark Pizzolato · 12 years ago
- ca37549 Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there. by Mark Pizzolato · 12 years ago
- 7bed091 Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. by Mark Pizzolato · 12 years ago
- 3346f4a Fix build on VMS (IA64) by Mark Pizzolato · 12 years ago
- 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
- 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
- c87c747 Compiler warning cleanup by Mark Pizzolato · 12 years ago
- 84af193 Correct spelling in comment by Mark Pizzolato · 12 years ago