summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/userport/userport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/userport/userport.cpp')
-rw-r--r--src/devices/bus/bbc/userport/userport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/userport/userport.cpp b/src/devices/bus/bbc/userport/userport.cpp
index f466c84a395..ed6858a20a6 100644
--- a/src/devices/bus/bbc/userport/userport.cpp
+++ b/src/devices/bus/bbc/userport/userport.cpp
@@ -14,7 +14,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type BBC_USERPORT_SLOT = &device_creator<bbc_userport_device>;
+const device_type BBC_USERPORT_SLOT = device_creator<bbc_userport_device>;