1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-23 09:19:42 +00:00

Commit Graph

  • f285e939a8 SCP: Added suggestive clarification to ATTACH help try HELP <device> ATTACH Mark Pizzolato 2016-11-26 15:52:38 -08:00
  • df3fbc3fb4 DISK: Fix -O option for differencing disks Mark Pizzolato 2016-11-26 15:41:10 -08:00
  • 3511b5e4e3 DISK: Fix -O functionality to override VHD differencing disk consistency checks Mark Pizzolato 2016-11-26 07:06:19 -08:00
  • 4f1f439174 DISK: Fix auto detect format attach logic for non VHD disks #356 Mark Pizzolato 2016-11-25 16:25:43 -08:00
  • 1ec46fbe11 TIMER: Make sure timers are properly saved and restored after ^E CONTINUE Mark Pizzolato 2016-11-24 01:21:36 -08:00
  • 47a49c3fda DOC: Added section for centos to 0readme_ethernet.txt Mario Abruzzi 2015-06-08 14:33:59 -04:00
  • d4082f383e PDP10: Added debug support to clock device (TIM) Mark Pizzolato 2016-11-22 22:29:32 -08:00
  • 1845fcd53b Visual Studio Projects: Enable asynch I/O (and clocks) for PDP10 simulator Mark Pizzolato 2016-11-22 22:14:37 -08:00
  • be47d8539f TIMER: Fix Idling when transitioning betwen multiple calibrated clocks Mark Pizzolato 2016-11-22 22:06:25 -08:00
  • 89e372ba92 TIMER: Restore functionality for clocks devices that don't use sim_activate_after Mark Pizzolato 2016-11-22 01:24:26 -08:00
  • df80f22152 DISK: Add better error reporting when differencing VHD attach fails Mark Pizzolato 2016-11-21 21:30:46 -08:00
  • e740e13c13 PDP10: Fix 2% wallclock issue for 50 Hz systems (R. Voorhorst) Mark Pizzolato 2016-11-21 20:04:35 -08:00
  • 0a12499a44 PDP10: Fix timing code to use ceil() since round() isn't always available Mark Pizzolato 2016-11-21 15:51:36 -08:00
  • 522287cb8e SCP: Fix display of multi-bit masks and HELP dev SET output Mark Pizzolato 2016-11-20 15:11:01 -08:00
  • d28834fbbf PDP10: Fix 2% wallclock issue for 50 Hz systems (R. Voorhorst) Mark Pizzolato 2016-11-20 14:08:58 -08:00
  • 8448580a3a SCP: Add support for debug matching multiple bit masks Mark Pizzolato 2016-11-20 13:19:52 -08:00
  • f046171269 TIMER: Fix problem activation time for clock units Mark Pizzolato 2016-11-20 13:06:41 -08:00
  • 08665e4989 ETHER: Add warning about potentially running as root for unavailable devices Mark Pizzolato 2016-11-19 19:20:46 -08:00
  • ff95fb8ec2 SCP: Add warning about reset when RUN command is used multiple times. Mark Pizzolato 2016-11-18 05:20:06 -08:00
  • fc3ac62218 TIMER: Fix coscheduling to avoid a 0 delay interval Mark Pizzolato 2016-11-17 16:25:19 -08:00
  • 39d2944ede TIMER: Add support for catchup clock ticks and cleaned up asynchronous clocks Mark Pizzolato 2016-11-16 23:50:53 -08:00
  • 32bf2629b1 VAX8600: Changed console input polling Mark Pizzolato 2016-11-16 20:35:35 -08:00
  • b1950e1fe2 DOC: Clarified wording for LOAD and DUMP commands in sim_doc.doc Mark Pizzolato 2016-11-16 17:45:07 -08:00
  • 6e0c26d85a TMXR: simplify #if expression conditions for SIM_ASYNCH_MUX Mark Pizzolato 2016-11-12 13:21:45 -08:00
  • ee0aadeb37 SCP: Issue error message when CONTINUE command has unused arguments Mark Pizzolato 2016-11-12 13:14:15 -08:00
  • 7076527cf2 SCP: Format usecs as msecs with fraction when necessary Mark Pizzolato 2016-11-12 13:12:33 -08:00
  • d68c021d1f PDP10: Fixed last digit error in CVTBDT instruction as discussed in #347 Mark Pizzolato 2016-11-05 12:38:15 -07:00
  • 45a5432330 PDP10: Fixed last digit error in CVTBDT instruction as discussed in #347 Mark Pizzolato 2016-11-05 12:07:30 -07:00
  • afad8ad374 TMXR: Add help indicating speed factor specification for console and mux lines Mark Pizzolato 2016-11-05 02:52:58 -07:00
  • 0268da4a28 SCP: Fix seconds format routine when displaying hours Mark Pizzolato 2016-11-05 01:42:59 -07:00
  • efabcb9856 SCP: Added routine to format time in seconds down to usecs Mark Pizzolato 2016-11-04 22:59:33 -07:00
  • 67213a53da Visual Studio Projeccts: PDP11 add configuration support for PNG screenshots Mark Pizzolato 2016-11-04 11:15:23 -07:00
  • 0779a945d2 SCP: Fix output of SHOW QUEUE to also include event due time in usecs Mark Pizzolato 2016-11-03 13:21:59 -07:00
  • f30de55f18 SCP: Fix help to only display breakpoint help for the proper device or CPU Mark Pizzolato 2016-11-02 01:44:55 -07:00
  • b8842e40e5 TIMER: Fix internal calibrated clock to be well behaved while idling. Mark Pizzolato 2016-10-26 16:16:36 -07:00
  • c9af9a70fa Visual Studio Projects: Update to require SDL2 version 2.0.5 Mark Pizzolato 2016-10-22 02:01:06 -07:00
  • 7ab9b6abec ETHER: Support building with MinGW environment Mark Pizzolato 2016-10-22 01:46:31 -07:00
  • 5fba6e7607 makefile: Use libSDL when building simulators using display library with MinGW Mark Pizzolato 2016-10-22 01:31:29 -07:00
  • 7d029e72ab ISYS8010, ISYS8020: Fix incorrect file reference in Visual Studio Projects Mark Pizzolato 2016-10-21 14:51:53 -07:00
  • 2acdf26c53 TAPE: Add support to allow tape debug output when using sim_tape_attach Mark Pizzolato 2016-10-20 14:48:15 -07:00
  • a1fe7934b6 I1401: Properly set device class for tape device so help info is provided Mark Pizzolato 2016-10-20 13:33:40 -07:00
  • 17abb1223a TAPE: Make sure that all tape library APIs only work after sim_tape_attach Mark Pizzolato 2016-10-20 13:32:51 -07:00
  • 8178816c3f I1401: Fix tape to call sim_tape_attach to attach tapes Mark Pizzolato 2016-10-20 12:50:13 -07:00
  • 1ff0e65627 I1401: Fix tape to call sim_tape_attach to attach tapes Mark Pizzolato 2016-10-20 12:50:13 -07:00
  • 0630db4207 makefile: remove isys8030 from 'all' due to missing piece Mark Pizzolato 2016-10-12 23:38:10 -07:00
  • 2c1cc11485 makefile: Fix to allow compiling with clang on NetBSD Mark Pizzolato 2016-10-12 05:51:36 -07:00
  • 5a6e7ce172 BESM6: Fix compiler warning (left shift of negative value) Mark Pizzolato 2016-10-12 04:28:37 -07:00
  • 38f04f9f35 makefile: Remove new IBM simulators from 'all' build until they build cleanly Mark Pizzolato 2016-10-11 17:32:00 -07:00
  • 6b5ab2bc06 SWTP6800, IBMPC, IBMPCXT, isys8010, isys8020, imds-225: sim_interval fix Bill 2016-10-11 15:56:10 -07:00
  • 5e9d8e0996 IBMPC: Remove unused files Bill 2016-10-11 15:47:50 -07:00
  • 5d99998236 ISYS8010,ISYS8020,ISYS8030,IMDS-225,IBMPC,IBMPCXT: update of makefile to handle moved files to system specific directory and for the new experimental simulators for IMDS-225, IBMPC, and IBMPCXT. Bill Beech 2016-07-15 13:27:16 -07:00
  • 71e7de1d40 ISYS8030: initial check in of new experimental simulator for the Intel System 80/30 Bill Beech 2016-07-15 13:24:50 -07:00
  • 0b9411b9e6 ISYS8030: file move to place system specific files in the system specific directory instead on common Bill Beech 2016-07-15 13:20:27 -07:00
  • 8146035d05 ISYS8020: file move to place system specific files in the system specific directory instead on common Bill Beech 2016-07-15 13:20:00 -07:00
  • bee175713b ISYS8010: file move to place system specific files in the system specific directory instead on common Bill Beech 2016-07-15 13:19:00 -07:00
  • 27e65d1fa9 IMDS-225: Initial check in of new experimental simulator for the Intel MDS-225 IPC Bill Beech 2016-07-15 13:13:12 -07:00
  • cdb94a9d9f IBMPCXT: Initial check in of new experimental simulator for the IBM PC XT Bill Beech 2016-07-15 13:09:22 -07:00
  • 89a8c87e87 IBMPC: Initial check in of new experimental simulator for the IBM PC (5150) Bill Beech 2016-07-15 13:07:07 -07:00
  • 5f1ee6ed67 makefile: Correct advice about how to install libvdeplug Mark Pizzolato 2016-10-11 10:17:37 -07:00
  • 6a1487e5bf makefile: Fix locating besm6 fontpath when using libSDL2 Mark Pizzolato 2016-10-11 09:33:19 -07:00
  • ee59a6b6d2 PDP11: Fixed bad register definitions Mark Pizzolato 2016-10-11 06:34:35 -07:00
  • 9c0b0ffb46 PDP8: Add support for 16 terminals in the TTIX device Mark Pizzolato 2016-10-10 16:59:03 -07:00
  • cf1a6e83de PDP8: Add support for 16 terminals in the TTIX device Mark Pizzolato 2016-10-10 16:29:40 -07:00
  • cf1e7b9cca SCP, PDP11: Added HELP CPU BREAK to display info about breakpoint types Mark Pizzolato 2016-10-06 13:25:54 -07:00
  • d4f38d5358 SCP: Add compiled architecture and release/debug info to SHOW VERSION Mark Pizzolato 2016-10-01 07:38:42 -07:00
  • 9122a9f196 SCP: Add . pseudo symbol to reference the most recent address Mark Pizzolato 2016-09-26 18:23:55 -07:00
  • da3f5359bb VAX, PDP11, PDP8, PDP1: Properly declare timer with clock unit Mark Pizzolato 2016-09-26 15:55:50 -07:00
  • 2b61a9a92d SCP: Fix timer calibration to produce consistent results with multiple clocks Mark Pizzolato 2016-09-26 15:39:42 -07:00
  • c1ca3d4612 SCP: Add missing help mentioning SET CONSOLE SPEED Mark Pizzolato 2016-09-24 05:04:44 -07:00
  • 063cec087a PDP8: Changed console input polling to poll for input 500ms has passed Mark Pizzolato 2016-09-24 05:02:47 -07:00
  • 0b0f227057 SCP: Allow range/count specifier to special last value reference ($) in EXAMINE Mark Pizzolato 2016-09-21 13:22:49 -07:00
  • 3e4b0af18f makefile: Cleanup description of commit-id generation scripts Mark Pizzolato 2016-09-21 11:55:14 -07:00
  • e370b9e78e HP3000: Third HP 3000 release from Dave Bryan Mark Pizzolato 2016-09-20 20:34:22 -07:00
  • 9925ba83b8 SCP: Remove unused variable declarations Mark Pizzolato 2016-09-20 09:21:11 -07:00
  • fa292f59cd makefile: Add logic to BESM6 build warning that video panel needs SDL Mark Pizzolato 2016-09-14 17:30:46 -07:00
  • 0263e0b950 BESM6: Fix CONST declaration for panel initialization routine Mark Pizzolato 2016-09-14 16:43:25 -07:00
  • a008b0a972 SCP: Fix throttling to provide reasonable operation of calibrated clocks Mark Pizzolato 2016-09-14 14:12:24 -07:00
  • 89ffed467f PDP11: Add new breakpoint types for data and physical address Paul Koning 2016-09-13 15:22:35 -04:00
  • 29c121e973 SCP: Fix default breakpoint message format. Mark Pizzolato 2016-09-11 03:43:24 -07:00
  • 083b53ea11 DOC: More detail on breakpoints and instruction replay Paul Koning 2016-09-09 15:30:42 -04:00
  • b4ea2f8ec2 DOC: Add some additional detail on the breakpoint replay Paul Koning 2016-09-09 14:27:14 -04:00
  • b73afbb9d3 SCP: Fix breakpoint test when multiple breakpoint types are specified Mark Pizzolato 2016-09-08 18:43:25 -07:00
  • 41ba04e88a LGP, CDC1700, PDQ3: Add new VM optional sim_vm_sprint_addr API Mark Pizzolato 2016-09-01 14:34:55 -07:00
  • 222ae77436 SCP: Add sim_brk_message() to facilitate easy reporting of matched breakpoints. Mark Pizzolato 2016-09-01 14:32:01 -07:00
  • e06b815d2a SCP: Record breakpoint match details in globals Mark Pizzolato 2016-08-31 11:56:47 -07:00
  • f03df970ea SCP: Compiler suggested type cast Mark Pizzolato 2016-08-31 10:23:54 -07:00
  • dc2bbe5a40 AltairZ80: Updated 8080/Z80 CPU for new breakpoint package Peter Schorn 2016-08-31 17:39:04 +02:00
  • f82d3f8994 SCP: Breakpoint enhancements Mark Pizzolato 2016-08-31 08:10:38 -07:00
  • c33abecf8b SDS, Sigma: Make sure breakpoint's don't advance sim_time Mark Pizzolato 2016-08-30 15:51:45 -07:00
  • 8eb36720bc PDP11: Fix ambiguous -D decimal vs data space reference - Add -T for data Mark Pizzolato 2016-08-30 13:10:56 -07:00
  • f5e3d3b5b2 PDP11: Fix ambiguous -D decimal vs data space reference - Add -T for data Mark Pizzolato 2016-08-30 13:05:49 -07:00
  • 6e15dceaea VAX730, VAX8600: Remove mention of TQ device as bootable. Mark Pizzolato 2016-08-29 23:01:54 -07:00
  • 223f080724 PDP10, PDP11, VAX: Make DMC/DMR initialization more accurate. Paul Koning 2016-08-29 10:43:50 -04:00
  • f48d1f418d PDP11: Add ability to explicitly set the interrupt vector for the TS device Mark Pizzolato 2016-08-28 13:55:53 -07:00
  • b4f3d6c6d8 SCP: Breakpoint cleanup. Mark Pizzolato 2016-08-26 14:35:00 -07:00
  • 0352e0fd7b PDP11: Move history entry pointer initialization out of instruction loop. Mark Pizzolato 2016-08-25 14:27:02 -07:00
  • 66fb70b768 PDP11: Record the actual source and destination values for history. Paul Koning 2016-04-07 15:21:59 -04:00
  • e2a8f0fcdc PDP11: Fixed NEXT command to work when the MMU is enabled Mark Pizzolato 2016-08-24 21:19:09 -07:00
  • fa232c0dd3 PDP11: KG11 Fix register names and make units enable status consistent Mark Pizzolato 2016-08-24 15:03:06 -07:00
  • 3571d83c7b PDP11: Fix KG11 address range when less than 8 units are configured Mark Pizzolato 2016-08-24 14:05:58 -07:00