davidgiven / fluxengine

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

How can I add ibm.800 support? #761

Open too101 opened 1 month ago

too101 commented 1 month ago

This is from diskdefs.cfg from Greaseweazle.

disk ibm.800 cyls = 80 heads = 2 tracks * ibm.mfm secs = 10 bps = 512 gap3 = 30 rate = 250 end end

davidgiven commented 1 month ago

That looks like it's the same as the atari 800kB format. See https://github.com/davidgiven/fluxengine/blob/master/src/formats/atarist.textpb#L179. What platform uses it?

too101 commented 1 month ago

It use by DOS. 5.25 DSDD Disk can format to 800K. It has 800.COM TSR utility that allow reading 800K disk

Screenshot 2024-08-05 184400

too101 commented 1 month ago

diskdefs.cfg which included ibm.800 format https://github.com/keirf/greaseweazle/blob/master/src/greaseweazle/data/diskdefs.cfg

Yserra commented 2 weeks ago

simply use: atarist --800 (it's the same thing)

davidgiven commented 2 weeks ago

It's probably worth copying all of these to the IBM profile.