summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc9701.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc9701.cpp')
-rw-r--r--src/devices/machine/rtc9701.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc9701.cpp b/src/devices/machine/rtc9701.cpp
index 8a2bbc8915e..7d3b8b5867a 100644
--- a/src/devices/machine/rtc9701.cpp
+++ b/src/devices/machine/rtc9701.cpp
@@ -23,7 +23,7 @@ ALLOW_SAVE_TYPE(rtc9701_state_t);
//**************************************************************************
// device type definition
-const device_type rtc9701 = &device_creator<rtc9701_device>;
+const device_type rtc9701 = device_creator<rtc9701_device>;
//**************************************************************************