summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbmiec/cmdhd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbmiec/cmdhd.cpp')
-rw-r--r--src/devices/bus/cbmiec/cmdhd.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/cbmiec/cmdhd.cpp b/src/devices/bus/cbmiec/cmdhd.cpp
index 26d91a44cbf..41c1c86a54d 100644
--- a/src/devices/bus/cbmiec/cmdhd.cpp
+++ b/src/devices/bus/cbmiec/cmdhd.cpp
@@ -73,10 +73,10 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_DRIVER( cmd_hd )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( cmd_hd )
+MACHINE_CONFIG_MEMBER( cmd_hd_device::device_add_mconfig )
MCFG_CPU_ADD(M6502_TAG, M6502, 2000000)
MCFG_CPU_PROGRAM_MAP(cmd_hd_mem)
@@ -90,17 +90,6 @@ static MACHINE_CONFIG_START( cmd_hd )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor cmd_hd_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( cmd_hd );
-}
-
-
//**************************************************************************
// LIVE DEVICE