summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/4cga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/4cga.cpp')
-rw-r--r--src/devices/bus/vic20/4cga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/4cga.cpp b/src/devices/bus/vic20/4cga.cpp
index 2e7ebe550e9..ede850ed5be 100644
--- a/src/devices/bus/vic20/4cga.cpp
+++ b/src/devices/bus/vic20/4cga.cpp
@@ -18,7 +18,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_4CGA = &device_creator<c64_4cga_device>;
+const device_type C64_4CGA = device_creator<c64_4cga_device>;
static INPUT_PORTS_START( c64_4player )