sidecartridge / atarist-sidecart-raspberry-pico

AtariST cartridge emulator based on Raspberry Pi Pico and RP2040
GNU General Public License v3.0
53 stars 4 forks source link

enhancement: Second floppy disk drive (B:) configuration #129

Closed danboid closed 1 day ago

danboid commented 4 weeks ago

Do you think it will be possible for sidecart to emulate a second (or third/fourth) floppy drive?

danboid commented 3 weeks ago

It seems it is not possible for the sidecart to emulate a cartridge and a hard disk simultaneously so I'd presume its not currently possible to emulate two floppy drives either.

Is/will it be possible to use one or both of the USB ports for a keyboard or mouse whilst emulating a disk or can it only emulate one device at a time regardless of its type?

danboid commented 3 weeks ago

I have just changed the title of this issue after looking through the sidecart config menu options and noticing that it does seem to support emulating 2 floppy drives, simultaneously? I've not tested using 2 floppies yet.

So the issue now seems to be that the "Emulate Floppy" menu should let you configure drive B in the same way it enables the user to pick an image via a list for drive A: rather than having to manually enter the filename for the image to load for drive B: the SidecarT config menu.

diegoparrilla commented 1 day ago

Implemented in v0.0.18