TAP (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|tap}} | |extensions={{ext|tap}} | ||
}} | }} | ||
− | '''TAP''' is a tape image format supported by some emulators of the ZX Spectrum computer. | + | '''TAP''' is a tape image format supported by some emulators of the ZX Spectrum computer. It's distinct from the Commodore [[Tap file]]. |
== See also == | == See also == |
Revision as of 23:25, 15 October 2013
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
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.