summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-08-22 22:01:22 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-08-24 12:59:29 +0100
commitd502c80e04be4b80c5c032a0a47065aca4b9b6ff (patch)
treea8ab0d068af4d554166a9a877fbe3cb51dc8fb51
parent8f275207673fbab418878da0e8cfcc3940b35133 (diff)
floppy: Added FLOPPY_HFE_FORMAT to default_floppy_formats.
-rw-r--r--src/devices/imagedev/floppy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index 936aaf33314..e1b7361a597 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -119,6 +119,7 @@ DEFINE_DEVICE_TYPE(IBM_6360, ibm_6360, "ibm_6360", "IBM 6360 8\" single-sided si
const floppy_format_type floppy_image_device::default_floppy_formats[] = {
FLOPPY_D88_FORMAT,
FLOPPY_DFI_FORMAT,
+ FLOPPY_HFE_FORMAT,
FLOPPY_IMD_FORMAT,
FLOPPY_IPF_FORMAT,
FLOPPY_MFI_FORMAT,