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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/beta.cpp b/src/mame/machine/beta.cpp
index 693e4c29488..42b92009bed 100644
--- a/src/mame/machine/beta.cpp
+++ b/src/mame/machine/beta.cpp
@@ -182,7 +182,7 @@ static SLOT_INTERFACE_START( beta_disk_floppies )
SLOT_INTERFACE( "drive3", FLOPPY_525_QD )
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( beta_disk )
+static MACHINE_CONFIG_START( beta_disk )
MCFG_KR1818VG93_ADD("wd179x", XTAL_8MHz / 8)
MCFG_FLOPPY_DRIVE_ADD("wd179x:0", beta_disk_floppies, "drive0", beta_disk_device::floppy_formats)
MCFG_FLOPPY_DRIVE_SOUND(true)