summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/newbrain/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/newbrain/exp.cpp')
-rw-r--r--src/devices/bus/newbrain/exp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/newbrain/exp.cpp b/src/devices/bus/newbrain/exp.cpp
index e83dd50266f..9e8c989e982 100644
--- a/src/devices/bus/newbrain/exp.cpp
+++ b/src/devices/bus/newbrain/exp.cpp
@@ -15,7 +15,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type NEWBRAIN_EXPANSION_SLOT = &device_creator<newbrain_expansion_slot_t>;
+const device_type NEWBRAIN_EXPANSION_SLOT = device_creator<newbrain_expansion_slot_t>;