summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/beta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/beta.cpp')
-rw-r--r--src/mame/machine/beta.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/machine/beta.cpp b/src/mame/machine/beta.cpp
index b4935bc213d..575b7d23c52 100644
--- a/src/mame/machine/beta.cpp
+++ b/src/mame/machine/beta.cpp
@@ -175,9 +175,10 @@ FLOPPY_FORMATS_MEMBER(beta_disk_device::floppy_formats)
FLOPPY_TRD_FORMAT
FLOPPY_FORMATS_END
-static SLOT_INTERFACE_START( beta_disk_floppies )
- SLOT_INTERFACE( "525qd", FLOPPY_525_QD )
-SLOT_INTERFACE_END
+static void beta_disk_floppies(device_slot_interface &device)
+{
+ device.option_add("525qd", FLOPPY_525_QD);
+}
ROM_START( beta_disk )