summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/plus4/c1551.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/plus4/c1551.cpp')
-rw-r--r--src/devices/bus/plus4/c1551.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/plus4/c1551.cpp b/src/devices/bus/plus4/c1551.cpp
index e0d19426a47..208337fec4a 100644
--- a/src/devices/bus/plus4/c1551.cpp
+++ b/src/devices/bus/plus4/c1551.cpp
@@ -27,7 +27,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C1551 = &device_creator<c1551_t>;
+const device_type C1551 = device_creator<c1551_t>;
//-------------------------------------------------