TAP (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
DavidBoddie (Talk | contribs) |
m (Add Kaitai Struct schema) |
||
Line 4: | Line 4: | ||
|extensions={{ext|tap}} | |extensions={{ext|tap}} | ||
|pronom={{PRONOM|fmt/801}} | |pronom={{PRONOM|fmt/801}} | ||
+ | |kaitai struct=zx_spectrum_tap | ||
}} | }} | ||
'''TAP''' is a tape image format supported by some emulators of the ZX Spectrum computer. It's distinct from the Commodore [[Tap file]]. | '''TAP''' is a tape image format supported by some emulators of the ZX Spectrum computer. It's distinct from the Commodore [[Tap file]]. |
Latest revision as of 17:44, 26 December 2024
TAP is a tape image format supported by some emulators of the ZX Spectrum computer. It's distinct from the Commodore Tap file.
Contents |
[edit] See also
[edit] Identification
Files usually begin with bytes 0x13 0x00 0x00
.
[edit] Specifications
- TAP- and BLK tape format (incomplete archive.org copy)
[edit] 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.