summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applefdintf.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2024-02-10 15:43:08 -0500
committer AJR <ajrhacker@users.noreply.github.com>2024-02-10 15:45:44 -0500
commite0a3eeda12de8bc1f5217c939e2d02e06325d22e (patch)
tree2d4a1f4542abe321835f634c1ae060b608fd567b /src/devices/machine/applefdintf.cpp
parentda06d70a8cae8447e99d0327bab2a468008799c9 (diff)
apple2, etc.: Add ProDOS filesystem where applicable
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)