summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-10-18 16:50:34 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-10-19 12:01:28 +0100
commit45c3c9cf26fd3291095048de1ebcfc91a6927d84 (patch)
treebb7db484c1e47d8aec500dd5595ea50c9cede2c4
parent8b8096225d27ddc00fd80ec104f8b91f73ee6d25 (diff)
aa310: Added PC_FORMAT for PC Emulator (nw)
-rw-r--r--src/mame/drivers/aa310.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/aa310.cpp b/src/mame/drivers/aa310.cpp
index ba6aa80b829..a4386b1035e 100644
--- a/src/mame/drivers/aa310.cpp
+++ b/src/mame/drivers/aa310.cpp
@@ -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 )