- 29a4fb9 Visual Studio Projects: Assure .git-commit-id.h gets updated correctly by Mark Pizzolato · 6 years ago
- d593cdb SCP: Add prompt prior to fatal exit allowing error messages reading by Mark Pizzolato · 6 years ago
- 9b95115 TIMER: Add abort logic if sim_idle_ms_sleep() sleeps for 0 with an error by Mark Pizzolato · 6 years ago
- 076af54 TIMER: Report available details when unexpected timer subsystem errors occur by Mark Pizzolato · 6 years ago
- 44bfd68 PDP11, VAX: Fix DMA output timing to properly track programmed speeds by Mark Pizzolato · 6 years ago
- 67b0f38 TMXR: Give priority to pending transfer delays prior to considering queued data by Mark Pizzolato · 6 years ago
- 58ccb38 SCP: Add ability to ECHOF output to TMXR lines by Mark Pizzolato · 6 years ago
- 659aef2 Visual Studio Projects: Cleanup BuildROMs project debug build by Mark Pizzolato · 6 years ago
- 173e1bf Visual Studio Projects: Migration to normalized windows-build support by Mark Pizzolato · 6 years ago
- 0bc5302 PDP11: Add debug support to track CLK device activity by Mark Pizzolato · 6 years ago
- 4304b8d Visual Studio Projects: Correct project build dependency order for all projects by Mark Pizzolato · 6 years ago
- 627c7e3 VIDEO: Issue reasonable failure message when SDL can't initialize by Mark Pizzolato · 6 years ago
- 1571ba4 I650: Fix Coverity warnings by Roberto Sancho Villa · 6 years ago
- 8c0439f PDP11, VAX: Fix RQ and TQ Get Unit Status to properly report no more units by Mark Pizzolato · 6 years ago
- 4f61cd3 TMXR: Properly adjust speed delays when the factor is dynamically changed by Mark Pizzolato · 6 years ago
- aea7f20 PDP11, VAX: Rework VH transmit start and completion timing by Mark Pizzolato · 6 years ago
- d3da865 TMXR: Fix MUX transmit scheduling when buffer is empty by Mark Pizzolato · 6 years ago
- c73f56c PDP11, VAX: Add descriptive unit names to DZ, RQ, TQ, XQ and XU devices by Mark Pizzolato · 6 years ago
- 91bd90c PDP11, VAX: Change VH programmed I/O to consistently complete after delay by Mark Pizzolato · 6 years ago
- 9032701 PDP11, VAX: Fix broken build due to typo for routine name by Mark Pizzolato · 6 years ago
- e533aa2 PDP11, VAX: Make sure DZ transmit continues when multiple lines are active by Mark Pizzolato · 6 years ago
- d20ef03 TIMER: Properly identify short vs long (multi-tick) delays for co-scheduling by Mark Pizzolato · 6 years ago
- 8f9fc78 display: Fix X11 crash when DISPLAY unset. by Lars Brinkhoff · 6 years ago
- 0a430fe display: Fix bug in Type 340 vector drawing routine. by Lars Brinkhoff · 6 years ago
- c9dae31 SCP: Avoid need for TMXR devices to have dummy DEVICE examine and deposit values by Mark Pizzolato · 6 years ago
- 3b8442c SCP: Set UNIT_IDLE in the step unit so idline can happen during "STEP -t nnn" by Mark Pizzolato · 6 years ago
- 53792d6 TMXR: Describe TMXR API a little better by Mark Pizzolato · 6 years ago
- 775d9f2 TMXR: Minor attach error path and performance enhancements by Mark Pizzolato · 6 years ago
- b553779 TMXR: Add EXPECT/SEND support for BUFFERED lines by Mark Pizzolato · 6 years ago
- ffb6d4b TMXR: Fix ATTACH <dev> SPEED= to apply speed (or factor) if it is specified by Mark Pizzolato · 6 years ago
- 215a71d TMXR: Make tmxr_rqln() only return count times tmxr_getc_ln() can be called by Mark Pizzolato · 6 years ago
- 440bbfd TMXR: Consider pending SEND input when scheduling MUX input polling delays by Mark Pizzolato · 6 years ago
- d35b19a TMXR: purge any unprocessed EXPECT rules and SEND data on a MUX detach by Mark Pizzolato · 6 years ago
- 8077d4d AltairZ80: Clean up of source code formatting by Peter Schorn · 6 years ago
- 4428d49 TMXR: Properly determine wait time when multiple lines are active by Mark Pizzolato · 6 years ago
- 681ed2d TIMER: Minimize noise in idle debug output for short idle delays by Mark Pizzolato · 6 years ago
- 6b77987 TIMER: Allow recording of elapsed time when asynch events arrive while idling by Mark Pizzolato · 6 years ago
- d398646 SCP: Fix potential null pointer dereference in debug expression by Mark Pizzolato · 6 years ago
- 7cd9b89 PDP11, VAX: Fix VH output rate throttling as buffer fills by Mark Pizzolato · 6 years ago
- 0a7c9de TMXR: Change rx and tx delta values to be usecs including the speed factor by Mark Pizzolato · 6 years ago
- a3d8cc6 TMXR: Actively flush output prior to assessing wait time by Mark Pizzolato · 6 years ago
- 3973963 SCP: Make expression evaluation consistent by Mark Pizzolato · 6 years ago
- 2bf523d TMXR: Allow tmxr_init_line() to be called even if not attached (Dave Bryan) by Mark Pizzolato · 6 years ago
- f89a65f SCP: Revert pre-insertion of %n to be done during normal expansion. by Mark Pizzolato · 6 years ago
- 2203608 SCP: Fix adjacent insertion of %n DO command arguments by Mark Pizzolato · 6 years ago
- 2b112b0 SCP: Allow single digit argument insertion for DO command arguments by Mark Pizzolato · 6 years ago
- 93f92b7 TIMER: Fix edge condition when scheduling timer delays with clock tick pending by Mark Pizzolato · 6 years ago
- ed2abaa SCP: Enhance debug output while tracking event and timer activity by Mark Pizzolato · 6 years ago
- 4fff142 SCP: Fix EXPECT bookkeeping to avoid reference after free error by Mark Pizzolato · 6 years ago
- 5700b1f SCP: Properly handle literal strings in expression string comparisons by Mark Pizzolato · 6 years ago
- 5ca02d3 SCP: Add missing case independent string compare in expressions by Mark Pizzolato · 6 years ago
- 188e8cf SCP: Add missing change to sim_defs.h which broke build by Mark Pizzolato · 6 years ago
- 15cd4d3 SCP: Enhance command procedure processing and add debugging support by Mark Pizzolato · 6 years ago
- 9e18e0b SCP: Cleanup expression evaluation logic errors by Mark Pizzolato · 6 years ago
- 06654d1 TMXR: Make sure all MUX devices can leverage all debug selectors by Mark Pizzolato · 6 years ago
- ce5c3f0 SCP: Allow symbols (environment variables) to describe contain addresses by Mark Pizzolato · 6 years ago
- f6f4fe6 I1620: Fixed bug in select index A (COVERITY) by Bob Supnik · 6 years ago
- b007669 TMXR: Don't allow 0 speed specifier for speed programmable mux devices by Mark Pizzolato · 6 years ago
- 1a7412a FIO: Make shmem behaviors reflect 3.10 by Mark Pizzolato · 6 years ago
- eea30cb PDP15: Add UC15 connect support from simh v3.10 by Mark Pizzolato · 6 years ago
- 0978190 makefile: Fix broken rule for vax build by Mark Pizzolato · 6 years ago
- 6b361a9 PDP11, PDP15, UC15: Merge simh v3.10 functionality from Supnik-Current branch by Mark Pizzolato · 6 years ago
- 1f8ffa8 PDP15: Fix RP03 address bit references by Bob Supnik · 6 years ago
- cc6140f I1401, VAX, PDP11: Fix nested comments consistently with Supnik-Current branch by Mark Pizzolato · 6 years ago
- 54516bb sigma: New simulator (from beta) by Bob Supnik · 6 years ago
- e3cdbed alpha: Correct physical address masking by Bob Supnik · 6 years ago
- 486427c HP2100: Release 28 by Mark Pizzolato · 6 years ago
- c1f249e SCP: Add atomic routines for temporary shmem access by Mark Pizzolato · 6 years ago
- 0e5c60b HP3000: Release 7, update 1 by Mark Pizzolato · 6 years ago
- 221d72f AltairZ80: Fixed integer type issue in mfdc.c by Peter Schorn · 6 years ago
- b40e586 SCP: Assure that action commands (IF/ASSERT,BREAK, ON, etc.) are trimmed by Mark Pizzolato · 6 years ago
- 0fa5807 3b2: Fix coverity scan issues by Seth Morabito · 6 years ago
- 6e35bee SCP: Fixed Coverity identified issues by Mark Pizzolato · 6 years ago
- b1318f5 SCP: Always clear uptr->fileref on detach by Mark Pizzolato · 6 years ago
- 83234f1 DISK: Add Linux host support for direct CDROM access by Mark Pizzolato · 6 years ago
- 874f60c SCP: Fix potentially uninitialized variable reference by Mark Pizzolato · 6 years ago
- 6c425cc H316: Expose RTC INTERVAL and QUANTUM values in registers update testrtc.cmd by Mark Pizzolato · 7 years ago
- 5f2c7b2 SCP: Defer substitution for IF/ASSERT command action commands by Mark Pizzolato · 7 years ago
- c294787 SCP: Fix expression evaluation divide by zero, and avoid parameter substitution by Mark Pizzolato · 7 years ago
- 0daff90 SCP: Add TIME_MSEC predefined variable to provide time to milliseconds by Mark Pizzolato · 7 years ago
- ed1a6f3 B5500: Move extern declarations to b5500_defs.h by Mark Pizzolato · 7 years ago
- ef94dcb SDS: Simplify MT operation check. by Bob Supnik · 7 years ago
- d725954 3b2: Tighten floppy timing by Seth Morabito · 7 years ago
- 92fce4d DISPLAY: 'Fix Coverity identified issues by Ian Schofield · 7 years ago
- d88aa07 3b2: Expand tabs by Seth Morabito · 7 years ago
- 75b1a2f 3b2: Fix line endings, enforce CONST by Seth Morabito · 7 years ago
- 392b8f2 3b2: Fix makefile and 3B2.vcproj by Seth Morabito · 7 years ago
- d76bd81 3b2: Code cleanup by Seth Morabito · 7 years ago
- 3975826 3b2: Allow boot without cpu param by Seth Morabito · 7 years ago
- ba9d862 3b2: CIO PORTS and CTC devices by Seth Morabito · 7 years ago
- 584147f TMXR: Remove output unit from delay consideration after poll has nothing queued by Mark Pizzolato · 7 years ago
- b897863 makefile: Add test for semaphore.h by Mark Pizzolato · 7 years ago
- b3136d2 AltairZ80: Replaced platform specific directory scanning with SCP API (update 2) by Peter Schorn · 7 years ago
- 4734454 SCP: Fix sim_dir_scan on Windows to return correct directory name by Mark Pizzolato · 7 years ago
- ce390bb TMXR: Make transmitted data consider the configured line speed factor by Mark Pizzolato · 7 years ago
- 13cb294 I650: Release 3 by Roberto Sancho Villa · 7 years ago
- b51d250 SCP: Ignore trailing whitespace for all commands by Mark Pizzolato · 7 years ago
- ded2b20 TIMER: Tolerate trailing spaces on SET THROTTLE arguments by Mark Pizzolato · 7 years ago
- 3671ef1 TMXR: Add speed factor validation check and display in SHOW MUX by Mark Pizzolato · 7 years ago
- d7f1942 display: Fix display type 340 bug. by Lars Brinkhoff · 7 years ago