summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/vic1210.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/vic1210.cpp')
-rw-r--r--src/devices/bus/vic20/vic1210.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/vic1210.cpp b/src/devices/bus/vic20/vic1210.cpp
index 039c5b25699..b28cb42aa78 100644
--- a/src/devices/bus/vic20/vic1210.cpp
+++ b/src/devices/bus/vic20/vic1210.cpp
@@ -16,7 +16,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VIC1210 = &device_creator<vic1210_device>;
+const device_type VIC1210 = device_creator<vic1210_device>;