summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/v3021.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/v3021.h')
-rw-r--r--src/devices/machine/v3021.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/machine/v3021.h b/src/devices/machine/v3021.h
index 7e4844216c4..ed13501e949 100644
--- a/src/devices/machine/v3021.h
+++ b/src/devices/machine/v3021.h
@@ -45,7 +45,7 @@ public:
// I/O operations
DECLARE_WRITE8_MEMBER( write );
DECLARE_READ8_MEMBER( read );
- void timer_callback();
+ TIMER_CALLBACK_MEMBER(timer_callback);
protected:
// device-level overrides
@@ -53,8 +53,6 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
- static TIMER_CALLBACK( rtc_inc_callback );
-
UINT8 m_cal_mask,m_cal_com,m_cal_cnt,m_cal_val;
rtc_regs_t m_rtc;