Set of small tools to handle tape image files under Unix.
All of the (c) 2014 Johnny Billquist (bqt@softjar.se)


tpr - read from physical tape to disk image
tpw - write from disk image to physical tape
tpc - copy/convert disk image
tpx - examine/verify disk image

Programs try to autodetect disk image format, but you can explicitly
tell what format to use with:
-2   .tpc image format (2 byte record lengths)
-4   .tap image format (4 byte record lengths)

For tpc, each file format needs to be specified before the respective filename.
