
After a week spent hacking around, I finally got the FAT driver working with the HxC, so I can list files on the SD card !
Now to write the software around that (I need to get write support working...)
For information, I used this FAT driver : http://elm-chan.org/fsw/ff/00index_p.html. My code currently takes 8 kilobytes, so it may be useful for other memory-constrained computers.
However, I have encountered a little problem : I can read fine (both from SD and floppy image) ; but I can't write if my real 5.25" drive is powered off (but still plugged to the floppy cable). I'll try unplugging it to see if it is better, but do you have any idea where this comes from ? It's strange because the MO5 thinks the data is written (no error), but when reading back, it's all gone...