TAP (ZX Spectrum)
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
| Line 18: | Line 18: | ||
* [https://github.com/digwuren/redis Redis] (Java source) | * [https://github.com/digwuren/redis Redis] (Java source) | ||
* [http://fuse-emulator.sourceforge.net/ fuse-utils + libspectrum] (tapeconv, tzxlist) - Can convert TAP files or list their contents, but cannot extract files from them. | * [http://fuse-emulator.sourceforge.net/ fuse-utils + libspectrum] (tapeconv, tzxlist) - Can convert TAP files or list their contents, but cannot extract files from them. | ||
| + | * [http://www.seasip.info/ZX/unix.html taptools] - Can create TAP files and extract their contents. | ||
== Sample files == | == Sample files == | ||
Revision as of 19:10, 15 October 2013
TAP is a tape image format supported by some emulators of the ZX Spectrum computer.
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.