summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sonydriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sonydriv.cpp')
-rw-r--r--src/devices/machine/sonydriv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/machine/sonydriv.cpp b/src/devices/machine/sonydriv.cpp
index c18b6429ae0..f6f1a604648 100644
--- a/src/devices/machine/sonydriv.cpp
+++ b/src/devices/machine/sonydriv.cpp
@@ -578,3 +578,9 @@ void sonydriv_floppy_image_device::call_unload()
legacy_floppy_image_device::call_unload();
}
+
+void sonydriv_floppy_image_device::legacy_2_drives_add(machine_config &mconfig, const floppy_interface *config)
+{
+ FLOPPY_SONY(mconfig, FLOPPY_0).set_floppy_config(config);
+ FLOPPY_SONY(mconfig, FLOPPY_1).set_floppy_config(config);
+}