logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tapeconv — Sinclair ZX Spectrum tape file converter

Author

       Philip Kendall (philip-fuse@shadowmagic.org.uk).

Version 1.4.3                                    1st July, 2018                                      tapeconv(1)

Bugs

       None known.

Description

       tapeconv converts between ZX Spectrum tape images.

Name

       tapeconv — Sinclair ZX Spectrum tape file converter

Options

       -a archiveinfoTZX
              causes the TZX supplied to be scanned for a Archive Info block containing author, year of  release
              etc. information about the file and then added to the output TZX.

       [ -b ] causes  the  output TZX to be stripped of any concatenation blocks that get created when appending
              TZX files.

       [ -s SCRloadingscreen ]
              causes the supplied .scr format file to be attached to the TZX as a Custom Info block marked as  a
              loading screen.

       [ -i JPGorGIFinlayimage ]
              causes  the  supplied  .gif  or  .jpg format file to be attached to the TZX as a Custom Info block
              marked as a cassette inlay.

       -h, --help
              give brief usage help, listing available options.

       -V, --version
              output version information.

       infile specifies the tape file to be converted. This file can be in any of the tape formats supported  by
              libspectrum(3).

       outfile
              specifies  the output tape file. The format will be determined by the file extension and can be in
              any of the formats libspectrum(3) supports for output.

See Also

fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), tape2pulses(1) tape2wav(1) tzxlist(1)

       The comp.sys.sinclair Spectrum FAQ, at
       http://www.worldofspectrum.org/faq/index.html.

Synopsis

tapeconv  [  -a  archiveinfoTZX ] [ -b ] [ -s SCRloadingscreen ] [ -i JPGorGIFinlayimage ] infileoutfile

See Also