davidgiven / fluxengine

PSOC5 floppy disk imaging interface
MIT License
353 stars 68 forks source link

Writing Apple II disks #558

Open abcbarryn opened 2 years ago

abcbarryn commented 2 years ago

Is it possible to load and write an Apple II disk image in nib format? If not, how hard do you think it will be to add support for that?

davidgiven commented 2 years ago

I don't actually know nib format. I assume this is a half-baked format, where the data is decoded into bits but not actually broken down into sectors? That would need some internal redesign to implement, but would probably be worth it. Do you have a reference?