FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

PC Emulator: map SD folder as Floppy 1?

Open vitasam opened this issue 2 years ago • 4 comments

Hello, what about automatic mapping of selected folder from SD-card as a Floppy drive? (e.g in a similar way DosBox does)

vitasam avatar Oct 27 '22 06:10 vitasam

It's a good idea, I hope it will be doable.

badre2911 avatar Nov 28 '22 16:11 badre2911

You can already map a disk image from SD card as a floppy A: or B: (using Machine::setDriveImage() internally).

niutech avatar May 03 '23 10:05 niutech

I see. Although I meant the usual folder on the SD card (visible from a PC if you insert the card into the reader), rather than the image: Machine::setDriveImage(int drive, char const * filename, int cylinders, int heads, int sectors)

vitasam avatar May 07 '23 08:05 vitasam

As a workaround, you can mount the disk image file as a drive on a PC using OSFMount, ImDisk or Disk Image Mounter.

niutech avatar May 07 '23 09:05 niutech