- 6ffa4c8 IBM1130, PDP10, PDP11: Replaced assert() with ASSURE() for run time error checks by Mark Pizzolato · 6 years ago
- d356274 PDP10: Fix build warning when compiling DZ module by Mark Pizzolato · 7 years ago
- 66a1f31 PDP10, PDP4, PDP7, PDP9, PDP15: CONST compatibility with 3.10 by Mark Pizzolato · 7 years ago
- 645ea28 PDP10: Read tape mark must set Massbus EXC (TRE) by Bob Supnik · 7 years ago
- 3429231 PDP10: Fix attach pending expression test by Timothe Litt · 7 years ago
- 3eadc40 PDP10: Ignore 0 value writes to the timer interval register by Mark Pizzolato · 7 years ago
- 5b5e0f9 H316, I7094, NOVA, PDP1, PDP10, PDP8, SDS: Coverity singleton errors by Bob Supnik · 7 years ago
- d60c56d PDP10: Add fall through comment to case (COVERITY) by Bob Supnik · 8 years ago
- 5896b1c PDP10: Documented switch fall through case (COVERITY) by Bob Supnik · 8 years ago
- 3eb4598 SCP: Removed KBD_WAIT and friends by Bob Supnik · 8 years ago
- d1768d2 PDP10, PDP11, PDP18B, PDP8: Annotate switch case fall through (COVERITY) by Bob Supnik · 8 years ago
- 1e10080 PDP10: Fixed word count test in EXE loader (COVERITY) by Bob Supnik · 8 years ago
- 3530f0d PDP10: Added mask on EXE repeat count (COVERITY) by Bob Supnik · 8 years ago
- b41d10f PDP11, PDP10, VAX780: CR11 is BR6, CD11 is BR4 by Bob Supnik · 8 years ago
- f07987b PDP10: Fixed SHOW IO: number of devices and vector ranges by R. Voorhorst · 8 years ago
- 7d43240 PDP11, PDP10, all VAX: General extern cleanup. by Mark Pizzolato · 8 years ago
- 370cb0e PDP10: Fix RIM load loader count by Bob Supnik · 8 years ago
- d980bcd PDP10: Fixed RIM loader to handle ITS and RIM10B formats by Bob Supnik · 8 years ago
- d8dbc7e SCP: Migrate all stdio writes to pass through SCP provided Fprintf() by Mark Pizzolato · 8 years ago
- b72ec73 PDP10: Fixed bugs in 1-proceed by Mark Pizzolato · 8 years ago
- 1c4b664 PDP10: Change idling to generically use sim_idle() everywhere by Mark Pizzolato · 8 years ago
- f8147fc PDP10: Fix typo in sim_rtcn_tick_ack setup by Mark Pizzolato · 8 years ago
- 8b73304 PDP10: Add recording of clock tick acknowledgments. by Mark Pizzolato · 8 years ago
- d4082f3 PDP10: Added debug support to clock device (TIM) by Mark Pizzolato · 8 years ago
- 0a12499 PDP10: Fix timing code to use ceil() since round() isn't always available by Mark Pizzolato · 8 years ago
- d28834f PDP10: Fix 2% wallclock issue for 50 Hz systems (R. Voorhorst) by Mark Pizzolato · 8 years ago
- d68c021 PDP10: Fixed last digit error in CVTBDT instruction as discussed in #347 by Mark Pizzolato · 8 years ago
- 75ab9f5 PDP10: Fix printer idle flush logic to properly reference the LP20 unit structure by Mark Pizzolato · 8 years ago
- 5531ccb ALL: Massive 'const' cleanup by Mark Pizzolato · 9 years ago
- 820d77e GRI, I1401, PDP10, SDS: Fix compiler detected inconsistencies by Mark Pizzolato · 9 years ago
- 5433561 PDP-10: added register descriptions by Ray Jewhurst · 9 years ago
- 92fe35f PDP10: Fix nested indirect address limit exceeded (from Bob Supnik) by Mark Pizzolato · 9 years ago
- de0d251 TIMER, SCP: Change the sim_activate_after APIs to pass the delay value as uint32. by Mark Pizzolato · 9 years ago
- ed57f06 All VAX: Always return the correct Qbus/Unibus interrupt vector bits for all devices. Fix #239 by Mark Pizzolato · 9 years ago
- 041c866 PDP10: Added DEUNA/DELUA support back since there exists software which actually supported it. by Mark Pizzolato · 10 years ago
- 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
- f081ddf PDP10: Make file position settings consistently use sim_ftell() instead of ftell(). by Mark Pizzolato · 10 years ago
- 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
- e768629 SCP: Added the capability for EXAMINE command output to be written directly to a socket. by Mark Pizzolato · 10 years ago
- ef9d1ad PDP10, PDP11, VAX: const cleanup by Mark Pizzolato · 10 years ago
- c548b34 Compiler suggested cleanups. by Mark Pizzolato · 10 years ago
- 2e1167d Compiler suggested cleanups - mostly const fixups by Mark Pizzolato · 10 years ago
- 611a7e9 SCP: Added a Remote Console Master Mode. by Mark Pizzolato · 10 years ago
- 4dbac41 SCP: Added const declarations to various APIs to reflect the appropriate usage. Moved parameter values for run_cmd and exdep_cmd to scp.h by Mark Pizzolato · 10 years ago
- 995ab8f More General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 3256c10 General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). by Mark Pizzolato · 10 years ago
- 3951ad2 Cleanup of unneeded global extern declarations by Mark Pizzolato · 10 years ago
- 04b3548 Compiler suggested cleanup by Mark Pizzolato · 10 years ago
- 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
- 3083933 PDP10: Added support for the NEXT command to step over subroutine calls. by Mark Pizzolato · 11 years ago
- 9eff533 PDP10: Fixed UBA reset logic to only reset the devices which are connected to the UBA being reset (reported by R. Voorhorst) by Mark Pizzolato · 11 years ago
- ce332a1 PDP10: Initial code for 36bit DMA operations by Mark Pizzolato · 11 years ago
- 513214e PDP10: Added a generic UBA debug routine to log NXM events. Converted all internal NXM debug output to use this new routine. by Mark Pizzolato · 11 years ago
- a24d23e PDP10: Add missing updates from prior commit by Mark Pizzolato · 11 years ago
- 95c7312 PDP10: Added missing UBA DMA debug output of the trailing bytes when a partial word is referenced at the end of a DMA transfer. by Mark Pizzolato · 11 years ago
- ee90f08 PDP10: Fix UBA DMA debug output to use inverted byte and word masks by Mark Pizzolato · 11 years ago
- c367f8d PDP10: Correctly format the various data displayed in the debug output by Mark Pizzolato · 11 years ago
- 0d1ab44 PDP10: Extended UBA DMA debug output to also be available when doing DMA in 16bit or 18bit modes and added display of words and bytes to the debug output. by Mark Pizzolato · 11 years ago
- 33cce50 PDP10: Fix formatting of UBA DMA debug output by Mark Pizzolato · 11 years ago
- ac2197e PDP10: Added DMA transfer debugging (IN, OUT and NXM) to the unibus adapter. by Mark Pizzolato · 11 years ago
- 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
- 9f0261b PDP10: Fixed TOD drift due to truncation to milliseconds. by Jordi Guillaumes i Pons · 11 years ago
- 02cb5c2 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
- d50d952 PDP10: Change display of CPU memory size to be in KW (1024) instead of (1000) by Mark Pizzolato · 11 years ago
- 22bce48 PDP10: Change incorrect interrupt bits defined for DMC/DMR device which conflicted with KMC/KDP device. Fixes issue #107 by Mark Pizzolato · 11 years ago
- 07b64e3 Compiler suggested cleanups. by Mark Pizzolato · 11 years ago
- 897491d PDP10: Correct time interpolation when reading the timebase and the interval calculation when setting the clock tick interval. Fixes issue #108 (from Jordi Guillaumes) by Mark Pizzolato · 11 years ago
- ccabc02 PDP10: Added display support of PC value in debug messages. by Mark Pizzolato · 11 years ago
- 235ffdb PDP10: Change default bus address and vector for DMR device to be what the TOPS-10 expects (address 764000 and vector 610) 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
- 839db8e PDP10: Use system style of include by Bill Heaton · 11 years ago
- 99b4730 Fix build warning on OS/X by Bill Heaton · 11 years ago
- 91c7d26 SHOW IOSPACE, again by Timothe Litt · 11 years ago
- 5ab2d18 PDP10 update by Timothe Litt · 11 years ago
- 9c7f423 PDP-10 update by Timothe Litt · 11 years ago
- 6e78905 PDP-10 Update: TIM by Timothe Litt · 11 years ago
- 6243f93 PDP-10 update: LP20 by Timothe Litt · 11 years ago
- 0e939d2 PDP-10 update by Timothe Litt · 11 years ago
- c3b1d9a Boot ROMs, again by Timothe Litt · 11 years ago
- 65ea457 PDP-10 tape boot rom update by Timothe Litt · 11 years ago
- 2efb0a1 Add -A to boot, Document & init FE comm area by Timothe Litt · 11 years ago
- 6076a48 PDP-10 RP redux by Timothe Litt · 11 years ago
- c7c5bde PDP-10 RP attach/detach/boot issues by Timothe Litt · 11 years ago
- d92fd22 RH11/TM0x issues: attach/detach by Timothe Litt · 11 years ago
- 651780c Remove stray tab characters which crept in over time by Mark Pizzolato · 11 years ago
- f7330bc remote compiler warning by Mark Pizzolato · 11 years ago
- e2b7962 Merge branch 'master' of github.com:simh/simh by Mark Pizzolato · 11 years ago
- bc49f6b Fix for Unibus word DMA from Rob Jarratt by Mark Pizzolato · 11 years ago
- 39c7942 Changed some spaces and indentations by Mark Pizzolato · 11 years ago
- 3e25042 Change some tabs to spaces by Timothe Litt · 11 years ago
- 5f26e60 Add set cpu serial for KS by Timothe Litt · 11 years ago
- b80fa0a Revert "Add set serial to KS cpu" by Timothe Litt · 11 years ago
- 611b763 Add set serial to KS cpu by Timothe Litt · 11 years ago
- f5de2f4 LP20 emulation was overwriting existing files by Timothe Litt · 11 years ago
- 89bd58a Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen) by Mark Pizzolato · 11 years ago
- c93658f Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 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
- 374b13f Fixes to infinite loop issues found by Mikulas Patocka by Mark Pizzolato · 12 years ago
- 8f851d2 Merge branch 'master' into AsyncTmxr by Mark Pizzolato · 12 years ago
- 34d2e48 Changed the PDP10 auto configuration process to configure the traditional PDP10 unibus devices to the fixed addresses they historically had. by Mark Pizzolato · 12 years ago