summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/dm9368.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/dm9368.cpp')
-rw-r--r--src/devices/video/dm9368.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/dm9368.cpp b/src/devices/video/dm9368.cpp
index 4b27a12da7d..8b06f49f81d 100644
--- a/src/devices/video/dm9368.cpp
+++ b/src/devices/video/dm9368.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITION
//**************************************************************************
-const device_type DM9368 = &device_creator<dm9368_device>;
+const device_type DM9368 = device_creator<dm9368_device>;