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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/swiftlink.cpp b/src/devices/bus/c64/swiftlink.cpp
index a59c65d5048..49ab285985b 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_FRAGMENT( c64_swiftlink )
+// MACHINE_CONFIG_START( c64_swiftlink )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( c64_swiftlink )
+static MACHINE_CONFIG_START( c64_swiftlink )
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))