trunk/src/mess/drivers/msx.c
| r32515 | r32516 | |
| 521 | 521 | #include "includes/msx.h" |
| 522 | 522 | #include "bus/centronics/covox.h" |
| 523 | 523 | #include "formats/dsk_dsk.h" |
| 524 | | #include "formats/dmk_dsk.h" |
| 525 | 524 | #include "machine/msx_matsushita.h" |
| 526 | 525 | #include "machine/msx_s1985.h" |
| 527 | 526 | #include "machine/msx_systemflags.h" |
| r32515 | r32516 | |
| 1259 | 1258 | MACHINE_CONFIG_END |
| 1260 | 1259 | |
| 1261 | 1260 | FLOPPY_FORMATS_MEMBER( msx_state::floppy_formats ) |
| 1262 | | FLOPPY_MSX_FORMAT, |
| 1263 | | FLOPPY_DMK_FORMAT |
| 1261 | FLOPPY_MSX_FORMAT |
| 1264 | 1262 | FLOPPY_FORMATS_END |
| 1265 | 1263 | |
| 1266 | 1264 | static SLOT_INTERFACE_START( msx_floppies ) |