summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/exp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/exp.cpp')
-rw-r--r--src/devices/bus/vic20/exp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/exp.cpp b/src/devices/bus/vic20/exp.cpp
index feacc8546c4..3757c2e0c92 100644
--- a/src/devices/bus/vic20/exp.cpp
+++ b/src/devices/bus/vic20/exp.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VIC20_EXPANSION_SLOT = &device_creator<vic20_expansion_slot_device>;
+const device_type VIC20_EXPANSION_SLOT = device_creator<vic20_expansion_slot_device>;