summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adamnet/ddp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adamnet/ddp.cpp')
-rw-r--r--src/devices/bus/adamnet/ddp.cpp16
1 files changed, 3 insertions, 13 deletions
diff --git a/src/devices/bus/adamnet/ddp.cpp b/src/devices/bus/adamnet/ddp.cpp
index f900f27db88..a79721c7c17 100644
--- a/src/devices/bus/adamnet/ddp.cpp
+++ b/src/devices/bus/adamnet/ddp.cpp
@@ -76,11 +76,12 @@ static const struct CassetteOptions adam_cassette_options =
44100 /* sample frequency */
};
+
//-------------------------------------------------
-// MACHINE_DRIVER( adam_ddp )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( adam_ddp )
+MACHINE_CONFIG_MEMBER( adam_digital_data_pack_device::device_add_mconfig )
MCFG_CPU_ADD(M6801_TAG, M6801, XTAL_4MHz)
MCFG_CPU_PROGRAM_MAP(adam_ddp_mem)
MCFG_CPU_IO_MAP(adam_ddp_io)
@@ -99,17 +100,6 @@ static MACHINE_CONFIG_START( adam_ddp )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor adam_digital_data_pack_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( adam_ddp );
-}
-
-
//**************************************************************************
// LIVE DEVICE