summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e0516.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e0516.cpp')
-rw-r--r--src/devices/machine/e0516.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/devices/machine/e0516.cpp b/src/devices/machine/e0516.cpp
index f80cad5bdb5..acd6c2d0193 100644
--- a/src/devices/machine/e0516.cpp
+++ b/src/devices/machine/e0516.cpp
@@ -68,16 +68,6 @@ void e0516_device::device_start()
//-------------------------------------------------
-// device_reset - device-specific reset
-//-------------------------------------------------
-
-void e0516_device::device_reset()
-{
- set_current_time(machine());
-}
-
-
-//-------------------------------------------------
// device_timer - handler timer events
//-------------------------------------------------
@@ -196,3 +186,12 @@ READ_LINE_MEMBER( e0516_device::dio_r )
{
return m_dio;
}
+
+
+//-------------------------------------------------
+// rtc_clock_updated -
+//-------------------------------------------------
+
+void e0516_device::rtc_clock_updated(int year, int month, int day, int day_of_week, int hour, int minute, int second)
+{
+}