TAP (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
DavidBoddie (Talk | contribs) |
||
Line 14: | Line 14: | ||
== Specifications == | == Specifications == | ||
− | * [http://www.zxmodules.de/fileformats/tapformat.html TAP- and BLK tape format] | + | * [http://web.archive.org/web/20110711141601/http://www.zxmodules.de/fileformats/tapformat.html TAP- and BLK tape format] (incomplete archive.org copy) |
== Software == | == Software == |
Revision as of 13:22, 22 February 2017
TAP is a tape image format supported by some emulators of the ZX Spectrum computer. It's distinct from the Commodore Tap file.
Contents |
See also
Identification
Files usually begin with bytes 0x13 0x00 0x00
.
Specifications
- TAP- and BLK tape format (incomplete archive.org copy)
Software
- Redis (Java source)
- fuse-utils + libspectrum (tapeconv, tzxlist) - Can convert TAP files or list their contents, but cannot extract files from them.
- taptools - Can create TAP files and extract their contents.