aa310: Added PC_FORMAT for PC Emulator (nw)

This commit is contained in:
Nigel Barnes 2017-10-18 16:50:34 +01:00
parent 8b8096225d
commit 45c3c9cf26

View File

@ -90,6 +90,7 @@
#include "formats/acorn_dsk.h"
#include "formats/apd_dsk.h"
#include "formats/jfd_dsk.h"
#include "formats/pc_dsk.h"
#include "machine/i2cmem.h"
#include "machine/ram.h"
#include "machine/wd_fdc.h"
@ -357,7 +358,8 @@ FLOPPY_FORMATS_MEMBER( aa310_state::floppy_formats )
FLOPPY_ACORN_ADFS_NEW_FORMAT,
FLOPPY_ACORN_ADFS_OLD_FORMAT,
FLOPPY_APD_FORMAT,
FLOPPY_JFD_FORMAT
FLOPPY_JFD_FORMAT,
FLOPPY_PC_FORMAT
FLOPPY_FORMATS_END
static SLOT_INTERFACE_START( aa310_floppies )