summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2022-05-20 01:59:46 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2022-05-20 02:02:36 +0100
commitd586398ebaa1862f4d46d42784160315f3adeee1 (patch)
tree9458dde4109c230b591bd436eb1a277672e34e47
parent6e80edf3be0f788af0ab140c0e7e76dde8e28434 (diff)
bus/bbc/internal/cumana68k: Add default MFM floppy formats.
-rw-r--r--src/devices/bus/bbc/internal/cumana68k.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/internal/cumana68k.cpp b/src/devices/bus/bbc/internal/cumana68k.cpp
index 54bcb027534..19e71ee8692 100644
--- a/src/devices/bus/bbc/internal/cumana68k.cpp
+++ b/src/devices/bus/bbc/internal/cumana68k.cpp
@@ -47,6 +47,7 @@ void bbc_cumana68k_device::cumana68k_mem(address_map &map)
void bbc_cumana68k_device::floppy_formats(format_registration &fr)
{
+ fr.add_mfm_containers();
fr.add(FLOPPY_OS9_FORMAT);
}