- 253f8a8 VAX: Move CPU register and routine declarations into vax_defs.h by Mark Pizzolato · 9 years ago
- 8d51b35 VAX: Add computed results to instruction history trace by Mark Pizzolato · 9 years ago
- c8cd853 VAX: Allow SET CPU IDLE command to not specify a stability value. by Mark Pizzolato · 9 years ago
- 9a7c46f PDP11, VAX: Fix DEUNA/DELUA receive descriptor message size indicator. by Mark Pizzolato · 9 years ago
- f3ca23c DOC: Correct parameter description in "Writing a Simulator for the SIMH system". by Mark Pizzolato · 9 years ago
- 4d25cc4 slirp_glue: cleanup compiler warning of duplicate definition of O_BINARY under Cygwin by Tony Nicholson · 9 years ago
- 9d97936 VAX: Add the ability to 'STEP OUT" of the most recent subroutine call. by Mark Pizzolato · 9 years ago
- 6148585 README: Added specific mention that GNU make is required for a makefile build. by Mark Pizzolato · 9 years ago
- 4dfbb98 PDP11, VAX: Add detailed receive descriptor list usage debug information. by Mark Pizzolato · 9 years ago
- 49d3ec8 VAX: Add command support to set the idle stability delay by Mark Pizzolato · 9 years ago
- 2e21baf PDP11: Revised doc to include EXAMINE -B by Mark Pizzolato · 9 years ago
- cea1f1b VAX: Add optional simulator time and logging to disk for instruction history. by Mark Pizzolato · 9 years ago
- 92fe35f PDP10: Fix nested indirect address limit exceeded (from Bob Supnik) by Mark Pizzolato · 9 years ago
- 5ffd11c SCP: Fix year offset used when expanding DATE_19XX_YY and DATE_19XX_YYYY by Mark Pizzolato · 9 years ago
- 5e6127e VAX: Fix signed overflow in op_mtpr() by Mark Pizzolato · 9 years ago
- 445bc99 SCP: Add DATE_19XX_YY and DATE_19XX_YYYY variable insertion. by Mark Pizzolato · 9 years ago
- aadd66c VIDEO: Fix uninitialized pointer reference under libSDL by Mark Pizzolato · 9 years ago
- c1e7dfc TMXR: Make sure all types of incoming connections properly support telnet by Mark Pizzolato · 9 years ago
- d497aea FRONTPANEL: Add breakpoint support to support a debugger using the API by Mark Pizzolato · 9 years ago
- 5eb6750 SCP: Avoid using tempnam() to produce OS component of SHOW VERSION output by Mark Pizzolato · 9 years ago
- 7f1291d SLiRP: FIx compiler warning about inconsistent type for slirp_dbit variable by Mark Pizzolato · 9 years ago
- 8f54971 rtVAX1000: Fix potential array overrun when enabling the QVSS graphics. by Mark Pizzolato · 9 years ago
- 2b3680a SCP: Avoid potential file access error when producing SHOW VERSION output. by Mark Pizzolato · 9 years ago
- f285d52 SCP: More thorough OS version display in SHOW VERSION by Mark Pizzolato · 9 years ago
- 94a0629 PDP11, PDP1, TX-0: Merged most recent display code from Doug Gwyn. by Mark Pizzolato · 9 years ago
- 804b7d8 TAPE: Fix EOF detection to properly initialize state. by Mark Pizzolato · 9 years ago
- b1d0eb3 B5500: Added CPU Idle support, clean minor bugs. by Richard Cornwell · 9 years ago
- c45878f B5500: Added macros to detect buffer empty to remove compiler warnings. by Richard Cornwell · 9 years ago
- 02aa453 MAKEFILE: Make sure that the runtime library search path is also used at link time. by Mark Pizzolato · 9 years ago
- ba9769c MAKEFILE: Add proper simulator dependency relationship for BuildROMs by Mark Pizzolato · 9 years ago
- 7ad92f1 ETHER: Avoid meaningless "No description available" output when opening device. by Mark Pizzolato · 9 years ago
- 1cd8925 B5500: Add build (Makefile, Visual Studio Project, descrip.mms) support by Mark Pizzolato · 9 years ago
- 0a33758 B5500: Initial checking of simulator for current simh by Richard Cornwell · 9 years ago
- 4d51d63 PDP11, VAX: Fix XQ device identification probe logic. by Mark Pizzolato · 9 years ago
- f03bae6 PDP11, VAX: Add better debug output of loopback packets. by Mark Pizzolato · 9 years ago
- 3d6dd2f VAX: Fix NEXT command to also work when Virtual Memory is enabled. by Mark Pizzolato · 9 years ago
- 197edc8 VAX: Add VAX ELN idle support. by Mark Pizzolato · 9 years ago
- 9df1b0e ETHER: Add local system adapter description to the attach confirmation message by Mark Pizzolato · 9 years ago
- 9d2079d SERIAL: Fix extra probes to start at 0. by Mark Pizzolato · 9 years ago
- de72cba SERIAL: Add probes for common serial port names on NetBSD. by Mark Pizzolato · 9 years ago
- 197466c PDP11, PDP1, TX-0: Fix compiler warning with clang compiler. by Mark Pizzolato · 9 years ago
- b804964 PDP11, PDP1, TX-0: Added SDL based graphics support using sim_video. by Mark Pizzolato · 9 years ago
- 51419a2 VIDEO: Add ability for a video window Quit event to optionally propagate back to SCP. by Mark Pizzolato · 9 years ago
- 9da10c1 TIMER: Make internal calibrated clock persist across multiple boots by Mark Pizzolato · 9 years ago
- e1ed22f TIMER: Add missing type on internal calibrated clock service routine by Mark Pizzolato · 9 years ago
- 4f3dd08 VIDEO: Add window title to vid_open. by Mark Pizzolato · 9 years ago
- 00e8c80 TIMER: Provide an internal calibrated clock when none is otherwise available. by Mark Pizzolato · 9 years ago
- 21b31fc VIDEO: Add hot location functionality to cursor support. by Mark Pizzolato · 9 years ago
- 0897320 SCP: Add TYPE/CAT command by Mark Pizzolato · 9 years ago
- 4595525 TIMER: Lower the minimum calibration stability value to 2 by Mark Pizzolato · 9 years ago
- dce0aa2 VIDEO: Add SDL audio support to generate a beep. Add absolute pointer position to mouse events. by Mark Pizzolato · 9 years ago
- a9cc1f1 PDP11, VAX: Provide a useful error message when the unimplemented DUMP command is attempted. by Mark Pizzolato · 9 years ago
- c8c071e PDP11: Fix DL11 & TU58 autoconfigure limitation checks by Mark Pizzolato · 9 years ago
- 5da0d95 MUX: Add line disconnect message when a simulated line is dropped due to DTR transition, by Mark Pizzolato · 9 years ago
- d8f2647 SCP: general const cleanups and const change to sim_vm_parse_addr. by Mark Pizzolato · 9 years ago
- 80595a5 TIMER: Properly define the timespec structure when building with newer MinGW. by Mark Pizzolato · 9 years ago
- 32440a4 PDP11, VAX: Fix memory leak when preparing DEC Std 144 bad block table on new disk images by Mark Pizzolato · 9 years ago
- ed64606 VAX: Fix inconsistencies in setting CPU model for simulators that have different models by Mark Pizzolato · 9 years ago
- e7d379a PDP11, VAX: Remove UNIT_DISABLE from the XQ and XU UNIT definitions since the devices and not the units can be disabled. by Mark Pizzolato · 9 years ago
- 688416a VAX, MicroVAX1, MicroVAX2: Provide consistent messages when attempting to change CPU Model. by Mark Pizzolato · 9 years ago
- 2459a4c PDP11, VAX: Add logic to receive buffer descriptor processing to avoid list overrun. by Mark Pizzolato · 9 years ago
- 3a88a1d PDP11, VAX: Fix compiler warnings about quotes in #if 0 #endif block by Mark Pizzolato · 9 years ago
- db3531e DISK: Properly base disk unit flags at UNIT_V_UF and provide useful DKUF_V_UF flag space. by Mark Pizzolato · 9 years ago
- 746c4fd PDP11, VAX: Rework receive descriptor list processing and PDP11 Boot. by Mark Pizzolato · 9 years ago
- e054a78 PDP11: Add descriptions to register names and bitfields to the PSW register. by Mark Pizzolato · 9 years ago
- a729752 ECLIPSE: Avoid C preprocessor name collision when building on power PC. by Mark Pizzolato · 9 years ago
- 21f5064 README: Update by Mark Pizzolato · 9 years ago
- 5a99bcf SCP: Assure that files attached honor the unit Read-Only flag in addition to -R switches. by Mark Pizzolato · 9 years ago
- 622c594 VAX780: Correct HELP CPU BOOT to remove TQ which isn't bootable. by Mark Pizzolato · 9 years ago
- 6210ba2 PDP11: Add BOOT ability to the VT device to run the Lunar Lander program by Mark Pizzolato · 9 years ago
- 542b2cb PDP11: Enhance LOAD command to be able to load from an in host memory image. by Mark Pizzolato · 9 years ago
- ab8123e TIMER: Force at minimum of 1 instruction delay for non-zero delays in sim_activate_after(). by Mark Pizzolato · 9 years ago
- 13c4681 makefile: Include display support (if available) when building pdp11 individually by Mark Pizzolato · 9 years ago
- e8ea427 PDP11: Add TU58 bootstrap support. by Mark Pizzolato · 9 years ago
- 4ff1e31 PDP11: Fix DLI(DL11) and TDC(TU58) devices to be limited to a total of 16 devices between them by Mark Pizzolato · 9 years ago
- 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
- b4e604a PDP10, PDP11, VAX: Fix buffer overrun in dmc_attach by Mark Pizzolato · 9 years ago
- 6501503 PDP11, VAX: Fix potential NULL pointer dereference in autoconfigure. by Mark Pizzolato · 9 years ago
- 51cd9b7 Intel-Systems: Removed duplicate files which were named with different case by Mark Pizzolato · 9 years ago
- c5cf64c PDP11, VAX: Allow autoconfigure to allocate fixed address and vectors properly. by Mark Pizzolato · 9 years ago
- 434a367 TAPE: Add tolerance when handling TPC formatted tapes which may have garbage at EOT. by Mark Pizzolato · 9 years ago
- e1d5ab1 PDP11, VAX: Add sim_tape library trace debug option to the TS device. by Mark Pizzolato · 9 years ago
- ff0f9a7 SCP: Add EBCDIC and RADIX-50 data to debug output of block data. by Mark Pizzolato · 9 years ago
- aa5bc9e DMC: Avoid using CBUFSIZE for register array data since it can vary from one platform to another. by Mark Pizzolato · 9 years ago
- ed2de2f FIO: Add LARGE_FILE support when building on Cygwin (from Don North). by Mark Pizzolato · 9 years ago
- 6582aee SCP. PDP11: Add ESC and ENQ to the default set of console output characters in 7P mode. by Mark Pizzolato · 9 years ago
- 9c977e9 SCP: Add ESC and ENQ to the default set of console output characters in 7B mode. by Mark Pizzolato · 9 years ago
- 59947e8 PDP11: Addition of option to disable BEVENT for 11/03 and 11/23 CPUs (Bob Supnik's latest state). by Mark Pizzolato · 9 years ago
- ac837e5 PDP11: Add auto configure and build_dib_tab to cpu_reset. by Mark Pizzolato · 9 years ago
- 318dbb7 PDP11: Add descriptions to DL and PCLK devices by Mark Pizzolato · 9 years ago
- ea4d9a1 PDP11, VAX: Add a small delay when the receiver is enabled. by Mark Pizzolato · 9 years ago
- ca4a690 TMXR: Fix multi-line input rate limiting logic by Mark Pizzolato · 9 years ago
- 619e334 PDP11, VAX: Move DZ input character silo into device to properly rate limit received data by Mark Pizzolato · 9 years ago
- bbd5f9b SCP: Add internal device debug state to output of SHOW DEBUG command by Mark Pizzolato · 9 years ago
- 094cbf8 TIMER: Avoiding conditional directives that break statements by Mark Pizzolato · 9 years ago
- 9f7a66a PDP11: Fix Unibus boot of RSX-11M+ systems from RQ devices by Mark Pizzolato · 9 years ago
- 782e206 AltairZ80: Update Visual Studio Projects and descrip.mms to include s100_mdsa.c by Mark Pizzolato · 9 years ago
- 7a231a2 AltairZ80: Add support for North Star single density controller by Mike Douglas · 9 years ago
- a54d610 Visual Studio Projects: Add build dependency check for libSDL2 64bit multiply fix. by Mark Pizzolato · 9 years ago
- 283d289 VAX: Change BBC and BBS instructions to not be include the idle/halt testing by Mark Pizzolato · 9 years ago