summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98644.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98644.h')
-rw-r--r--src/devices/bus/hp_dio/hp98644.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hp_dio/hp98644.h b/src/devices/bus/hp_dio/hp98644.h
index c4ad925fc30..f34ff193588 100644
--- a/src/devices/bus/hp_dio/hp98644.h
+++ b/src/devices/bus/hp_dio/hp98644.h
@@ -38,8 +38,8 @@ protected:
// optional information overrides
virtual void device_add_mconfig(machine_config &config) override;
- DECLARE_READ16_MEMBER(io_r);
- DECLARE_WRITE16_MEMBER(io_w);
+ uint16_t io_r(offs_t offset);
+ void io_w(offs_t offset, uint16_t data);
required_device<ins8250_device> m_uart;