summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/msm5205.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/msm5205.cpp')
-rw-r--r--src/devices/sound/msm5205.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/msm5205.cpp b/src/devices/sound/msm5205.cpp
index 9d84cae1dd4..c182787594a 100644
--- a/src/devices/sound/msm5205.cpp
+++ b/src/devices/sound/msm5205.cpp
@@ -56,8 +56,8 @@
*/
-const device_type MSM5205 = &device_creator<msm5205_device>;
-const device_type MSM6585 = &device_creator<msm6585_device>;
+const device_type MSM5205 = device_creator<msm5205_device>;
+const device_type MSM6585 = device_creator<msm6585_device>;
msm5205_device::msm5205_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)