Skip to content
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

Open
drencorxeen opened this issue Feb 10, 2023 · 6 comments
Open

Feature request: Support MAME's MFI disk image format #281

drencorxeen opened this issue Feb 10, 2023 · 6 comments

Comments

@drencorxeen
Copy link
Contributor

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.

@keirf
Copy link
Owner

keirf commented Feb 11, 2023

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?

@drencorxeen
Copy link
Contributor Author

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.

@keirf
Copy link
Owner

keirf commented Feb 11, 2023

If you can format an MFI image, attach one or two to this ticket.

@drencorxeen
Copy link
Contributor Author

drencorxeen commented Feb 11, 2023

MFI_Example_Images.zip
Here is both DD and HD examples of the MFI disk images.

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.

@drencorxeen
Copy link
Contributor Author

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

@drencorxeen
Copy link
Contributor Author

MFI_Examples_IBMPC.zip

Here is a IBM Compatible formatted 720K and 1.44MB MFI disk images as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants