Would this also work for DOS floppies in DOSBox? That's something I'm trying to figure out for my dream emulation setup, where I'll be installing a Pi4 with SSD inside an Amiga 500 case. If it does, then it would be even more perfect
@RTSRetroTechShed2 жыл бұрын
You could try this: Plug in a (standard, unmodified) USB Floppy Drive (with a disk, preferably blank, already inserted) Open a CLI / Shell Window Run lsblk Identify the USB Floppy Drive, which may be something like "/media/pi/disk" Start DOSBox Use DOSBox mount command to mount the drive as A: via "MOUNT A /media/pi/disk -t floppy" Hope that helps :)