Fixed Epson QX-10 floppy image types, images doesn't load tho ...

This commit is contained in:
Angelo Salese 2012-11-16 15:18:01 +00:00
parent 3976eb8144
commit 2523b1f17b

View File

@ -42,6 +42,8 @@
#include "machine/upd765.h"
#include "machine/ram.h"
#include "formats/mfi_dsk.h"
#include "formats/d88_dsk.h"
#include "formats/imd_dsk.h"
#define MAIN_CLK 15974400
@ -304,8 +306,10 @@ WRITE8_MEMBER( qx10_state::cmos_sel_w )
*/
static const floppy_format_type qx10_floppy_formats[] = {
FLOPPY_D88_FORMAT,
FLOPPY_IMD_FORMAT,
FLOPPY_MFI_FORMAT,
NULL
NULL // TODO: TD0 format
};
static SLOT_INTERFACE_START( qx10_floppies )