summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hd64610.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-10-09 21:53:38 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-10-09 22:04:32 -0400
commit0d2d4cab4fdfa14d2ef65f2245e82ca4a5c8f2fd (patch)
treee7b7ee41c5f392d750f2268d459f81d3c6839f7d /src/devices/machine/hd64610.h
parentfd94538c211312aff801ee3decfb1e090ad40218 (diff)
Soft resets no longer turn back clocks on devices
device_rtc_interface: Cleanups and refinements (nw) - Give RTCs their own phase of machine initialization, right after NVRAM loading - Make RTC feature flag overrides const, including one new one - Make rtc_clock_updated a required override
Diffstat (limited to 'src/devices/machine/hd64610.h')
-rw-r--r--src/devices/machine/hd64610.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/hd64610.h b/src/devices/machine/hd64610.h
index 021cf181c27..81147baede3 100644
--- a/src/devices/machine/hd64610.h
+++ b/src/devices/machine/hd64610.h
@@ -26,7 +26,7 @@
#ifndef __HD64610__
#define __HD64610__
-#include "emu.h"
+#include "dirtc.h"
@@ -67,7 +67,6 @@ public:
protected:
// device-level overrides
virtual void device_start() override;
- virtual void device_reset() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
// device_rtc_interface overrides