summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applefdintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
-rw-r--r--src/devices/machine/applefdintf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp
index 97afd3aa5a4..1bb1007d6b8 100644
--- a/src/devices/machine/applefdintf.cpp
+++ b/src/devices/machine/applefdintf.cpp
@@ -23,6 +23,8 @@ void applefdintf_device::formats_525(format_registration &fr)
fr.add(FLOPPY_EDD_FORMAT);
fr.add(FLOPPY_WOZ_FORMAT);
fr.add(FLOPPY_NIB_FORMAT);
+
+ fr.add(fs::PRODOS);
}
void applefdintf_device::formats_35(format_registration &fr)