Skip to content

konkotgit/ZX-Spectrum-FD-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZX Spectrum Floppy Disk Images

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.

Greaseweazle Device

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.

How to use

Opus Discovery

Writing a .opd disk image to floppy

  1. Place the diskdefs.cfg file into the main Greaseweazle directory.

  2. Change the filename extension from .opd to .img.

  3. Run the following command to write the image:

    gw write --diskdefs diskdefs.cfg --format zx.opus.sssd example.img

Creating a disk image

  1. Run the following command to read and create a disk image:

    gw read --diskdefs diskdefs.cfg --format zx.opus.sssd example.img
  2. Change the filename extension from .img to .opd.

MGT +D

Writing a .mgt disk image to floppy

  1. Place the diskdefs.cfg file into the main Greaseweazle directory.

  2. Run the following command to write the image:

    gw write --diskdefs diskdefs.cfg --format zx.plusd.dsdd example.mgt

Creating a disk image

  1. Run the following command to read and create a disk image:

    gw read --diskdefs diskdefs.cfg --format zx.plusd.dsdd example.mgt

+3DOS

Writing a .dsk disk image to floppy

  1. Run the following command to write the image:

    gw write example.dsk

Creating a disk image

  1. Place the diskdefs.cfg file into the main Greaseweazle directory.

  2. Run the following command to read and create a disk image:

    gw read --diskdefs diskdefs.cfg --format zx.3dos.sssd example.edsk
  3. Change the filename extension from .edsk to .dsk.

System Requirements

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.

Releases

No releases published

Packages

No packages published