-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Support MAME's MFI disk image format #281
Comments
This is possible. It sounds like a flux image format that could represent many types of disk format. Are there example MFI images available containing known formats, for validating MFI support? |
I can at least format DD and HD versions in a emulation that I use commonly. Plus I can try to find the source for image format. |
If you can format an MFI image, attach one or two to this ticket. |
MFI_Example_Images.zip There are two versions of the Double Density and two versions of the High Density showing the two forms of disk formatting. Standard and then a slightly higher capacity layout to reduce the gaps down. |
Here is also a link to MAME/MESS's code for the MFI disk image. https://github.com/mamedev/mame/blob/master/src/lib/formats/mfi_dsk.cpp |
Here is a IBM Compatible formatted 720K and 1.44MB MFI disk images as well. |
Would it be possible to request support for MAME/MESS's MFI disk image format.
So that it would make it easier to import floppy disks for use with MAME and then after using MAME can then write the disk image back to real floppies.
The text was updated successfully, but these errors were encountered: