trunk/src/mess/drivers/qx10.c
| r18986 | r18987 | |
| 42 | 42 | #include "machine/upd765.h" |
| 43 | 43 | #include "machine/ram.h" |
| 44 | 44 | #include "formats/mfi_dsk.h" |
| 45 | #include "formats/d88_dsk.h" |
| 46 | #include "formats/imd_dsk.h" |
| 45 | 47 | |
| 46 | 48 | #define MAIN_CLK 15974400 |
| 47 | 49 | |
| r18986 | r18987 | |
| 304 | 306 | */ |
| 305 | 307 | |
| 306 | 308 | static const floppy_format_type qx10_floppy_formats[] = { |
| 309 | FLOPPY_D88_FORMAT, |
| 310 | FLOPPY_IMD_FORMAT, |
| 307 | 311 | FLOPPY_MFI_FORMAT, |
| 308 | | NULL |
| 312 | NULL // TODO: TD0 format |
| 309 | 313 | }; |
| 310 | 314 | |
| 311 | 315 | static SLOT_INTERFACE_START( qx10_floppies ) |