summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb/abckb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abckb/abckb.cpp')
-rw-r--r--src/devices/bus/abckb/abckb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abckb.cpp b/src/devices/bus/abckb/abckb.cpp
index 4c03c430df2..fd0478f54ef 100644
--- a/src/devices/bus/abckb/abckb.cpp
+++ b/src/devices/bus/abckb/abckb.cpp
@@ -16,7 +16,7 @@
//**************************************************************************
// device type definition
-const device_type ABC_KEYBOARD_PORT = &device_creator<abc_keyboard_port_device>;
+const device_type ABC_KEYBOARD_PORT = device_creator<abc_keyboard_port_device>;