summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/djdma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/djdma.cpp')
-rw-r--r--src/devices/bus/s100/djdma.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/s100/djdma.cpp b/src/devices/bus/s100/djdma.cpp
index 9ed51ac68ad..ebe43123e60 100644
--- a/src/devices/bus/s100/djdma.cpp
+++ b/src/devices/bus/s100/djdma.cpp
@@ -73,27 +73,16 @@ ADDRESS_MAP_END
//-------------------------------------------------
-// MACHINE_CONFIG_START( s100_djdma )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( s100_djdma )
+MACHINE_CONFIG_MEMBER( s100_djdma_device::device_add_mconfig )
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz)
MCFG_CPU_PROGRAM_MAP(djdma_mem)
MCFG_CPU_IO_MAP(djdma_io)
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor s100_djdma_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( s100_djdma );
-}
-
-
//**************************************************************************
// LIVE DEVICE