On 9/7/15 8:01 AM, Al Kossow wrote:
On 9/6/15 2:18 PM, Josh Dersch wrote:

Lots of other disks to look through but it's a pain to get them written out; one of those HxC floppy drive emulators is looking rather nice right now :).


you might want to see if http://bitsavers.org/bits/Xerox/8010/extractXeroxFloppy.zip can be adapted to the 5" format




Cool, I didn't know of that tool's existence. From the code, it looks like 5.25" formats may already work:

switch(sectors)
{
    ...
    case 9: sectorsT0 = 16;  /* 5.25 inch 360k */
    ...
}

I'll have to play with it when I have a few minutes...

Thanks!
Josh

Reply via email to