ADF (Amiga)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{ext|adf}}, {{ext|adz}} }} '''ADF''' ('''Amiga Disk File''') is a floppy disk image format for Amig...") |
Dexvertbot (Talk | contribs) m (→Sample files) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 10: | Line 10: | ||
== Disambiguation == | == Disambiguation == | ||
It seems that the term '''ADF''' is sometimes used generically to mean ''any'' Amiga floppy disk image format, or at least expanded to include certain other formats. | It seems that the term '''ADF''' is sometimes used generically to mean ''any'' Amiga floppy disk image format, or at least expanded to include certain other formats. | ||
+ | |||
+ | == Identification == | ||
+ | An ADF file normally begins with ASCII "{{magic|DOS}}", with the fourth byte ranging from 0x00 to 0x05. | ||
+ | |||
+ | == Related formats == | ||
+ | * [[OFS]] | ||
+ | * [[FFS]] | ||
+ | * [[Amiga double density disk]] | ||
== Software == | == Software == | ||
* [http://lclevy.free.fr/adflib/home.html ADFlib] | * [http://lclevy.free.fr/adflib/home.html ADFlib] | ||
** [http://lclevy.free.fr/adflib/unadf.html unADF] | ** [http://lclevy.free.fr/adflib/unadf.html unADF] | ||
+ | * FFS: [http://lallafa.de/blog/amiga-projects/amitools/ xdftool] | ||
+ | * OFS: [https://github.com/mist64/extract-adf extract-adf] | ||
+ | * [[The Unarchiver]] | ||
== Sample files == | == Sample files == | ||
* http://www.factor5.de/downloads.shtml | * http://www.factor5.de/downloads.shtml | ||
* http://www.imaginefa.com/tl_history_files/ADF/ | * http://www.imaginefa.com/tl_history_files/ADF/ | ||
+ | * [http://aminet.net/search?query=.adf Aminet search for .adf] | ||
+ | * {{DexvertSamples|archive/adfOFS}} | ||
+ | * {{DexvertSamples|archive/adfFFS}} | ||
== Links == | == Links == | ||
* [http://lclevy.free.fr/adflib/faq.html The .ADF FAQ] | * [http://lclevy.free.fr/adflib/faq.html The .ADF FAQ] | ||
* [http://wiki.classicamiga.com/ADF Classicamiga Wiki: ADF] | * [http://wiki.classicamiga.com/ADF Classicamiga Wiki: ADF] | ||
− | * [[Wikipedia:Amiga Disk File | + | * [[Wikipedia: Amiga Disk File]] |
+ | * [http://cortexamigafloppydrive.wordpress.com/ Transform the Gotek Floppy Emulator into an Amiga Floppy emulator] | ||
[[Category:Amiga]] | [[Category:Amiga]] |
Latest revision as of 04:37, 28 December 2023
ADF (Amiga Disk File) is a floppy disk image format for Amiga computers.
The .adz filename extension indicates that the file has been gzip-compressed.
Contents |
[edit] Disambiguation
It seems that the term ADF is sometimes used generically to mean any Amiga floppy disk image format, or at least expanded to include certain other formats.
[edit] Identification
An ADF file normally begins with ASCII "DOS
", with the fourth byte ranging from 0x00 to 0x05.
[edit] Related formats
[edit] Software
- ADFlib
- FFS: xdftool
- OFS: extract-adf
- The Unarchiver
[edit] Sample files
- http://www.factor5.de/downloads.shtml
- http://www.imaginefa.com/tl_history_files/ADF/
- Aminet search for .adf
- dexvert samples — archive/adfOFS
- dexvert samples — archive/adfFFS