summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/swiftlink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/swiftlink.cpp')
-rw-r--r--src/devices/bus/c64/swiftlink.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/devices/bus/c64/swiftlink.cpp b/src/devices/bus/c64/swiftlink.cpp
index 49ab285985b..7d7f65a62b3 100644
--- a/src/devices/bus/c64/swiftlink.cpp
+++ b/src/devices/bus/c64/swiftlink.cpp
@@ -35,10 +35,10 @@ DEFINE_DEVICE_TYPE(C64_SWIFTLINK, c64_swiftlink_cartridge_device, "c64_swiftlink
//-------------------------------------------------
-// MACHINE_CONFIG_START( c64_swiftlink )
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-static MACHINE_CONFIG_START( c64_swiftlink )
+MACHINE_CONFIG_MEMBER( c64_swiftlink_cartridge_device::device_add_mconfig )
MCFG_DEVICE_ADD(MOS6551_TAG, MOS6551, 0)
MCFG_MOS6551_XTAL(XTAL_3_6864MHz)
MCFG_MOS6551_IRQ_HANDLER(WRITELINE(c64_swiftlink_cartridge_device, acia_irq_w))
@@ -53,17 +53,6 @@ MACHINE_CONFIG_END
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor c64_swiftlink_cartridge_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( c64_swiftlink );
-}
-
-
-//-------------------------------------------------
// INPUT_PORTS( c64_swiftlink )
//-------------------------------------------------