Tap file
Dan Tobias (Talk | contribs) (→Format documentation: Use archive link; original doesn't seem to work) |
|||
Line 16: | Line 16: | ||
== Format documentation == | == Format documentation == | ||
− | * [http://c64tapes.org/dokuwiki/doku.php?id=analyzing_loaders#tap_format Tap format (c64tapes.org)] | + | * [https://web.archive.org/web/20180709173001/http://c64tapes.org/dokuwiki/doku.php?id=analyzing_loaders#tap_format Tap format (c64tapes.org)] |
== Software == | == Software == |
Revision as of 18:19, 10 April 2021
- This is the Commodore version of a Tap file. For more "TAP" formats, see TAP.
A Tap file encodes the series of pulses used to store data on a Commodore data cassette, capturing the cassette contents at a level of abstraction intermediate between the raw waves (as might be captured in an audio file format) and the data bytes that are stored via the cassette pulses (which might be saved into an application-specific file such as a Commodore 64 binary executable or a Commodore BASIC tokenized file).
The file contains a series of bytes giving the length of each pulse (measured as the time interval between two successive negative edges of the square wave), expressed as the number of microseconds multiplied by 0.123156, rounded to an integer value from 0 to 255.
Contents |
Identification
At least some Tap files begin with the ASCII string "C64-TAPE-RAW
" or "C16-TAPE-RAW
".
Format documentation
Software
Sample files
- ftp://ftp.cbm8bit.com/books_mags_disks-tapes/commodore-format/tapes/
- ftp://ftp.cbm8bit.com/books_mags_disks-tapes/64-tape-computing/