summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc9701.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc9701.h')
-rw-r--r--src/devices/machine/rtc9701.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/machine/rtc9701.h b/src/devices/machine/rtc9701.h
index 14407f157ec..c294cb5d9f1 100644
--- a/src/devices/machine/rtc9701.h
+++ b/src/devices/machine/rtc9701.h
@@ -59,7 +59,7 @@ public:
DECLARE_READ_LINE_MEMBER( read_bit );
DECLARE_WRITE_LINE_MEMBER( set_cs_line );
DECLARE_WRITE_LINE_MEMBER( set_clock_line );
- void timer_callback();
+ TIMER_CALLBACK_MEMBER(timer_callback);
protected:
// device-level overrides
@@ -74,8 +74,6 @@ protected:
inline UINT8 rtc_read(UINT8 offset);
inline void rtc_write(UINT8 offset,UINT8 data);
- static TIMER_CALLBACK( rtc_inc_callback );
-
int m_latch;
int m_reset_line;
int m_clock_line;