Previous 199869 Revisions Next

r32516 Friday 3rd October, 2014 at 21:18:10 UTC by hap
fix compile
[src/mess/drivers]msx.c

trunk/src/mess/drivers/msx.c
r32515r32516
521521#include "includes/msx.h"
522522#include "bus/centronics/covox.h"
523523#include "formats/dsk_dsk.h"
524#include "formats/dmk_dsk.h"
525524#include "machine/msx_matsushita.h"
526525#include "machine/msx_s1985.h"
527526#include "machine/msx_systemflags.h"
r32515r32516
12591258MACHINE_CONFIG_END
12601259
12611260FLOPPY_FORMATS_MEMBER( msx_state::floppy_formats )
1262   FLOPPY_MSX_FORMAT,
1263   FLOPPY_DMK_FORMAT
1261   FLOPPY_MSX_FORMAT
12641262FLOPPY_FORMATS_END
12651263
12661264static SLOT_INTERFACE_START( msx_floppies )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team