summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc4543.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc4543.h')
-rw-r--r--src/devices/machine/rtc4543.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/rtc4543.h b/src/devices/machine/rtc4543.h
index 966e15ab0b9..bd94c2eb918 100644
--- a/src/devices/machine/rtc4543.h
+++ b/src/devices/machine/rtc4543.h
@@ -12,7 +12,7 @@
#ifndef __RTC4543_H__
#define __RTC4543_H__
-#include "emu.h"
+#include "dirtc.h"
@@ -63,7 +63,7 @@ protected:
// device_rtc_interface overrides
virtual void rtc_clock_updated(int year, int month, int day, int day_of_week, int hour, int minute, int second) override;
- virtual bool rtc_feature_leap_year() override { return true; }
+ virtual bool rtc_feature_leap_year() const override { return true; }
// helpers
virtual void ce_rising();