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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/swiftlink.cpp b/src/devices/bus/c64/swiftlink.cpp
index 6a44246b6b0..eeaa9677568 100644
--- a/src/devices/bus/c64/swiftlink.cpp
+++ b/src/devices/bus/c64/swiftlink.cpp
@@ -31,7 +31,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_SWIFTLINK = &device_creator<c64_swiftlink_cartridge_device>;
+const device_type C64_SWIFTLINK = device_creator<c64_swiftlink_cartridge_device>;
//-------------------------------------------------