1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

30 Commits

Author SHA1 Message Date
James C. Bevier
da6b230052 SEL32: Display CPU blocking state in instruction trace.
SEL32: Fix spelling errors in README.md.
SEL32: Correct interrupt processing sequence.
SEL32: Support multiple INCH status buffers for some devices.
SEL32: Adjust console timing during I/O.
SEL32: Fix simh crash if line printer defined, but not attached.
SEL32: Return no carrier status if ethernet not attached.
SEL32: Update diag.tap to revision 8.2 from 8.0.
SEL32: Continue code cleanup.
SEL32: Correct LPR status bit assignments.
2022-02-15 11:00:46 -07:00
James C. Bevier
0ed44354b5 SEL32: Fix SPAD address validation code for MPX3X.
SEL32: Add debug dump memory functions.
SEL32: Correct line count in sel32_lpr.c.
SEL32: Correct BSR/BSF code in sel32_mt.c for MPX3X SDT handling.
SEL32: General cleanup/speedup of sel32_mt.c code.
SEL32: Add master SDT tape creation in taptools/mkvmtape.c.
SEL32: Fix EOF detection code in taptools/tapdump.c.
2021-06-21 14:57:55 -07:00
AZBevier
3ddc772ce2 SEL32: Continue Code cleanup and formatting.
SEL32: Finish adding preio entry to rest of devices.
SEL32: Remove attached test from SIO processing code.
SEL32: Add attached test to each device processing code.
SEL32: Correct renum.c tap tool tp handle large files.
SEL32: Fix device address assignment for sel32_com.c device.
SEL32: Fix deblk to handle more file formatting errors.
2021-03-04 08:24:01 -07:00
AZBevier
5e2d18cfdd SEL32: Correct map loading for MPX run requested tasks.
SEL32: Correct unused SPAD location test for interrupt control instructions.
SEL32: Correct HSDP test for formatted disk.
SEL32: Add reset channel command processing for each defined device.
SEL32: Add disk2tap utility to taptools.
SEL32: Test for UTX ZMAP in last sector of SCSI disk when formatting.
SEL32: General code cleanup in multiple modules.
2021-02-13 15:58:09 -07:00
AZBevier
7be50aae66 SEL32: Add track/sector label support for UDP/HSDP disks.
SEL32: Add Linux network setup utility Setup.Net.
SEL32: Update disk image sim32disk to have track/sector labels.
SEL32: Update SEL32 documentation.
2020-12-22 21:26:10 -07:00
AZBevier
e3e3133760 SEL32: Add iocl processing support per device.
SEL32: Correct booting from devices other than 800 & 1000.
SEL32: Add label support to HSDP & UDP disk controllers.
SEL32: Add ECC support to HSDP & UDP disks for diagnostics.
2020-12-03 20:25:20 -07:00
Richard Cornwell
9a8de05f2c SEL32: Declare sim_stop_messages as an array SCPE_BASE long 2020-09-13 12:13:37 -04:00
Richard Cornwell
5e579aa55d SEL32: Added Ethernet controller. 2020-08-09 10:20:04 -04:00
AZBevier
1f70fc9ba0 SEL32: Do general cleanup and removal of conditional debug code.
SEL32: Update and validate ADFW/SUFW, ADFD/SUFD, MPFD, & DVFD fp code.
SEL32: Update readme files.
SEL32:
2020-07-13 19:01:16 -07:00
AZBevier
eb75e1ce54 SEL32: Add updates for MPX 3.X support.
SEL32: Add VOLMGR tape creator for MPX 3.X SDT and save tapes.
SEL32: Add MFP SCSI disk support.
SEL32: Change device status returns to 16 bits.
SEL32: Update README.md for current project status.
SEL32: Update .ini files for latest simulator configurations.
SEL32: Update taptools to correct odd record byte count error.
SEL32: Update interval timer code to pass SEL diagnostics.
SEL32: Correct single/double floating point arithmetic.
2020-04-21 16:10:34 -07:00
AZBevier
96f762e2f0 SEL32: Change channel programming support code.
SEL32: Correct trap status bits for 32/97 & V9 diags.
SEL32: Allow I/O processing while CPU interrupts are blocked.
SEL32: Rewrite testxio and haltxio processing logic.
SEL32: Rewrite CPU interrupt processing logic.
SEL32: Correct known Coverity errors.
2020-03-30 20:27:27 -07:00
AZBevier
18eb91cd6d SEL32: Correct interrupt processing during blocked mode.
SEL32: Coverity errors.
SEL32: Change UDP/DPII support.
2020-03-09 19:47:47 -07:00
Richard Cornwell
1d092eb60b SEL32: Cleanup various coverity errors. 2020-03-08 21:22:33 -04:00
AZBevier
d198882980 SEL32: Correct real time clock interrupt processing.
SEL32: start code cleanup.
SEL32: add mfp and mfp scsi disk intitial support code.
SEL32: add new files sel32_mfp.c and sel32_scsi.c to makefile.
SEL32: modify sel32_mt.c code to define tape as BTP for UTX.
2020-03-06 21:41:59 -07:00
AZBevier
7e3d17ef2c SEL32: Update console device to pass SEL diags.
SEL32: Update disk devices to hold current STAR in UNIT structure.
SEL32: Add new disk geometry macros.
SEL32: Revise disk formatting support for UTX.
SEL32: Revise INCH command support for all devices.
2020-02-17 12:45:22 -07:00
AZBevier
1a2eefec9d SEL32: Add more UTX support for V6 & V9 processors.
SEL32: Fix ADFD, SUFD, MPFD, DVFD instructions display.
SEL32: Change console output to handle 8 bit parity for UTX.
SEL32: Correct RPSWT instruction for V9 processor.
SEL32: Reverse scan order of channel complete and interrupts.
SEL32: Move memory and map register r/w macros to sel32_defs.h.
2020-01-11 13:55:02 -07:00
AZBevier
987f9e3e1e SEL32: Correct Windows and coverity detected warnings. Add diagcopy.c. 2019-11-05 17:23:52 -07:00
AZBevier
66f49759a2 SEL32: Add changes to support SEL diagnostics. 2019-11-01 20:52:17 -07:00
AZBevier
8ff8b7a1b7 SEL32: Change diagnostic output to fixed fields.
SEL32: Add changes to instruction processing to pass more SEL32 diagnostics.
2019-10-04 18:54:48 -07:00
AZBevier
0c3385304d SIM32: Change instruction processing based on Gould diags.
SIM32: Add more changes for UTX install tape processing.
2019-08-09 19:17:55 -07:00
AZBevier
caa3398164 SEL32: Correct opcode processing errors caught by Gould diagnostics.
SEL32: Do some code cleanup.
2019-08-04 10:50:01 -07:00
AZBevier
53026c66c3 SEL32: Add three missing basemode instructions.
SEL32: Handle multiple EOFs on MT.
SEL32: Correct basemode instruction processing and display errors.
SEL32:Fix ex -m to display basemode instructions.
2019-07-25 12:58:19 -07:00
AZBevier
f89e8aefa8 SEL32: Fix basemode instruction display code. 2019-07-18 17:28:43 -07:00
James C. Bevier
d3f33f8d8e SEL32: Change instruction display. 2019-07-17 21:39:18 -04:00
James C. Bevier
c8f72fb1c1 SEL32: Fix LEAR instruction display. 2019-07-17 21:39:18 -04:00
James C. Bevier
ec4c722919 SEL32: Change examine/depisit code. 2019-07-17 21:39:18 -04:00
James C. Bevier
d9283178d9 SEL32: Reformat files to use DOS format and no tabbing 2019-07-17 21:39:18 -04:00
James C. Bevier
d3d4e808cc SEL32: Initial commit of working simulator. 2019-07-17 21:39:18 -04:00
Richard Cornwell
c27809c194 SEL32: Added test cases, more devices. 2019-07-17 21:39:18 -04:00
Richard Cornwell
5decc40fa5 SEL32: Initial commit. 2019-07-17 21:39:18 -04:00