Commit graph

3 commits

Author SHA1 Message Date
shattered
e36b181d77 Update to 1.3.8. Changes:
* New geometry type added: "extsurface", for discs where the sector
 numbers increase across both sides (eg: 1-9 on side 0, 10-18 on
 side 1).

* New backend: IMD (for files created by ImageDisk). Read/write
 support. Also has a built-in extra geometry probe, which may be worth
 pushing to other drivers (eg: DSK, TD0) that carry a similar amount
 of detail.
2015-08-26 21:29:42 +00:00
joerg
8edcc3882c Fix DESTDIR violation. 2014-09-10 12:14:57 +00:00
shattered
2663ce3aa0 Import libdsk-1.3.5 as emulators/libdsk.
LibDsk is a library intended to give transparent access to floppy
drives and to the "disc image files" used by emulators to represent
floppy drives. It currently supports the following disc image
formats:

- Raw "dd if=foo of=bar" images;
- Raw images in logical filesystem order;
- CPCEMU-format .DSK images (normal and extended);
- CFI-format disc images, as produced by FDCOPY.COM;
- ApriDisk-format disc images;
- NanoWasp-format disc images, used by the eponymous emulator;
- Yaze 'ydsk' disc images, created by the 'yaze' emulators;
- Disc images created by Teledisk and CopyQM (read only);
- The floppy drive under Linux.
2014-09-01 20:52:28 +00:00