summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/macrtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macrtc.cpp')
-rw-r--r--src/mame/machine/macrtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/macrtc.cpp b/src/mame/machine/macrtc.cpp
index ac615c0db4e..94a5c5435ff 100644
--- a/src/mame/machine/macrtc.cpp
+++ b/src/mame/machine/macrtc.cpp
@@ -33,7 +33,7 @@ enum
//**************************************************************************
// device type definition
-const device_type RTC3430042 = &device_creator<rtc3430042_device>;
+const device_type RTC3430042 = device_creator<rtc3430042_device>;
//-------------------------------------------------