summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/expbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/expbox.cpp')
-rw-r--r--src/devices/bus/comx35/expbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/expbox.cpp b/src/devices/bus/comx35/expbox.cpp
index 0ee42ff79db..51962fb2d39 100644
--- a/src/devices/bus/comx35/expbox.cpp
+++ b/src/devices/bus/comx35/expbox.cpp
@@ -66,7 +66,7 @@ Notes:
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type COMX_EB = &device_creator<comx_eb_device>;
+const device_type COMX_EB = device_creator<comx_eb_device>;
//-------------------------------------------------