summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/cst_q_plus4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/cst_q_plus4.cpp')
-rw-r--r--src/devices/bus/ql/cst_q_plus4.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/ql/cst_q_plus4.cpp b/src/devices/bus/ql/cst_q_plus4.cpp
index 4de5675ba59..88fb8fdf3c7 100644
--- a/src/devices/bus/ql/cst_q_plus4.cpp
+++ b/src/devices/bus/ql/cst_q_plus4.cpp
@@ -47,10 +47,10 @@ const tiny_rom_entry *cst_q_plus4_device::device_rom_region() const
//-------------------------------------------------
-// MACHINE_CONFIG_START( cst_q_plus4 )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( cst_q_plus4 )
+MACHINE_CONFIG_MEMBER( cst_q_plus4_device::device_add_mconfig )
MCFG_DEVICE_ADD(MC6821_TAG, PIA6821, 0)
MCFG_QL_EXPANSION_SLOT_ADD("exp1", ql_expansion_cards, nullptr)
@@ -67,17 +67,6 @@ static MACHINE_CONFIG_START( cst_q_plus4 )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor cst_q_plus4_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( cst_q_plus4 );
-}
-
-
//**************************************************************************
// LIVE DEVICE