1
0
mirror of https://github.com/simh/simh.git synced 2026-05-25 04:20:38 +00:00

Commit Graph

  • 0344d6f22b Finished returning the pdp11_cr.c to the VAX qbus simulators Mark Pizzolato 2013-02-04 18:21:24 -08:00
  • ebe70140f4 Reorganized help to provide a useful default HELP dev output if a device defines any registers and/or MTAB entries Mark Pizzolato 2013-02-04 18:12:47 -08:00
  • d65b12da84 Excape from doubly nested loop quickly for efficiency Mark Pizzolato 2013-02-04 13:55:09 -08:00
  • 7bd01a5873 Added device help and register descriptions Mark Pizzolato 2013-02-04 13:52:59 -08:00
  • ad4d5be6ab Give preference with HELP dev SHOW and HELP dev SET for unit modifiers to be displayed with a unit number as an example (unless the device has only one unit). Mark Pizzolato 2013-02-04 13:51:20 -08:00
  • 6b4353f257 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. Mark Pizzolato 2013-02-04 06:53:10 -08:00
  • 8a97baa553 Added MTAB entry descriptions Mark Pizzolato 2013-02-04 04:29:39 -08:00
  • 0b2d790678 Renamed the VAX Qbus simulator executables to reflect the VAX model names they actually simulate Mark Pizzolato 2013-02-03 12:46:19 -08:00
  • 10ab68ce29 Added help strings pointing to extended device specific help for the HELP attach, set and show help Mark Pizzolato 2013-02-03 11:30:09 -08:00
  • 8640cd6537 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. Mark Pizzolato 2013-02-03 11:29:12 -08:00
  • 7290474d4b Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device Mark Pizzolato 2013-02-03 06:43:29 -08:00
  • 55693fb9b3 Added missing MOD_VALR flag on some recently revised MTAB entries Mark Pizzolato 2013-02-02 17:27:22 -08:00
  • c5fe058a62 Renamed scp's recently created macro MMASK to MODMASK to avoid name collisions with MMASK macros used in some simulators Mark Pizzolato 2013-02-02 16:44:44 -08:00
  • 06cf9532f7 Documentation cleanup Mark Pizzolato 2013-02-02 16:30:19 -08:00
  • 28b90552b7 Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful. Mark Pizzolato 2013-02-02 16:29:38 -08:00
  • 7db15faf76 Fixed SHOW dev output which was broken by the last commit Mark Pizzolato 2013-02-02 13:31:29 -08:00
  • ecf913f9a5 Reworked the MTAB flags to force Extended mode when any extended flag is set and to then handle any references properly Mark Pizzolato 2013-02-02 12:33:17 -08:00
  • a036f40a80 Fix format of HELP dev SHOW for MTAB entries with MTAB_SHP flag set Mark Pizzolato 2013-02-02 06:44:13 -08:00
  • 0eba66c72a Avoid an internal error status if the pdp11_dc device ever did a SET DC ADDRESS= Mark Pizzolato 2013-02-02 06:43:18 -08:00
  • 8b230f946b Fixed HELP dev SET and HELP dev SHOW to properly process non-extended mtab entries and to avoid using the help string when mstring has example arguments/syntax Mark Pizzolato 2013-02-02 05:59:30 -08:00
  • 8f170b0e40 Fixed modifier table to properly declare things which are showable vs settable, added modifier descriptions as appropriate Mark Pizzolato 2013-01-31 16:18:38 -08:00
  • bb8be22216 Added provisions for device modifiers to to have descriptive help Mark Pizzolato 2013-01-31 16:05:21 -08:00
  • e2fb3649e4 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode Mark Pizzolato 2013-01-30 07:33:24 -08:00
  • 8df4b94e7f Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator Mark Pizzolato 2013-01-29 08:37:58 -08:00
  • 659873bebb The Massbus byte count register was incorrectly presumed to be constant during a complete I/O transfer request (it can change due to DMA activity). Prior to the conversion to use the sim_disk library, the Massbus byte count was only read once. After the code restructuring it was read early in the processing and again later in transfer processing. The subsequent read returned a different value which ultimately caused the problems. This fixes issue #30. Mark Pizzolato 2013-01-29 04:43:43 -08:00
  • 97de4dbae6 Added AIO_CHECK_EVENT to pdp11_cpu to properly digest the asynchronous event queue in a timely manner (with the desired interrupt latency) for asynch I/O Mark Pizzolato 2013-01-29 04:35:30 -08:00
  • 94650ff25c README.md formatting and typo cleanup Mark Pizzolato 2013-01-27 11:31:33 -08:00
  • 5545e7aafd Added a problem report section to the README.md Mark Pizzolato 2013-01-27 11:24:17 -08:00
  • f2e93467aa Furthur README.md reformatting Mark Pizzolato 2013-01-27 10:53:59 -08:00
  • 48aa7a9fb3 README.md formatting cleanup Mark Pizzolato 2013-01-27 10:40:35 -08:00
  • 081dd21b25 Added initial README.md Mark Pizzolato 2013-01-27 10:33:55 -08:00
  • 370f57ed56 Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors Mark Pizzolato 2013-01-26 21:12:12 -08:00
  • 7dddb56845 Fixed makefile all after simulator rename of vax860 to vax8600 Mark Pizzolato 2013-01-26 20:02:44 -08:00
  • c729942de6 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators Mark Pizzolato 2013-01-26 17:07:27 -08:00
  • 6dcf5ba7d9 Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators Mark Pizzolato 2013-01-26 13:24:28 -08:00
  • c4251bd53b Fixed GCC compiler identified warning. Mark Pizzolato 2013-01-26 12:14:43 -08:00
  • d674bb1f8d Changed VAX console input polling to only poll for input if the last character received has been processed by the VM Mark Pizzolato 2013-01-26 10:43:10 -08:00
  • 7a9db0fe64 Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES Mark Pizzolato 2013-01-26 10:20:31 -08:00
  • 7ceba3715c pdp11_xu - SELFTEST needs to report the READY state otherwise VMS 3.7 gets fatal controller error - Update from Rob Jarratt Mark Pizzolato 2013-01-25 14:57:01 -08:00
  • 7345b00787 pdp11_dmc - Update from Rob Jarratt Mark Pizzolato 2013-01-25 14:55:11 -08:00
  • cbe11147fc 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 Mark Pizzolato 2013-01-25 12:04:25 -08:00
  • bb9f9155f2 Arranged sequencing of Modem RING and DCD bits to be presented together if DTR is not on and DCD only if DTR is on. Mark Pizzolato 2013-01-25 12:00:53 -08:00
  • 9dcf5dc25e Added examples to the sim_disk attach help Mark Pizzolato 2013-01-25 00:23:58 -08:00
  • 123a398f75 Fixed makefile for building tx-0 (with display support) on OSX - from Stephen Hoffmann Mark Pizzolato 2013-01-24 17:26:41 -08:00
  • bf7375354c Fixed compiler warnings Mark Pizzolato 2013-01-24 13:31:34 -08:00
  • ab25ad54e8 Fix potential for crash if tmxr_set_get_modem_bits is called without the multiplexer device being attached Mark Pizzolato 2013-01-24 12:09:40 -08:00
  • f7b2f44c9c Fixed tmxr xmte and rcve management to be consistent with original behavior Mark Pizzolato 2013-01-24 07:07:39 -08:00
  • 29cf2a45a8 Added support for register display with bit field definitions decoded Mark Pizzolato 2013-01-24 05:52:50 -08:00
  • b18e1312df Added explicit array bounds and field width for HELP dev REGISTER output Mark Pizzolato 2013-01-23 19:52:32 -08:00
  • f4dd30709f Fix DZ issue which didn't report modem bits to the host unless the attach was made with -M. Mark Pizzolato 2013-01-23 19:33:42 -08:00
  • e6eae9194f Fixed last change which only still worked if the OS returned the IPv6 socket first and now failed completely if not. Mark Pizzolato 2013-01-23 15:12:35 -08:00
  • 2f4de5c4b1 Merge branch 'master' of github.com:simh/simh Mark Pizzolato 2013-01-23 14:21:56 -08:00
  • 6dfef8a471 Prefer IPv6 addrinfo structures when binding a listening port. Not all platforms (OSX) return IPv6 addrinfo blocks as the first entry in the list. Mark Pizzolato 2013-01-23 14:19:38 -08:00
  • 552d6803d7 Merge branch 'master' of github.com:simh/simh Mark Pizzolato 2013-01-23 13:17:26 -08:00
  • d80cf8f990 Add git hooks to create .git-commit-id as changes to the repository are made. These hook scripts need to be installed in the .git/hooks directory to actually take effect. See Visual\ Studio\ Projects/git-hooks/0ReadMe_git-hooks.txt for details. Mark Pizzolato 2013-01-23 12:45:32 -08:00
  • f1c6f1b2e4 Updated pdp11_dmc from Rob Jarratt Mark Pizzolato 2013-01-23 12:36:37 -08:00
  • 9091330a5f Compiler suggested fixes Mark Pizzolato 2013-01-23 12:36:03 -08:00
  • f7e8024c59 Fix compiler warnings Mark Pizzolato 2013-01-23 05:42:36 -08:00
  • a59eb7fa37 Enhanced 'HELP dev REGISTERS' to indicate register arrays uniquely Mark Pizzolato 2013-01-23 05:09:21 -08:00
  • e3207c2009 Compiler suggested cleanups Mark Pizzolato 2013-01-23 05:07:44 -08:00
  • e6e6262f45 Fix ordering of thread activities while detaching disks and tapes Mark Pizzolato 2013-01-22 20:59:49 -08:00
  • 038c5d27fb Enhanced debug output to mark debug info from non main threads with a + at the beginning of the debug message Mark Pizzolato 2013-01-22 20:32:21 -08:00
  • 8f851d2cbc Merge branch 'master' into AsyncTmxr AsyncTmxr Mark Pizzolato 2013-01-22 17:16:53 -08:00
  • 34d2e482d3 Changed the PDP10 auto configuration process to configure the traditional PDP10 unibus devices to the fixed addresses they historically had. Mark Pizzolato 2013-01-22 17:14:33 -08:00
  • 68b5433940 Added register definitions and logic to allow reasonable SAVE/RESTORE behavior. Mark Pizzolato 2013-01-22 16:14:53 -08:00
  • f91256203c Fixed register definition to properly reflect the size of the stats structure. Mark Pizzolato 2013-01-22 16:13:55 -08:00
  • 57cbb6fe0c Changed to use sim_clock_coschedule and sim_activate_after where appropriate Mark Pizzolato 2013-01-22 16:12:36 -08:00
  • 936c3dbcfe Fixed register definition for the pak array which saved and restored the wrong content (not all of it) due to the internal longword alignment of the struct rqpkt. Mark Pizzolato 2013-01-22 16:11:51 -08:00
  • 33897a6ff2 Added UBA register descriptions Mark Pizzolato 2013-01-22 16:07:55 -08:00
  • 71fcfacafc Added calls to sim_register_clock_unit for simulators with clock devices Mark Pizzolato 2013-01-22 16:07:23 -08:00
  • 115f8608c3 Fixed typo referring to auto configuration information Mark Pizzolato 2013-01-22 16:06:04 -08:00
  • 517e1e2bd1 Add display of the registered clock device Mark Pizzolato 2013-01-22 16:05:02 -08:00
  • b661f6c2bd Fix sim_tmxr flag settings to avoid an overwrite which was introduced when the dynflags was added Mark Pizzolato 2013-01-22 16:03:18 -08:00
  • b7066fea3a Changed examine register range to summarize redundant (duplicate) output. Mark Pizzolato 2013-01-22 16:01:44 -08:00
  • 9fc6aa73d6 Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays Mark Pizzolato 2013-01-22 05:41:27 -08:00
  • 83c1d80194 Merge branch 'master' into AsyncTmxr Mark Pizzolato 2013-01-21 16:52:42 -08:00
  • 95033cee15 Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O. Mark Pizzolato 2013-01-21 11:31:29 -08:00
  • d46ebc7d49 Untangle circular include references between tmxr serial and sock include files. Mark Pizzolato 2013-01-21 11:29:27 -08:00
  • 4a5b7a78c5 Remove the UNIT_RAW flag and deprecate the UNIT_TEXT flag (made the value 0). Mark Pizzolato 2013-01-19 10:59:40 -08:00
  • 19c4ccbf10 Added dynflags to the unit structure to track dynamic flags used by scp & libraries. This avoids expanding the set of unit flags and encroaching on the available user flags . Mark Pizzolato 2013-01-18 09:46:13 -08:00
  • 4f19d08869 Initial merge of Asynchronous Multiplexer and Asynchronous Clock support Mark Pizzolato 2013-01-17 11:34:51 -08:00
  • a774f05633 Fix to allows builds without SIM_ASYNCH_IO defined to work on OSX Mark Pizzolato 2013-01-17 09:54:55 -08:00
  • 99eb870891 Change broken asynchronous synchronization to use an a recursive mutex for sim_asynch_lock Mark Pizzolato 2013-01-17 09:02:49 -08:00
  • d1a1abde17 Enhanced the HELP dev REGISTER output to identify globally unique vs ambiguous register names and describe when the device scope is needed to identify a register Mark Pizzolato 2013-01-17 05:30:31 -08:00
  • eb0dfedf73 Changed register variable names to avoid the reserved register name STATE Mark Pizzolato 2013-01-17 05:29:03 -08:00
  • a60d9070db Adding register descriptions to VAX processor devices Mark Pizzolato 2013-01-16 17:26:30 -08:00
  • d12bc07d3a Fix clang compiler identified typos Mark Pizzolato 2013-01-15 10:58:09 -08:00
  • 18851f8ded Documentation cleanup Mark Pizzolato 2013-01-15 10:33:29 -08:00
  • e1ad710821 Added imbedded help to the pdp11_dz and pdp11_vh devices Mark Pizzolato 2013-01-15 10:20:32 -08:00
  • 19f8fccbc1 Added HELP device REGISTERS support and register definitions for the VAX CPU device Mark Pizzolato 2013-01-15 10:19:52 -08:00
  • 923d5411f5 Added HELP CPU to all VAX simulators Mark Pizzolato 2013-01-15 10:18:49 -08:00
  • 6eb3804620 Standardized scp command formatting in help output Mark Pizzolato 2013-01-15 06:21:32 -08:00
  • 3ce1ef2b33 Added an optional description field to register definitions and macros which can be used to populate it Mark Pizzolato 2013-01-15 06:20:12 -08:00
  • 8720c8c87b 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 Mark Pizzolato 2013-01-14 06:53:48 -08:00
  • 5f44b2e7db Add support to listen on IPv4 and IPv6 sockets when compiling on XP but running on later (IPv6 capable) Windows environments Mark Pizzolato 2013-01-13 21:01:49 -08:00
  • 1213f098e2 Fixed Buffered Console behavior which ended up flushing buffer contents once a second and clearing the buffer. We were also incorrectly flushing buffer contents when a connection dropped. Mark Pizzolato 2013-01-11 16:34:05 -08:00
  • 6a08c3c283 Fixed missed change from sim_is_active to sim_activate_time. Mark Pizzolato 2013-01-11 16:10:41 -08:00
  • 744f65a36c Fleshed out the tmxr help and set the HP2100 to use the mux help by default Mark Pizzolato 2013-01-10 17:51:25 -08:00
  • fae991d592 More compiler identified cleanups Mark Pizzolato 2013-01-10 16:10:39 -08:00
  • 448d9e52fc Added VAX860 to the descrip.mms and cleaned up the VMS compiler identified issues Mark Pizzolato 2013-01-10 15:14:51 -08:00