TAP (Oric)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{noext}}, others }} '''TAP''', or '''Oric Tape Format''', is a tape image file format associated wi...") |
m (→Sample files) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
− | |extensions={{noext}}, others | + | |extensions={{noext}}, {{ext|tap}}, others |
}} | }} | ||
'''TAP''', or '''Oric Tape Format''', is a tape image file format associated with the Oric 8-bit home computer system. | '''TAP''', or '''Oric Tape Format''', is a tape image file format associated with the Oric 8-bit home computer system. | ||
+ | |||
+ | For the case where TAP is used as a graphics container format, see [[Oric HIRES screen]]. | ||
+ | |||
+ | See also [[DSK (Oric)]]. | ||
== Identification == | == Identification == | ||
− | Documentation says that files begin with some number (N) of bytes of value 0x16, followed by 0x24, where N is usually at least 8. But in actual files, N is observed to be 3. | + | Documentation says that files begin with some number (N) of bytes of value 0x16, followed by 0x24, where N is usually at least 8. But in actual files, N is observed to be 3 or 4. |
== Specifications == | == Specifications == | ||
Line 17: | Line 21: | ||
== Sample files == | == Sample files == | ||
* http://oric-soft.bedroomlan.org/files/TAPES/ | * http://oric-soft.bedroomlan.org/files/TAPES/ | ||
+ | * {{DexvertSamples|archive/oricTape}} | ||
== Links == | == Links == | ||
* [[Wikipedia: Oric]] | * [[Wikipedia: Oric]] | ||
+ | |||
+ | [[Category:Oric]] |
Latest revision as of 20:12, 16 February 2024
TAP, or Oric Tape Format, is a tape image file format associated with the Oric 8-bit home computer system.
For the case where TAP is used as a graphics container format, see Oric HIRES screen.
See also DSK (Oric).
Contents |
[edit] Identification
Documentation says that files begin with some number (N) of bytes of value 0x16, followed by 0x24, where N is usually at least 8. But in actual files, N is observed to be 3 or 4.