keirf / flashfloppy

Floppy drive emulator for Gotek hardware
Other
1.35k stars 195 forks source link

Regarding the Size of Image Files #940

Open bodong001 opened 1 month ago

bodong001 commented 1 month ago

How to achieve a legitimate 2.88M image file on the emulator? I changed the file format to 2.88M in the WinImage tool and obtained an image file, but the emulator does not support it!, May I ask how to obtain a larger image file?

keirf commented 1 month ago

What is the exact byte length of your 2.88M IMG file? Can you share it?

WinImage can do many other image types than floppy images, and some of those have IMG extension too!

In short, 2.88M IMG floppy image file should "just work", at least with out-of-the-box FlashFloppy configuration.

philpem commented 1 month ago

Are you creating the image from scratch? Did you save the image as a .IMA file, or a .IMZ?

.IMZ is compressed and won't be readable by Flashfloppy. You need .IMA, which is a raw sector image.

You should also configure Flashfloppy (in FF.CFG) - the details are in the default, but you want PC style drive interfacing and the host machine type set to PC. That configures how Flashfloppy interprets raw sector images like IMA files.