TAP (Oric)
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 15: | Line 15: | ||
== Specifications == | == Specifications == | ||
* [https://github.com/DJChloe/taptap/blob/master/Tape%20format%20documentation/Oric%20tap%20file%20format.pdf Oric Tape Format] | * [https://github.com/DJChloe/taptap/blob/master/Tape%20format%20documentation/Oric%20tap%20file%20format.pdf Oric Tape Format] | ||
| + | * [{{DexvertbinblobURL|vibeExtract/oricTape/oricTape.txt}} vibeExtract:oricTape/oricTape.txt] | ||
== Software == | == Software == | ||
* [https://github.com/DJChloe/taptap taptap] | * [https://github.com/DJChloe/taptap taptap] | ||
| + | * [{{DexvertbintreeURL|vibeExtract/oricTape}} vibeExtract:oricTape] | ||
== Sample files == | == Sample files == | ||
* http://oric-soft.bedroomlan.org/files/TAPES/ | * http://oric-soft.bedroomlan.org/files/TAPES/ | ||
| − | * | + | * {{DexvertSamples|archive/oricTape}} |
== Links == | == Links == | ||
Latest revision as of 18:28, 24 July 2026
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.