fix compile

This commit is contained in:
Michaël Banaan Ananas 2014-10-03 21:18:10 +00:00
parent 6671452664
commit 64f73d0985

View File

@ -521,7 +521,6 @@ PCB Layouts missing
#include "includes/msx.h"
#include "bus/centronics/covox.h"
#include "formats/dsk_dsk.h"
#include "formats/dmk_dsk.h"
#include "machine/msx_matsushita.h"
#include "machine/msx_s1985.h"
#include "machine/msx_systemflags.h"
@ -1259,8 +1258,7 @@ static MACHINE_CONFIG_FRAGMENT( msx2_floplist )
MACHINE_CONFIG_END
FLOPPY_FORMATS_MEMBER( msx_state::floppy_formats )
FLOPPY_MSX_FORMAT,
FLOPPY_DMK_FORMAT
FLOPPY_MSX_FORMAT
FLOPPY_FORMATS_END
static SLOT_INTERFACE_START( msx_floppies )