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