1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-27 07:17:20 +00:00

Commit Graph

  • b05c7419f0 Visual Studio Projects: Added support for separate libpng libraries based on the available C runtime library for the compiler used to build. Mark Pizzolato 2015-10-05 19:59:24 -07:00
  • c3a879da2d VAX: Change to load ROMs or other boot code directly from built in memory arrays. Mark Pizzolato 2015-09-28 09:19:38 -07:00
  • 4921d92650 VIDEO: Produce SCREENSHOT images in PNG format if libpng is available in the host build environment Mark Pizzolato 2015-09-27 16:14:55 -07:00
  • 0a2eb2997c SAGE: Add missing STEP command structure members from scp.c Mark Pizzolato 2015-09-25 11:26:09 -07:00
  • 77bbfae817 DOC: Corrections and cleanups. Paul Koning 2015-09-25 12:52:07 -04:00
  • e229733850 makefile: cygwin build video support using SDL2 (preferred) or SDL Tony Nicholson 2015-09-25 17:34:11 +10:00
  • 650f768843 makefile: Add support for building with libpng Mark Pizzolato 2015-09-24 15:25:53 -07:00
  • 9cb2697dcd VAX730, VAX750: Fix compiler warnings Mark Pizzolato 2015-09-24 13:36:15 -07:00
  • ddb78bc818 README: Add SCREENSHOT and minor spelling fix. Mark Pizzolato 2015-09-24 12:26:23 -07:00
  • 7ad2651aa8 VAX750: Make sure that a boot ROM has been loaded before attempting a boot from the BOOTDEV specified boot device (i.e. BOOT without an argument). Mark Pizzolato 2015-09-24 11:14:04 -07:00
  • a6c5e7e632 VAX, PDP11: In the TU tape simulator, correct the wording of the help language. Fixes #228 Mark Pizzolato 2015-09-23 06:35:54 -07:00
  • 9f59823ae3 PDP11, all VAX: Add TU58 device simulator with support for 32 drives plus the VAX 730 and 750 console devices Mark Pizzolato 2015-09-22 15:06:12 -07:00
  • 8652294fd6 DOC: Add descriptiong of missing unit structure fields Mark Pizzolato 2015-09-22 06:55:23 -07:00
  • 389c08a81e SCP: Added missing help for SET REMOTE MASTER command. Mark Pizzolato 2015-09-21 12:13:36 -07:00
  • 4ddee84faf EXPECT: Fix deprecated SET CONSOLE HALT behavior to reflect Dave's original behavior. Mark Pizzolato 2015-09-20 14:15:42 -07:00
  • 5bd6ea9496 HP2100: Latest changes from Dave Bryan Mark Pizzolato 2015-09-20 14:08:52 -07:00
  • 751e1c0a7d SCP: Added missing REMOTE from scp_errors array. Reported by Dave Bryan Mark Pizzolato 2015-09-20 14:07:47 -07:00
  • 1ef6c3d6b9 SCP: Added REG_V_UF and REG_UFMASK to support user-defined register flags. From Dave Bryan Mark Pizzolato 2015-09-20 14:04:24 -07:00
  • 13bb3356f5 VIDEO: Fix vid_draw to copy drawing data before returning when drawing is deferred. Mark Pizzolato 2015-09-20 13:38:11 -07:00
  • 324839cee9 VAX750: Add display of boot device selector switch target boot devices Mark Pizzolato 2015-09-17 23:09:05 -07:00
  • 0986c6ff9e VAX750: Fixed ROM based boot from console TU58 Mark Pizzolato 2015-09-17 17:48:02 -07:00
  • 42403efd1f VIDEO: Avoid compiler warning when building without video support Mark Pizzolato 2015-09-17 14:52:49 -07:00
  • 23e552e9fc SCP, VIDEO: Properly reject SCREENSHOT command when no devices use sim_video. Mark Pizzolato 2015-09-17 14:49:10 -07:00
  • 78399f10cb SCP: Added a SCREENSHOT command to record the video display window. Mark Pizzolato 2015-09-17 11:49:01 -07:00
  • 1d6c14be3d HP2100: Latest changes from Dave Bryan. Mark Pizzolato 2015-09-17 05:24:31 -07:00
  • 4baecec0b1 VAX750: Added VAX. 11.750 Boot ROM booting options Mark Pizzolato 2015-09-10 21:42:16 -07:00
  • 176540f639 PDP11, VAX: Correct MSCP & TMSCP register access debug output to mention correct register names and data being written on register writes Mark Pizzolato 2015-09-08 11:17:52 -07:00
  • ab510885c0 Visual Studio Projects: Forced serialization of Visual Studio Project fixes by making all simulators dependent on BuildROMs project. Mark Pizzolato 2015-09-04 11:36:24 -07:00
  • 87b6dbaa6c Visual Studio Projects: Change project file conversions adding XP support to be reasonably well behaved during a parallel build. Mark Pizzolato 2015-09-03 12:18:35 -07:00
  • 8bb494036c PDP11: Add provision in the DL device simulation to support bursts of input data to avoid reporting character overruns on the serial port. Mark Pizzolato 2015-09-03 05:09:19 -07:00
  • 9fdd8a8706 TMXR: Fix debug output of remaining data after removing telnet negotiation from the input buffer Mark Pizzolato 2015-09-02 16:49:47 -07:00
  • 6d61821e3c Visual Studio Projects: Add XP build support when building with Visual Studio 2012+ ONLY when Visual Studio XP support is available. Mark Pizzolato 2015-09-02 09:51:42 -07:00
  • 7619f88e66 Visual Studio Projects: Add XP support for executables when building with Visual Studio 2012+ Mark Pizzolato 2015-08-31 11:18:50 -07:00
  • 558788e04f Visual Studio Projects: Adopt new windows-build which properly supports floating point C runtime calls for simulators which use libSDL Mark Pizzolato 2015-08-26 13:10:51 -07:00
  • 15736aeec3 Visual Studio Projects: Added support for building under Visual Studio Community (2015) Mark Pizzolato 2015-08-19 11:16:47 -07:00
  • 77152c6e20 MUX: Fix for connection establishment logic for virtual null modem connections. Mark Pizzolato 2015-08-18 09:52:49 -07:00
  • f602b132dd SCP: Make output of SHOW commands also appear in debug output while debugging Mark Pizzolato 2015-08-17 11:47:19 -07:00
  • 9307fbdf54 MUX: Fix attach parsing of Log File names and no telnet options. Issue found by Ed Marr. Mark Pizzolato 2015-08-16 11:05:44 -07:00
  • f3af74e444 AltairZ80: Fix head stepping to only occur on 1 to 0 transitions Mike Douglas 2015-08-08 21:27:09 -05:00
  • bb39ce97c7 AltairZ80: Better comparison operator to remove warning message Peter Schorn 2015-08-08 08:58:24 +02:00
  • bd2f592918 Revert "SCP: Remove ASCII source code character set dependency" Mark Pizzolato 2015-08-07 00:54:23 -07:00
  • 7c7b44e409 SCP: Remove ASCII source code character set dependency Mark Pizzolato 2015-08-03 12:35:08 -07:00
  • a747c0f860 VAX750: Implement the buffered data path CSRs in the Unibus adapter. Mark Pizzolato 2015-07-08 10:20:18 -07:00
  • d69b34e410 DISK: Support for both RAW disk and file size determination on *nix platforms Mark Pizzolato 2015-06-30 14:21:02 -07:00
  • 435ea69b20 DISK, TAPE: Make an -F switch specified on a disk/tape attach only change the device format until the unit is detached at which time the unit format will revert to the default format. Fix #219 Mark Pizzolato 2015-06-29 14:53:37 -07:00
  • 133572908f SCP: Add natural Windows support for RAW device names. Fixes issue raised in #67. Mark Pizzolato 2015-06-28 14:14:19 -07:00
  • 047a6b856f TMXR: Added delay to assure that simulator internally generated messages get fully transmitted on TMXR lines. Mark Pizzolato 2015-06-26 11:46:49 -07:00
  • fa407e678b PDP10, PDP11, VAX, MUX: Fix allowed line attach syntax to accept UDP in any order among attach arguments Mark Pizzolato 2015-05-23 17:08:51 -07:00
  • 29fe0e6c8d PDP10, PDP11, VAX: Fix DMC/DMR attach setup when UDP transport is used. Mark Pizzolato 2015-05-23 05:24:23 -07:00
  • 47e61b5bdd PDP11: Adjust I/O wait time so that reasonable behavior occurs under heavy I/O load. Mark Pizzolato 2015-05-22 07:48:04 -07:00
  • e27e396c30 TAPES: Attempt to validate the record structure of TPC formatted tapes when they are attached. Mark Pizzolato 2015-05-17 18:50:51 -07:00
  • 79419bfd6e ISYS8010, ISYS8020: Fix file name case inconsistencies Mark Pizzolato 2015-05-13 15:40:08 -07:00
  • 230e588b5d ALL: Merge with Supnik-Current Mark Pizzolato 2015-05-10 06:05:11 -07:00
  • 4d48f44857 Bob Supnik's state as of 5/9/2015 after backporting some things from the master branch Mark Pizzolato 2015-05-10 05:48:11 -07:00
  • 3b8c318b17 ISYS8020: Fixed warnings in i8259.c from VS2008 build Bill Beech 2015-05-08 18:14:58 -07:00
  • 8d9f08f3e7 ISYS8020: Add Visual Studio Project for isys8020 simulator Mark Pizzolato 2015-05-08 17:15:10 -07:00
  • a663e1408b ISYS8020: Corrected iSBC80-20 to enable/disable EPROM and RAM correctly Bill Beech 2015-05-08 16:01:40 -07:00
  • 32945f5b70 ISYS8020: Makefile correction to build correctly Bill Beech 2015-05-08 15:57:35 -07:00
  • 3251b86528 ISYS8020: Fixed system_defs.h to compile Bill Beech 2015-05-08 15:51:37 -07:00
  • 5de213afdf ISYS8020: Modified makefile for ISYS8020 Bill Beech 2015-05-08 15:46:31 -07:00
  • 7ebfef7219 ISYS8020: Created isys8020 directory and populated it for build Bill Beech 2015-05-08 15:46:04 -07:00
  • 7dc9c86846 ISYS8020: Created iSBC80-20.c file Bill Beech 2015-05-08 15:34:01 -07:00
  • 06f9cbe41d ISYS8020: Fix format of file Bill Beech 2015-05-08 15:27:29 -07:00
  • 44e5c228c7 ISYS8010: Fix format of file Bill Beech 2015-05-08 15:27:04 -07:00
  • ba7937c0d0 ISYS8010: Corrected errors in i8255.c Bill Beech 2015-05-08 15:15:22 -07:00
  • d5e1a9c8f9 I1620: Added missing TFL instruction (Tom McBride) Mark Pizzolato 2015-05-08 14:49:08 -07:00
  • 218dac51fe ISYS8020: Fix spaces in i8259.c Bill Beech 2015-05-08 14:43:20 -07:00
  • a1002569a1 ISYS8010: Fix compiler warnings on Linux with gcc & clang Mark Pizzolato 2015-05-06 14:56:02 -07:00
  • ce84886bfa ISYS8010: Corrections to get clean build under VS2008 Bill Beech 2015-05-04 23:08:52 -07:00
  • a6c07052a7 ISYS8010: Changed printf to sim_printf. Bill Beech 2015-05-03 22:08:07 -07:00
  • 02bb97d71f swtp6800: Clean up documentation file Bill Beech 2015-05-03 13:25:08 -07:00
  • 21cd2a4e25 SWTP6800: Adjust indentation Bill Beech 2015-04-28 14:50:32 -07:00
  • 839103b292 AL: Remove inappropriate file additions Bill Beech 2015-04-28 14:47:32 -07:00
  • 4210c7cbc5 ISYS8010: Add Visual Studio Project (from Mark Pizzolato) Bill Beech 2015-04-28 14:45:32 -07:00
  • c73a8501ae ISYS8010: Rename top intel directory to Intel-Systems (from isys8010) Bill Beech 2015-04-28 14:39:17 -07:00
  • 7e3a32fc06 ISYS8010: Removed remaining tabs (converted to spaces). Bill Beech 2015-04-28 14:14:38 -07:00
  • f36a8de70d ISYS8010: Rename configuration file (which is included) to a .h file Bill Beech 2015-04-28 14:11:58 -07:00
  • 8d9a379d05 25 Apr 15 mods for ISYS8010. Bill Beech 2015-04-25 12:12:35 -07:00
  • 4179eeb19f MDS-800: Initial simulator commit nj7p 2015-04-11 15:00:04 -07:00
  • cd799c9d3f makefile: dynamically determine if shm_open is available on the local system, Fix X11R7 library reference when available Mark Pizzolato 2015-04-28 16:29:23 -07:00
  • 041c866d67 PDP10: Added DEUNA/DELUA support back since there exists software which actually supported it. Mark Pizzolato 2015-04-26 15:04:01 -07:00
  • a9e5913d0c AltairZ80: Reduced polling for CPU stop on non UNIX platforms Peter Schorn 2015-04-26 09:50:00 +02:00
  • ff908f4f59 AltairZ80: Simplified polling for stop CPU on non UNIX platform Peter Schorn 2015-04-25 14:02:26 +02:00
  • dee7135cfb SCP: More immediate detection of changed stop_cpu during event processing. Mark Pizzolato 2015-04-25 03:49:48 -07:00
  • 8050030bc1 Merge pull request #211 from psco/master Mark Pizzolato 2015-04-25 03:43:44 -07:00
  • ad3767a2bd AltairZ80: Fixed keyboard polling on non UNIX platform and daylight savings time issue with CP/M 3 clock Peter Schorn 2015-04-25 08:31:05 +02:00
  • 71b99c6fa1 SCP: Add -D switch to RESTORE command to suppress detach/attach activities during a restore. Fix #197 Mark Pizzolato 2015-04-19 05:28:28 -07:00
  • d75ec66607 FRONTPANEL: Added support for a register array to be returned as part of a register set Mark Pizzolato 2015-04-17 14:46:06 -07:00
  • 04142da99c SCP: Added simulator version checking while performing a RESTORE operation. Mark Pizzolato 2015-04-17 14:43:52 -07:00
  • 8204a203a1 DOC: Updated simh.doc to describe missing sim_tape APIs Mark Pizzolato 2015-04-14 08:36:27 -07:00
  • 3719a07d10 FRONTPANEL: Fixed response data end of line detection issue which caused hanging of register updates Mark Pizzolato 2015-04-13 15:48:53 -07:00
  • 1348a1fbaa VIDEO: Fix building of video capable simulators on host systems which don't have libsdl available. Mark Pizzolato 2015-04-13 06:22:11 -07:00
  • ecc1956221 PDP11: Revised documentation to correct the default character modes on the TTI and TTO devices. Mark Pizzolato 2015-04-12 13:10:28 -07:00
  • 1163099735 makefile: Fix MinGW build to properly reference the PCRE static link library and upgraded the windows-build version check Mark Pizzolato 2015-04-12 10:38:28 -07:00
  • 674b8e0ced SCP: Fix incorrect version check in RESTORE command and add logic to report git version differences (#197), Fix #206 Mark Pizzolato 2015-04-11 11:33:52 -07:00
  • a7d0b0e3f3 VIDEO: Fix video capable simulator builds on platforms which don't have libSDL available at all by enabling stub code Mark Pizzolato 2015-04-11 05:53:01 -07:00
  • d4720d3540 SWTP6800: Added support to initialize the BOOTROM with the contents of the swtbug.bin ROM image while retaining the ability to load any other ROM image. Mark Pizzolato 2015-04-05 18:40:35 -07:00
  • 50bac79cd3 SWTP68000: Merge of Bill Beech's swtp6800-v2.1 branch with tabs removed Mark Pizzolato 2015-04-05 16:00:22 -07:00
  • 8ad7dc2b93 SCP: Fix error returned by detach_unit to SCPE_NOTATT when an attachable unit isn't currently attached Mark Pizzolato 2015-04-04 16:49:18 -07:00
  • 7c58a5038d I1401: Revised documentation from Bob Supnik Mark Pizzolato 2015-04-04 16:38:16 -07:00