summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/imi7000/imi5000h.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/imi7000/imi5000h.cpp')
-rw-r--r--src/devices/bus/imi7000/imi5000h.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/imi7000/imi5000h.cpp b/src/devices/bus/imi7000/imi5000h.cpp
index c9465c32b6b..a2b2c582984 100644
--- a/src/devices/bus/imi7000/imi5000h.cpp
+++ b/src/devices/bus/imi7000/imi5000h.cpp
@@ -337,10 +337,10 @@ WRITE8_MEMBER( imi5000h_device::pio3_pb_w )
}
//-------------------------------------------------
-// MACHINE_DRIVER( imi5000h )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( imi5000h )
+MACHINE_CONFIG_MEMBER( imi5000h_device::device_add_mconfig )
MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_8MHz/2)
MCFG_Z80_DAISY_CHAIN(z80_daisy_chain)
MCFG_CPU_PROGRAM_MAP(imi5000h_mem)
@@ -382,17 +382,6 @@ MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor imi5000h_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( imi5000h );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( imi5000h )
//-------------------------------------------------