summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/qubide.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/qubide.cpp')
-rw-r--r--src/devices/bus/ql/qubide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ql/qubide.cpp b/src/devices/bus/ql/qubide.cpp
index 3e8dbf70718..ed89421af3d 100644
--- a/src/devices/bus/ql/qubide.cpp
+++ b/src/devices/bus/ql/qubide.cpp
@@ -92,7 +92,7 @@ const tiny_rom_entry *qubide_device::device_rom_region() const
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( qubide_device::device_add_mconfig )
+MACHINE_CONFIG_START(qubide_device::device_add_mconfig)
MCFG_ATA_INTERFACE_ADD("ata", ata_devices, "hdd", nullptr, false)
MACHINE_CONFIG_END