summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/clm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/clm.cpp')
-rw-r--r--src/devices/bus/comx35/clm.cpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/devices/bus/comx35/clm.cpp b/src/devices/bus/comx35/clm.cpp
index a763a0d8d04..ad371e94f41 100644
--- a/src/devices/bus/comx35/clm.cpp
+++ b/src/devices/bus/comx35/clm.cpp
@@ -133,10 +133,10 @@ GFXDECODE_END
//-------------------------------------------------
-// MACHINE_CONFIG_START( comx_clm )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( comx_clm )
+MACHINE_CONFIG_MEMBER( comx_clm_device::device_add_mconfig )
MCFG_SCREEN_ADD_MONOCHROME(MC6845_SCREEN_TAG, RASTER, rgb_t::white())
MCFG_SCREEN_UPDATE_DEVICE(MC6845_TAG, mc6845_device, screen_update)
MCFG_SCREEN_SIZE(80*8, 24*8)
@@ -154,18 +154,6 @@ static MACHINE_CONFIG_START( comx_clm )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor comx_clm_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( comx_clm );
-}
-
-
-
//**************************************************************************
// LIVE DEVICE
//**************************************************************************