summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/epic12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/epic12.cpp')
-rw-r--r--src/devices/video/epic12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/epic12.cpp b/src/devices/video/epic12.cpp
index bcf4e04ab18..68d1098abd5 100644
--- a/src/devices/video/epic12.cpp
+++ b/src/devices/video/epic12.cpp
@@ -7,7 +7,7 @@
-const device_type EPIC12 = &device_creator<epic12_device>;
+const device_type EPIC12 = device_creator<epic12_device>;
epic12_device::epic12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, EPIC12, "EP1C12 Blitter", tag, owner, clock, "epic12", __FILE__),