From bb378f4f8e4f982e3793ebda626ece7c8effeeb7 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Thu, 28 Apr 2011 17:49:17 +0000 Subject: [PATCH] Added 3.5" ED floppy drive type. [Curt Coder] --- src/emu/imagedev/flopdrv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/imagedev/flopdrv.h b/src/emu/imagedev/flopdrv.h index 7f9d8efb80f..4a8303e57c6 100644 --- a/src/emu/imagedev/flopdrv.h +++ b/src/emu/imagedev/flopdrv.h @@ -29,6 +29,7 @@ #define FLOPPY_STANDARD_3_DSDD { FLOPPY_DRIVE_3_INCH, 2, 42, FLOPPY_DRIVE_DD } #define FLOPPY_STANDARD_3_5_DSDD { FLOPPY_DRIVE_3_5_INCH, 2, 83, FLOPPY_DRIVE_DD } #define FLOPPY_STANDARD_3_5_DSHD { FLOPPY_DRIVE_3_5_INCH, 2, 83, FLOPPY_DRIVE_HD } +#define FLOPPY_STANDARD_3_5_DSED { FLOPPY_DRIVE_3_5_INCH, 2, 83, FLOPPY_DRIVE_ED } #define FLOPPY_STANDARD_5_25_SSSD_35 { FLOPPY_DRIVE_5_25_INCH, 1, 37, FLOPPY_DRIVE_SD } #define FLOPPY_STANDARD_5_25_DSSD_35 { FLOPPY_DRIVE_5_25_INCH, 2, 37, FLOPPY_DRIVE_SD } #define FLOPPY_STANDARD_5_25_SSSD { FLOPPY_DRIVE_5_25_INCH, 1, 42, FLOPPY_DRIVE_SD }