summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/dmac.h')
-rw-r--r--src/devices/machine/dmac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/dmac.h b/src/devices/machine/dmac.h
index 203317dd742..47c5f9f93d3 100644
--- a/src/devices/machine/dmac.h
+++ b/src/devices/machine/dmac.h
@@ -47,8 +47,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( xdreq_w );
// dmac register access
- DECLARE_READ16_MEMBER( register_read );
- DECLARE_WRITE16_MEMBER( register_write );
+ uint16_t register_read(address_space &space, offs_t offset, uint16_t mem_mask = ~0);
+ void register_write(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
protected:
// device-level overrides