IPF
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 6: | Line 6: | ||
==Overview== | ==Overview== | ||
− | The Software Preservation Society (SoftPres, formerly known as CAPS, the Classical Amiga Preservation Society) have created their own (proprietary) hardware for dumping any kind of floppy disk from a standard PC floppy drive connected to the KryoFlux board. '''IPF''' ('''Interchangeable Preservation Format''') is their (closed) binary format, which stores raw hardware flux transition timings and is thus able to contain (almost) any encoding, sector format and [[copy protection]] that can be found in the wild. | + | The Software Preservation Society (SoftPres, formerly known as CAPS, the Classical Amiga Preservation Society) have created their own (proprietary) hardware for dumping any kind of floppy disk from a standard PC floppy drive connected to the [[KryoFlux]] board. '''IPF''' ('''Interchangeable Preservation Format''') is their (closed) binary format, which stores raw hardware flux transition timings and is thus able to contain (almost) any encoding, sector format and [[copy protection]] that can be found in the wild. |
== Identification == | == Identification == | ||
Line 12: | Line 12: | ||
==References== | ==References== | ||
− | * SoftPres [http://softpres.org | + | * SoftPres [http://softpres.org/ homepage] |
* Download of a (closed-source) library for reading IPF files [http://www.softpres.org/download here] | * Download of a (closed-source) library for reading IPF files [http://www.softpres.org/download here] | ||
* MESS implementation of an IPF [http://git.redump.net/mame/tree/src/lib/formats/ipf_dsk.c reader library] | * MESS implementation of an IPF [http://git.redump.net/mame/tree/src/lib/formats/ipf_dsk.c reader library] |
Revision as of 13:58, 8 November 2017
Overview
The Software Preservation Society (SoftPres, formerly known as CAPS, the Classical Amiga Preservation Society) have created their own (proprietary) hardware for dumping any kind of floppy disk from a standard PC floppy drive connected to the KryoFlux board. IPF (Interchangeable Preservation Format) is their (closed) binary format, which stores raw hardware flux transition timings and is thus able to contain (almost) any encoding, sector format and copy protection that can be found in the wild.
Identification
The documentation implies that IPF files start with "CAPS
" 0x00 0x00 0x00 0x0c
.
References
- SoftPres homepage
- Download of a (closed-source) library for reading IPF files here
- MESS implementation of an IPF reader library
- official IPF decoder source code here
- Keir's documentation on the IPF format here (part of his Disk Utilities software)
- IPF Documentation