ADF (Amiga)
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (→Sample files) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
The '''.adz''' filename extension indicates that the file has been [[gzip]]-compressed. | The '''.adz''' filename extension indicates that the file has been [[gzip]]-compressed. | ||
− | |||
− | |||
== Disambiguation == | == Disambiguation == | ||
Line 15: | Line 13: | ||
== Identification == | == Identification == | ||
An ADF file normally begins with ASCII "{{magic|DOS}}", with the fourth byte ranging from 0x00 to 0x05. | 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]] |
* [http://cortexamigafloppydrive.wordpress.com/ Transform the Gotek Floppy Emulator into an Amiga Floppy emulator] | * [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