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