picosonic / bbc-fdc

Floppy disk interface for Raspberry Pi
MIT License
243 stars 22 forks source link

hfe support #18

Closed PeterBBCUser closed 3 years ago

PeterBBCUser commented 3 years ago

Is it possible to support hfe file types as that format is more useful than fsd, especial if you have a flashfloppy drive emulator and for any type of copy protected discs that you may want to copy with it, as fsd's are not supported by flashfloppy Thanks, Peter.

picosonic commented 3 years ago

I’m currently working on adding .SCP SuperCard Pro write support. But will certainly consider other formats if there is interest.

There may be existing tools to convert between .SCP and other raw formats.

PeterBBCUser commented 3 years ago

yes HxCFloppyEmulator will let you save it in other formats and it does support .SCP (and many other formats) which meant I will then be able to export it as .HFE with that tool. Thanks.

picosonic commented 3 years ago

I'll close this issue for now, as it's already covered by issue #4