ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
148 stars 32 forks source link

Use real hardware floppy #246

Open Haggenti opened 2 days ago

Haggenti commented 2 days ago

It would be awesome : using real floppy as the drawbridge project does with winuae for amiga. Actually we are able to write DSK file to real floppy with dsktools.

But no emulator can use it. We are forced to "mount" a dsk image...

Thank you !

ColinPitrat commented 16 hours ago

This sounds like a fun idea but:

I may be missing some big advantage of relying on the hardware (or some big drawback of the dsk images). If so, please tell me.

Implementing such support shouldn't be super hard considering dsktools has some C code doing just that licensed under GPL. Actually, part of this code comes from Caprice in the first place so it should be very easy to reuse it.