1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-11 13:05:21 +00:00

Commit Graph

  • 6c398df0ae simulator tests: Fix test setup to tolerate very busy or slow host systems Mark Pizzolato 2022-11-12 17:23:41 -10:00
  • 756ac0d2a1 BUILDROMS: Fix potential compiler warnings Mark Pizzolato 2022-11-11 14:06:48 -10:00
  • 2de790dede BESM6: fix warning Paul Koning 2022-11-06 11:19:50 -05:00
  • f6cf886454 3b2: Improved sim_load procedure Seth Morabito 2022-11-08 09:49:02 -08:00
  • 3719b46524 AltairZ80: SIO: Fix warning for type mismatch. Howard M. Harte 2022-11-08 22:01:03 -08:00
  • 71913f26eb AltairZ80: SIO: Add setFCBAddressCmd to simh_dev. Howard M. Harte 2022-11-06 15:52:58 -08:00
  • 5727609e40 STUB: Fix "non-void function does not return a value" warning Jan-Benedict Glaw 2022-11-03 21:39:55 +01:00
  • e91fbebe3d AltairZ80: i86: Don't clear segment override on REPE/REPNE Howard M. Harte 2022-11-05 19:55:40 -07:00
  • e1d27aa167 AltairZ80: i86: Fix bug in AAD instruction. Howard M. Harte 2022-11-05 19:46:53 -07:00
  • 3bba1bbe14 s3: Fix out of bounds array reference and string overflow warning Mark Pizzolato 2022-11-02 13:53:20 -10:00
  • 39d33c4cc9 makefile: Add WARNINGS=ALLOWED make option and change default optimize to -O2 Mark Pizzolato 2022-11-02 12:19:55 -10:00
  • 009d748ad6 PDP11: Enforce limit on number of displays in TV device. Lars Brinkhoff 2022-11-02 14:05:31 +01:00
  • d1e9358a63 makefile: don't use -fwhole-program Paul Koning 2022-11-01 10:19:39 -04:00
  • 7a273d70d7 AltairZ80: wd179x: Improve debugging for WRITE_TRACK. Howard M. Harte 2022-11-01 21:08:27 -07:00
  • 4cfedd1930 AltairZ80: s100_hdc1001: fix bug in format. Howard M. Harte 2022-11-01 21:08:20 -07:00
  • 9a1ca7f298 VAX750: Fix another int32_t -> int32 Olaf Seibert 2022-10-29 21:57:46 +02:00
  • 234be4883b PDP11: Remove fprintf debug statement. Lars Brinkhoff 2022-10-30 19:34:42 +01:00
  • 50419c18df PDP11: Fix TVSEL register. Lars Brinkhoff 2022-10-29 21:17:06 +02:00
  • 8e109fe787 VIDEO: Fix bug handling a redraw event. Lars Brinkhoff 2022-10-29 20:18:16 +02:00
  • 9cfa212e60 makefile: Add OPTIMIZE= command option to change default from -O3 Mark Pizzolato 2022-10-30 17:12:05 -10:00
  • 1792303a9e makefile: Make non debug builds with -O3 and LTO under gcc with -fwhole-program Mark Pizzolato 2022-10-30 02:35:43 -10:00
  • 34c4ab3cd5 PDP11: Improve idling. Lars Brinkhoff 2022-10-26 12:59:49 +02:00
  • eb359b962f PDP11: Add MB11. Lars Brinkhoff 2022-10-10 12:32:28 +02:00
  • 6a384854cf PDP11: Add Logo TV raster display. Lars Brinkhoff 2019-09-27 12:00:58 +02:00
  • 2b9e2eba92 github: Update CI workflow build Mark Pizzolato 2022-10-28 15:29:08 -10:00
  • bf13a64d9e makefile: Add explicit option LTO=1 to enable Link Time Optimization builds Mark Pizzolato 2022-10-28 15:15:59 -10:00
  • 0cc7747202 I7000: Fixed incorrect definitions. Richard Cornwell 2022-10-27 09:15:25 -04:00
  • 55a4b0d424 Intel-MDS: Properly declare multibus_get_mbyte return type Bill Beech 2022-10-26 16:44:58 -07:00
  • 7b78b6d313 makefile: Remove irrelevant checks for VIDEO support building v3 simulators Mark Pizzolato 2022-09-04 19:14:44 -06:00
  • a847ee13a3 PDP11: CPU MMR1 and FP changes Bob Supnik 2022-09-04 19:13:38 -06:00
  • e93d21ac79 PDP11: Remove OPT_RH11 as a CPU option Bob Supnik 2022-09-04 18:59:42 -06:00
  • 7a68c268b9 PDP11: Revert DZ device to prior version. Mark Pizzolato 2022-09-04 18:09:37 -06:00
  • 49fb037eba sigma: COC device, add LNORDER command option Bob Supnik 2022-09-04 17:58:16 -06:00
  • b5ef85aef4 sigma: COC device, handle transmit long, stop transmit and receive break Ken Rector 2022-09-04 17:56:46 -06:00
  • f03e370c6f Intel-MDS: Update to the latest and fix inconsistent REGister declarations Bill Beech 2022-08-03 13:15:03 -07:00
  • 5d12b9da4f Visual Studio Projects: Report warnings as errors so CI builds fail on warnings Mark Pizzolato 2022-10-26 06:07:51 -10:00
  • a23379e6a8 BESM6: Avoid clang compiler warnings Mark Pizzolato 2022-08-03 11:29:39 -10:00
  • cfc59c517f makefile: Make gcc and clang warnings fail builds on compile warnings Mark Pizzolato 2022-10-25 16:41:54 -10:00
  • e6106d1ebf display: Fix compiler warning in NG device. Lars Brinkhoff 2022-10-26 13:11:56 +02:00
  • 144d8a10cb SCP: On Windows fixed writing to Console when Console is file. Richard Cornwell 2022-10-24 18:37:03 -04:00
  • f1c233afe7 3B2: remove unused local variable. Olaf Seibert 2022-10-16 17:32:38 +02:00
  • d199ff1056 3B2: Change uint32_t into uint32 Olaf Seibert 2022-10-16 16:59:31 +02:00
  • ef6667b05c Fix AltairZ80 compilation with Visual Studio 2008 (#85) Howard M. Harte 2022-10-24 14:15:51 -07:00
  • b52438a675 KA10: Added support for Address Stop (lars) Richard Cornwell 2022-10-23 17:56:02 -04:00
  • 2a4e4dc10d Bug fixes for various video code. (#80) Lars Brinkhoff 2022-10-23 10:42:00 -05:00
  • 65410851d5 PDP11: DH11 device. Lars Brinkhoff 2022-10-15 17:53:47 +02:00
  • 4daf07bfe2 PDP11: Add option for 216K memory. Lars Brinkhoff 2022-10-12 10:10:41 +02:00
  • 3a95ba4b34 Replace standard in32_t by local int32 type. Olaf Seibert 2022-10-13 22:29:06 +02:00
  • 253b8ec358 PDP11: Fix PC breakpoint check Paul Koning 2022-10-10 13:38:09 -04:00
  • c6a6c72c63 AltairZ80: Reconcile license with open-simh. Howard M. Harte 2022-10-08 13:41:02 -07:00
  • c1fded8a9d sim_imd: Reconcile license with open-simh. Howard M. Harte 2022-10-08 13:40:58 -07:00
  • b5b8277611 TX-0: Reconcile license with open-simh. Howard M. Harte 2022-10-08 13:40:53 -07:00
  • 3a7ec4788f AltairZ80: M68K: Fix hang with 'expect' Peter Schorn 2022-10-08 00:25:15 -07:00
  • 1110802bb1 AltairZ80: M68K: Changes for SIMH. Howard M. Harte 2022-10-08 00:25:04 -07:00
  • ab21cbab7a AltairZ80: M68K: Update to Musashi 4.10 Howard M. Harte 2022-10-08 00:24:59 -07:00
  • 9fa55d0013 AltairZ80: M68K: Move Musashi to m68k directory. Howard M. Harte 2022-10-08 00:24:49 -07:00
  • 7b494542ef Harmonize calibration code amongst VAXen. Olaf Seibert 2022-10-05 18:53:16 +02:00
  • 7d25ca3979 simh ui: replace "readline" by "editline". Paul Koning 2022-10-03 16:46:43 -04:00
  • 110183e258 simh ui: replace "readline" by "editline". Paul Koning 2022-09-28 09:59:00 -04:00
  • ca420668d7 makefile: Correct experimental/incomplete simulator list and add to CI build Mark Pizzolato 2022-09-26 13:24:24 -10:00
  • 7cd0d1093b KA10: Moved CH11 interface to BR5. Richard Cornwell 2022-09-23 09:21:05 -04:00
  • 6be92f60d5 B5500: Changed buffer registers to use CRDATA instead of BRDATA. Richard Cornwell 2022-09-22 21:26:00 -04:00
  • 56ac6f1d5d README: add note about the restricted simh/simh repository. Paul Koning 2022-09-21 16:36:01 -04:00
  • fddf5acd2b HP2100: Fix improper REG macro use missed when merging 3.12-2 J. David Bryan 2022-09-21 09:20:57 -07:00
  • 1e5caa39c2 I7094: Use appropriate REG macro for array of structures Mark Pizzolato 2022-09-21 09:03:16 -07:00
  • 8854da6c1b ID16, ID32: Fix register macro change missed when merging 3.12-2 Bob Supnik 2022-09-21 09:02:00 -07:00
  • 21e3c56fa4 PDP11, Qbus & Unibus VAX: Use proper REG macros for arrays and structures Mark Pizzolato 2022-09-21 08:46:23 -07:00
  • 060f55d23e makefile: Assure that besm6 simulator builds on recent macOS versions Mark Pizzolato 2022-09-19 12:19:05 -07:00
  • dc320a84da makefile: Adjust syntax of variable insertions for conversion to cmake B. Scott Michel 2022-09-19 12:18:30 -07:00
  • b588b4c28c ETHER: Add stub for clean compiles when building without network support B. Scott Michel 2022-09-19 12:17:48 -07:00
  • 84bf5f4d14 3b2: Update README.md and correct line endings Seth Morabito 2022-09-19 09:37:17 -07:00
  • 75aefcb75c video: don't disable the screen saver (#57) Paul Koning 2022-09-18 12:21:42 -04:00
  • 8c0f64f332 Merge pull request #56 from sethm/3b2.rev3 Seth Morabito 2022-09-17 14:05:27 -07:00
  • 9b62da6567 3B2-700 Initial Public Release Seth Morabito 2022-09-15 07:05:18 -07:00
  • d862d024ea SCP: Fix details missed when merging update REGister macros from v3.12-2 J. David Bryan 2022-08-14 21:23:21 -07:00
  • 24260f0613 QBus VAX and PDP11: Add support for HDLC framing to DUP11/DPV11 Trevor Warwick 2022-08-04 16:46:56 +01:00
  • 1ab955be30 QBus VAX and PDP11: Add support for HDLC framing to DUP11/DPV11 Trevor Warwick 2022-08-03 10:38:17 +01:00
  • 58809e35b4 PDP11: Cleanup help language in TC and DAZ devices Louis Chrétien 2022-07-26 07:30:55 -10:00
  • 9890acc11c PDP11, VAXen: Fix to VH device to properly reference the line number John Dundas 2022-07-24 18:03:49 -07:00
  • 02bcdc82cd PDP11, VAXen: Fix to VH device to properly reference the line number John Dundas 2022-07-24 17:07:05 -07:00
  • 9eca0980c2 sigma: DP device SEEK(I), RECAL(I) must be coded as fast operations. Ken Rector 2022-07-23 16:55:21 -07:00
  • 0eb28d601e sigma: DP device SEEK(I), RECAL(I) must be coded as fast operations. Ken Rector 2022-07-23 16:55:21 -07:00
  • 37f0b365a2 sigma: UEND flag in the wrong bit position in channel status word. Ken Rector 2022-07-23 16:54:19 -07:00
  • fc18eaa047 sigma: UEND flag in the wrong bit position in channel status word. Ken Rector 2022-07-23 16:54:19 -07:00
  • 6b544073ae sigma: Fix MT tape mark error handling Ken Rector 2022-07-23 16:52:50 -07:00
  • 7953088407 sigma: Fix MT tape mark error handling Ken Rector 2022-07-23 16:52:50 -07:00
  • debde9a0a3 sigma: Made CHANA chan_ctl_time accessible as a register Bob Supnik 2022-07-23 16:46:55 -07:00
  • 6ca5a58043 sigma: Made CHANA chan_ctl_time accessible as a register Bob Supnik 2022-07-23 16:46:55 -07:00
  • 4846006b41 sigma: Added IO numeric channel numbers to SET/SHOW Bob Supnik 2022-07-23 16:45:43 -07:00
  • 6f5b5c3387 sigma: Added IO numeric channel numbers to SET/SHOW Bob Supnik 2022-07-23 16:45:43 -07:00
  • 59ddf72b52 sigma: Clean compiler warning Ken Rector 2022-07-23 06:43:20 -10:00
  • d6544e09b9 sigma: Fix breakpoint state restore Ken Rector 2022-07-12 13:54:58 -07:00
  • 677e89bab0 sigma: Fix breakpoint state restore Ken Rector 2022-07-12 13:54:58 -07:00
  • 8dc14a4b52 sigma: Fix dangling else in IO read/write direct Ken Rector 2022-07-12 13:53:32 -07:00
  • 2a69f1bdfa sigma: Fix dangling else in IO read/write direct Ken Rector 2022-07-12 13:53:32 -07:00
  • 6dc50c564b doc: Update Interdata doc to properly list changed register names Bob Supnik 2022-07-12 11:49:20 -07:00
  • 801a3be07d ID16, ID32: Fixed Duplicate register names Bob Supnik 2022-07-12 11:11:59 -07:00
  • aec04ef956 KA10: Removed duplicate register. Richard Cornwell 2022-07-08 17:48:04 -04:00
  • 6ea9c58b8b sigma: Fix error handling in MT device channel errors Bob Supnik 2022-07-07 05:46:32 -10:00
  • adfcff49b7 sigma: Fix error handling in MT device channel errors Bob Supnik 2022-07-07 05:46:32 -10:00