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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/rtc65271.h b/src/devices/machine/rtc65271.h
index 1a69b518839..65ee8233675 100644
--- a/src/devices/machine/rtc65271.h
+++ b/src/devices/machine/rtc65271.h
@@ -21,10 +21,10 @@ public:
auto interrupt_cb() { return m_interrupt_cb.bind(); }
- uint8_t rtc_r(offs_t offset);
- uint8_t xram_r(offs_t offset);
- void rtc_w(offs_t offset, uint8_t data);
- void xram_w(offs_t offset, uint8_t data);
+ DECLARE_READ8_MEMBER( rtc_r );
+ DECLARE_READ8_MEMBER( xram_r );
+ DECLARE_WRITE8_MEMBER( rtc_w );
+ DECLARE_WRITE8_MEMBER( xram_w );
protected:
// device-level overrides