BlueSCSI / BlueSCSI-v2

Open source, open hardware, SCSI emulator using the Pi Pico PR2040
https://bluescsi.com
GNU General Public License v3.0
225 stars 23 forks source link

ROM disk - seems to be fixed at floppy1.4 #33

Open z80micro-mc opened 1 year ago

z80micro-mc commented 1 year ago

I am attempting to create an MSDOS ROM disk.

I have an image of a 720k floppy which I have loaded onto the Pico. However, when I set 'Type = 3', it is reported as Floppy1.4 in the log file.

How do I generate / support a 720k disk?

Thanks

Peter

erichelgeson commented 1 year ago

Yes, looks like it's hard coded to a 1.4mb floppy - it should be possible to make a profile for a 720k floppy. Could you try to set it as a "removable" instead of a floppy? eg: start the file name with RE instead of FD.

I dont have any DOS computers with a SCSI card so I wont be able to test this (actually I do have a PC PCI card... have to see if i can put together a DOS machine)

erichelgeson commented 3 months ago

Just following up if you had a chance to try RE of 720k vs a FD - there really isn't much difference on the implemenation side besides product/vendor/id - and the FlexibleDiskDriveGeometry (which could need adjusting, I'd have to dig deeper into the spec).