summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rp5c15.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rp5c15.h')
-rw-r--r--src/devices/machine/rp5c15.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/rp5c15.h b/src/devices/machine/rp5c15.h
index 156393fc4da..6d4e161ac3e 100644
--- a/src/devices/machine/rp5c15.h
+++ b/src/devices/machine/rp5c15.h
@@ -35,8 +35,8 @@ public:
auto alarm() { return m_out_alarm_cb.bind(); }
auto clkout() { return m_out_clkout_cb.bind(); }
- DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
protected:
// device-level overrides