1
0
mirror of https://github.com/simh/simh.git synced 2026-02-15 20:27:40 +00:00
Files
simh.simh/sim_scsi.c
Seth Morabito c73a497fd2 SCSI: Add some QIC tape reading support
These changes were merged from the 3b2-700 commit into the SCSI code here

Comments thoughts from Mark Pizzolato:
- This logic will work only with some archived QIC tape images that
  happen to contain only 512 byte records.  According to the master
  archiver (Al Kossow) QIC tapes have been archived with varying
  record sizes which are multiples of 512 bytes.  The logic in sim_scsi
  should handle reading 512 byte chunks from logical tape records
  which are multiples of that size.  This logic does not do that.
2022-11-06 16:41:24 -10:00

63 KiB