summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tiki100/hdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tiki100/hdc.cpp')
-rw-r--r--src/devices/bus/tiki100/hdc.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/devices/bus/tiki100/hdc.cpp b/src/devices/bus/tiki100/hdc.cpp
index 555b7cc1166..b7bdbcad7fe 100644
--- a/src/devices/bus/tiki100/hdc.cpp
+++ b/src/devices/bus/tiki100/hdc.cpp
@@ -30,7 +30,7 @@ DEFINE_DEVICE_TYPE(TIKI100_HDC, tiki100_hdc_device, "tiki100_hdc", "TIKI-100 Win
// MACHINE_CONFIG_START( tiki100_hdc )
//-------------------------------------------------
-static MACHINE_CONFIG_START( tiki100_hdc )
+MACHINE_CONFIG_MEMBER( tiki100_hdc_device::device_add_mconfig )
MCFG_DEVICE_ADD(WD1010_TAG, WD2010, 5000000)
//MCFG_WD2010_OUT_INTRQ_CB()
MCFG_WD2010_IN_DRDY_CB(VCC)
@@ -44,17 +44,6 @@ static MACHINE_CONFIG_START( tiki100_hdc )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor tiki100_hdc_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( tiki100_hdc );
-}
-
-
//**************************************************************************
// LIVE DEVICE