summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/msm6242.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/msm6242.cpp')
-rw-r--r--src/devices/machine/msm6242.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/machine/msm6242.cpp b/src/devices/machine/msm6242.cpp
index e02732da8c7..fec76467966 100644
--- a/src/devices/machine/msm6242.cpp
+++ b/src/devices/machine/msm6242.cpp
@@ -54,11 +54,11 @@ enum
//**************************************************************************
// device type definitions
-const device_type MSM6242 = &device_creator<msm6242_device>;
-const device_type RTC62421 = &device_creator<rtc62421_device>;
-const device_type RTC62423 = &device_creator<rtc62423_device>;
-const device_type RTC72421 = &device_creator<rtc72421_device>;
-const device_type RTC72423 = &device_creator<rtc72423_device>;
+const device_type MSM6242 = device_creator<msm6242_device>;
+const device_type RTC62421 = device_creator<rtc62421_device>;
+const device_type RTC62423 = device_creator<rtc62423_device>;
+const device_type RTC72421 = device_creator<rtc72421_device>;
+const device_type RTC72423 = device_creator<rtc72423_device>;
//**************************************************************************