summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ep64/exdos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ep64/exdos.cpp')
-rw-r--r--src/devices/bus/ep64/exdos.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/devices/bus/ep64/exdos.cpp b/src/devices/bus/ep64/exdos.cpp
index 3219b255477..d69858dc395 100644
--- a/src/devices/bus/ep64/exdos.cpp
+++ b/src/devices/bus/ep64/exdos.cpp
@@ -99,10 +99,10 @@ SLOT_INTERFACE_END
//-------------------------------------------------
-// MACHINE_CONFIG_START( ep64_exdos )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( ep64_exdos )
+MACHINE_CONFIG_MEMBER( ep64_exdos_device::device_add_mconfig )
MCFG_WD1770_ADD(WD1770_TAG, XTAL_8MHz)
MCFG_FLOPPY_DRIVE_ADD(WD1770_TAG":0", ep64_exdos_floppies, "35dd", ep64_exdos_device::floppy_formats)
@@ -112,18 +112,6 @@ static MACHINE_CONFIG_START( ep64_exdos )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor ep64_exdos_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( ep64_exdos );
-}
-
-
-
//**************************************************************************
// LIVE DEVICE
//**************************************************************************