summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc65271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc65271.h')
-rw-r--r--src/devices/machine/rtc65271.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/devices/machine/rtc65271.h b/src/devices/machine/rtc65271.h
index c5d554e75fd..903f5fe9a28 100644
--- a/src/devices/machine/rtc65271.h
+++ b/src/devices/machine/rtc65271.h
@@ -43,13 +43,9 @@ private:
void write(int xramsel, offs_t offset, UINT8 data);
void field_interrupts();
- static TIMER_CALLBACK( rtc_SQW_callback );
- static TIMER_CALLBACK( rtc_begin_update_callback );
- static TIMER_CALLBACK( rtc_end_update_callback );
-
- void rtc_SQW_cb();
- void rtc_begin_update_cb();
- void rtc_end_update_cb();
+ TIMER_CALLBACK_MEMBER(rtc_SQW_cb);
+ TIMER_CALLBACK_MEMBER(rtc_begin_update_cb);
+ TIMER_CALLBACK_MEMBER(rtc_end_update_cb);
/* 64 8-bit registers (10 clock registers, 4 control/status registers, and
50 bytes of user RAM) */
UINT8 m_regs[64];