summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/reu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/reu.cpp')
-rw-r--r--src/devices/bus/c64/reu.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/c64/reu.cpp b/src/devices/bus/c64/reu.cpp
index 4dbdf3b2e88..01b371392c7 100644
--- a/src/devices/bus/c64/reu.cpp
+++ b/src/devices/bus/c64/reu.cpp
@@ -28,10 +28,10 @@ DEFINE_DEVICE_TYPE(C64_REU1764, c64_reu1764_cartridge_device, "c64_1764reu", "17
//-------------------------------------------------
-// MACHINE_CONFIG_START( c64_reu )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( c64_reu )
+MACHINE_CONFIG_MEMBER( c64_reu_cartridge_device::device_add_mconfig )
MCFG_MOS8726_ADD(MOS8726R1_TAG)
MCFG_GENERIC_SOCKET_ADD("rom", generic_linear_slot, nullptr)
@@ -39,17 +39,6 @@ static MACHINE_CONFIG_START( c64_reu )
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor c64_reu_cartridge_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( c64_reu );
-}
-
-
//**************************************************************************
// LIVE DEVICE