summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98620.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98620.h')
-rw-r--r--src/devices/bus/hp_dio/hp98620.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hp_dio/hp98620.h b/src/devices/bus/hp_dio/hp98620.h
index e9fd2b8122b..c6c93c67306 100644
--- a/src/devices/bus/hp_dio/hp98620.h
+++ b/src/devices/bus/hp_dio/hp98620.h
@@ -27,8 +27,8 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
- DECLARE_READ16_MEMBER(dma_r);
- DECLARE_WRITE16_MEMBER(dma_w);
+ uint16_t dma_r(offs_t offset);
+ void dma_w(offs_t offset, uint16_t data);
DECLARE_WRITE_LINE_MEMBER(irq_w);