summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_hd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/990_hd.cpp')
-rw-r--r--src/devices/bus/ti99x/990_hd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99x/990_hd.cpp b/src/devices/bus/ti99x/990_hd.cpp
index 9c2ce32ae51..9bfef6e075b 100644
--- a/src/devices/bus/ti99x/990_hd.cpp
+++ b/src/devices/bus/ti99x/990_hd.cpp
@@ -1002,7 +1002,7 @@ void ti990_hdc_device::device_start()
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( ti990_hdc_device::device_add_mconfig )
+MACHINE_CONFIG_START(ti990_hdc_device::device_add_mconfig)
MCFG_HARDDISK_ADD( "harddisk1" )
MCFG_HARDDISK_LOAD(ti990_hdc_device, ti990_hd)
MCFG_HARDDISK_UNLOAD(ti990_hdc_device, ti990_hd)