Commit graph

2735 commits

Author SHA1 Message Date
Mark Pizzolato
e27e396c30 TAPES: Attempt to validate the record structure of TPC formatted tapes when they are attached.
Stubs to validate SIMH and E11 format tapes as well.
Once all validation routines are available, logic to auto detect tape format will be implemented.
2015-05-17 18:50:51 -07:00
Mark Pizzolato
79419bfd6e ISYS8010, ISYS8020: Fix file name case inconsistencies 2015-05-13 15:40:08 -07:00
Mark Pizzolato
230e588b5d ALL: Merge with Supnik-Current 2015-05-10 06:05:11 -07:00
Bill Beech
3b8c318b17 ISYS8020: Fixed warnings in i8259.c from VS2008 build 2015-05-08 18:14:58 -07:00
Mark Pizzolato
8d9f08f3e7 ISYS8020: Add Visual Studio Project for isys8020 simulator 2015-05-08 17:15:10 -07:00
Bill Beech
a663e1408b ISYS8020: Corrected iSBC80-20 to enable/disable EPROM and RAM correctly 2015-05-08 16:01:40 -07:00
Bill Beech
32945f5b70 ISYS8020: Makefile correction to build correctly 2015-05-08 15:57:35 -07:00
Bill Beech
3251b86528 ISYS8020: Fixed system_defs.h to compile 2015-05-08 15:51:37 -07:00
Bill Beech
5de213afdf ISYS8020: Modified makefile for ISYS8020 2015-05-08 15:46:31 -07:00
Bill Beech
7ebfef7219 ISYS8020: Created isys8020 directory and populated it for build 2015-05-08 15:46:04 -07:00
Bill Beech
7dc9c86846 ISYS8020: Created iSBC80-20.c file 2015-05-08 15:34:01 -07:00
Bill Beech
06f9cbe41d ISYS8020: Fix format of file 2015-05-08 15:27:29 -07:00
Bill Beech
44e5c228c7 ISYS8010: Fix format of file 2015-05-08 15:27:04 -07:00
Bill Beech
ba7937c0d0 ISYS8010: Corrected errors in i8255.c 2015-05-08 15:15:22 -07:00
Mark Pizzolato
d5e1a9c8f9 I1620: Added missing TFL instruction (Tom McBride)
Tom McBride conducted extensive tests on the floating point unit and found no errors, except one: the TFL instruction is defined but not actually implemented. This updates fixes that problem.

/Bob
2015-05-08 14:49:08 -07:00
Bill Beech
218dac51fe ISYS8020: Fix spaces in i8259.c 2015-05-08 14:43:20 -07:00
Mark Pizzolato
a1002569a1 ISYS8010: Fix compiler warnings on Linux with gcc & clang 2015-05-06 14:56:02 -07:00
Bill Beech
ce84886bfa ISYS8010: Corrections to get clean build under VS2008 2015-05-05 14:06:15 -07:00
Bill Beech
a6c07052a7 ISYS8010: Changed printf to sim_printf. 2015-05-05 14:06:14 -07:00
Bill Beech
02bb97d71f swtp6800: Clean up documentation file 2015-05-05 14:06:14 -07:00
Bill Beech
21cd2a4e25 SWTP6800: Adjust indentation 2015-05-05 14:06:13 -07:00
Bill Beech
839103b292 AL: Remove inappropriate file additions 2015-05-05 14:06:13 -07:00
Bill Beech
4210c7cbc5 ISYS8010: Add Visual Studio Project (from Mark Pizzolato) 2015-05-05 14:06:12 -07:00
Bill Beech
c73a8501ae ISYS8010: Rename top intel directory to Intel-Systems (from isys8010) 2015-05-05 14:06:12 -07:00
Bill Beech
7e3a32fc06 ISYS8010: Removed remaining tabs (converted to spaces). 2015-05-05 14:06:11 -07:00
Bill Beech
f36a8de70d ISYS8010: Rename configuration file (which is included) to a .h file 2015-05-05 14:06:11 -07:00
Bill Beech
8d9a379d05 25 Apr 15 mods for ISYS8010. 2015-05-05 14:06:10 -07:00
nj7p
4179eeb19f MDS-800: Initial simulator commit 2015-05-05 14:06:09 -07:00
Mark Pizzolato
cd799c9d3f makefile: dynamically determine if shm_open is available on the local system, Fix X11R7 library reference when available 2015-04-28 16:29:23 -07:00
Mark Pizzolato
041c866d67 PDP10: Added DEUNA/DELUA support back since there exists software which actually supported it.
The code which used it provides some IP packet transport: ftp://ftp.stacken.kth.se/pub/pdp10/tops10/util/
2015-04-26 15:04:01 -07:00
Peter Schorn
a9e5913d0c AltairZ80: Reduced polling for CPU stop on non UNIX platforms 2015-04-26 09:50:00 +02:00
Peter Schorn
ff908f4f59 AltairZ80: Simplified polling for stop CPU on non UNIX platform 2015-04-25 14:02:26 +02:00
Mark Pizzolato
dee7135cfb SCP: More immediate detection of changed stop_cpu during event processing. 2015-04-25 03:49:48 -07:00
Mark Pizzolato
8050030bc1 Merge pull request #211 from psco/master
AltairZ80: Fixed keyboard polling on non UNIX platform and daylight savi...
2015-04-25 03:43:44 -07:00
Peter Schorn
ad3767a2bd AltairZ80: Fixed keyboard polling on non UNIX platform and daylight savings time issue with CP/M 3 clock 2015-04-25 08:31:05 +02:00
Mark Pizzolato
71b99c6fa1 SCP: Add -D switch to RESTORE command to suppress detach/attach activities during a restore. Fix #197 2015-04-19 05:28:28 -07:00
Mark Pizzolato
d75ec66607 FRONTPANEL: Added support for a register array to be returned as part of a register set 2015-04-17 14:46:06 -07:00
Mark Pizzolato
04142da99c SCP: Added simulator version checking while performing a RESTORE operation.
Added -Q switch to suppress version check messages
Added -D switch to disable the detach_all at the beginning of a restore and any actual attach operations during the restore
2015-04-17 14:43:52 -07:00
Mark Pizzolato
8204a203a1 DOC: Updated simh.doc to describe missing sim_tape APIs 2015-04-14 08:36:27 -07:00
Mark Pizzolato
3719a07d10 FRONTPANEL: Fixed response data end of line detection issue which caused hanging of register updates 2015-04-13 15:48:53 -07:00
Mark Pizzolato
1348a1fbaa VIDEO: Fix building of video capable simulators on host systems which don't have libsdl available. 2015-04-13 06:22:11 -07:00
Mark Pizzolato
ecc1956221 PDP11: Revised documentation to correct the default character modes on the TTI and TTO devices. 2015-04-12 13:10:28 -07:00
Mark Pizzolato
1163099735 makefile: Fix MinGW build to properly reference the PCRE static link library and upgraded the windows-build version check 2015-04-12 10:38:28 -07:00
Mark Pizzolato
674b8e0ced SCP: Fix incorrect version check in RESTORE command and add logic to report git version differences (#197), Fix #206 2015-04-11 11:33:52 -07:00
Mark Pizzolato
a7d0b0e3f3 VIDEO: Fix video capable simulator builds on platforms which don't have libSDL available at all by enabling stub code 2015-04-11 05:53:01 -07:00
Mark Pizzolato
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. 2015-04-05 18:40:35 -07:00
Mark Pizzolato
50bac79cd3 SWTP68000: Merge of Bill Beech's swtp6800-v2.1 branch with tabs removed 2015-04-05 16:00:22 -07:00
Mark Pizzolato
8ad7dc2b93 SCP: Fix error returned by detach_unit to SCPE_NOTATT when an attachable unit isn't currently attached 2015-04-04 16:49:18 -07:00
Mark Pizzolato
7c58a5038d I1401: Revised documentation from Bob Supnik 2015-04-04 16:38:16 -07:00
Mark Pizzolato
325e369bfd FRONTPANEL: Added mount and dismount commands for removable media 2015-04-04 16:37:43 -07:00