This repository contains disk images for ZX Spectrum floppy disk drives. These images are prepared for use with the Gotek floppy emulator running FlashFloppy firmware.
For those using the Greaseweazle device, disk definition (diskdef) files are included in this repository. These files contain the disk definitions needed to create proper disk images.
-
Place the
diskdefs.cfg
file into the main Greaseweazle directory. -
Change the filename extension from
.opd
to.img
. -
Run the following command to write the image:
gw write --diskdefs diskdefs.cfg --format zx.opus.sssd example.img
-
Run the following command to read and create a disk image:
gw read --diskdefs diskdefs.cfg --format zx.opus.sssd example.img
-
Change the filename extension from
.img
to.opd
.
-
Place the
diskdefs.cfg
file into the main Greaseweazle directory. -
Run the following command to write the image:
gw write --diskdefs diskdefs.cfg --format zx.plusd.dsdd example.mgt
-
Run the following command to read and create a disk image:
gw read --diskdefs diskdefs.cfg --format zx.plusd.dsdd example.mgt
-
Run the following command to write the image:
gw write example.dsk
-
Place the
diskdefs.cfg
file into the main Greaseweazle directory. -
Run the following command to read and create a disk image:
gw read --diskdefs diskdefs.cfg --format zx.3dos.sssd example.edsk
-
Change the filename extension from
.edsk
to.dsk
.
Some floppy disk interfaces may require a system on disk to function correctly. The disk images in this repository include the necessary system files to ensure proper operation.