tomas-nestorovic / RIDE

Windows tool for low-level access to any floppy disks, and comfortable high-level access to some legacy filesystems (ZX Spectrum, MS-DOS, etc.).
https://nestorovic.hyperlink.cz/ride/html/index.html
56 stars 0 forks source link

Support for HDF disk images #47

Open tomas-nestorovic opened 4 years ago

tomas-nestorovic commented 4 years ago

Emulators which emulate hardware like for instance DivIDE, MB-03+ Ultimate, etc., use as a hard-disk image a HDF file. This file is virtually a raw image prepended with a thin header (full specification). Therefore, a new CHDF container should simply extend the existing CRawImage container.

Programs which already support HDF images are HDF Monkey or SamDisk, both open-source.