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