summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc4543.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc4543.cpp')
-rw-r--r--src/devices/machine/rtc4543.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/rtc4543.cpp b/src/devices/machine/rtc4543.cpp
index 725329fb988..761f1c0246b 100644
--- a/src/devices/machine/rtc4543.cpp
+++ b/src/devices/machine/rtc4543.cpp
@@ -40,7 +40,7 @@ const char *rtc4543_device::s_reg_names[7] =
//**************************************************************************
// device type definition
-const device_type RTC4543 = &device_creator<rtc4543_device>;
+const device_type RTC4543 = device_creator<rtc4543_device>;
//-------------------------------------------------
@@ -347,7 +347,7 @@ void rtc4543_device::update_effective()
//**************************************************************************
// device type definition
-const device_type JRC6355E = &device_creator<jrc6355e_device>;
+const device_type JRC6355E = device_creator<jrc6355e_device>;
//-------------------------------------------------