summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bml3/bml3mp1805.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bml3/bml3mp1805.cpp')
-rw-r--r--src/devices/bus/bml3/bml3mp1805.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/bml3/bml3mp1805.cpp b/src/devices/bus/bml3/bml3mp1805.cpp
index 663489f2cda..a08c8312cfc 100644
--- a/src/devices/bus/bml3/bml3mp1805.cpp
+++ b/src/devices/bus/bml3/bml3mp1805.cpp
@@ -6,6 +6,7 @@
Hitachi MP-1805 floppy disk controller card for the MB-6890
Floppy drive is attached
+ TODO: fix crash when a floppy is mounted
*********************************************************************/
@@ -55,6 +56,7 @@ void bml3bus_mp1805_device::device_add_mconfig(machine_config &config)
FLOPPY_CONNECTOR(config, m_floppy[1], floppy_drives, nullptr, floppy_image_device::default_mfm_floppy_formats).enable_sound(true);
FLOPPY_CONNECTOR(config, m_floppy[2], floppy_drives, nullptr, floppy_image_device::default_mfm_floppy_formats).enable_sound(true);
FLOPPY_CONNECTOR(config, m_floppy[3], floppy_drives, nullptr, floppy_image_device::default_mfm_floppy_formats).enable_sound(true);
+ SOFTWARE_LIST(config, "flop_list").set_original("bml3_flop").set_filter("3");
}
//-------------------------------------------------