mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
aa310: Added PC_FORMAT for PC Emulator (nw)
This commit is contained in:
parent
8b8096225d
commit
45c3c9cf26
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user