summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8355.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8355.h')
-rw-r--r--src/devices/machine/i8355.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/i8355.h b/src/devices/machine/i8355.h
index 9a6228d0fa0..e9205a86a9d 100644
--- a/src/devices/machine/i8355.h
+++ b/src/devices/machine/i8355.h
@@ -45,10 +45,10 @@ public:
auto in_pb() { return m_in_pb_cb.bind(); }
auto out_pb() { return m_out_pb_cb.bind(); }
- DECLARE_READ8_MEMBER( io_r );
- DECLARE_WRITE8_MEMBER( io_w );
+ u8 io_r(offs_t offset);
+ void io_w(offs_t offset, u8 data);
- DECLARE_READ8_MEMBER( memory_r );
+ u8 memory_r(offs_t offset);
protected:
// device-level overrides