dirkwhoffmann / vAmiga

vAmiga is a user-friendly Amiga 500, 1000, 2000 emulator for macOS
https://dirkwhoffmann.github.io/vAmiga
Other
293 stars 24 forks source link

Using a folder as HDF #798

Closed warpdesign closed 5 months ago

warpdesign commented 11 months ago

Would be great to have the ability to use a folder as harddisk.

I know it's possible to use a folder as ADF, but its size is very limited.

dirkwhoffmann commented 5 months ago

I just did a small code review to see how much work it would be. It's not as easy as I thought, because the current code only supports the conversion of directories to file systems with the size of floppy disks (the size cannot just be increased because directory blocks, bitmap blocks etc. must all reside at specific locations).

Since utilities such as adftools already provide this functionality, I don't want to spend my own (limited) dev time on this project.