summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocomn.cpp')
-rw-r--r--src/mame/video/decocomn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decocomn.cpp b/src/mame/video/decocomn.cpp
index 2911b589471..b9612e2ea4f 100644
--- a/src/mame/video/decocomn.cpp
+++ b/src/mame/video/decocomn.cpp
@@ -10,7 +10,7 @@
#include "video/decocomn.h"
-const device_type DECOCOMN = &device_creator<decocomn_device>;
+const device_type DECOCOMN = device_creator<decocomn_device>;
decocomn_device::decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, DECOCOMN, "DECO Common Video Functions", tag, owner, clock, "decocomn", __FILE__),