summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/msm6255.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/msm6255.cpp')
-rw-r--r--src/devices/video/msm6255.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/msm6255.cpp b/src/devices/video/msm6255.cpp
index 10a5eb6e368..516dd8a0f12 100644
--- a/src/devices/video/msm6255.cpp
+++ b/src/devices/video/msm6255.cpp
@@ -52,7 +52,7 @@
//**************************************************************************
// device type definition
-const device_type MSM6255 = &device_creator<msm6255_device>;
+const device_type MSM6255 = device_creator<msm6255_device>;
// I/O map
DEVICE_ADDRESS_MAP_START( map, 8, msm6255_device )