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.
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.
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.
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.
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.
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.
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.
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.
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.
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.