diff options
author | 2012-04-27 21:23:39 +0000 | |
---|---|---|
committer | 2012-04-27 21:23:39 +0000 | |
commit | 10d8064c72de2752f8b2d5f0390fffa850063adc (patch) | |
tree | 4f4e1a050d3a1993b8e13354a1fe219f984c5fb2 /src/emu/machine/mccs1850.h | |
parent | 4c2884bfeef5fa784439bc1cf03af11fe7eec3c3 (diff) |
Added the clock counter chain and other common functions into device_rtc_interface, removing duplicated code in RTC implementations. Rewrote the Dallas DS1302 to support additional features needed by IDE64 in MESS. [Curt Coder]
Diffstat (limited to 'src/emu/machine/mccs1850.h')
-rw-r--r-- | src/emu/machine/mccs1850.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/machine/mccs1850.h b/src/emu/machine/mccs1850.h index 6ad4e669f2e..8f0fa179f20 100644 --- a/src/emu/machine/mccs1850.h +++ b/src/emu/machine/mccs1850.h @@ -65,10 +65,6 @@ protected: virtual void device_reset(); virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); - // device_rtc_interface overrides - virtual void rtc_set_time(int year, int month, int day, int day_of_week, int hour, int minute, int second); - virtual bool rtc_is_year_2000_compliant() { return false; } - // device_nvram_interface overrides virtual void nvram_default(); virtual void nvram_read(emu_file &file); |