summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am79c90.h')
-rw-r--r--src/devices/machine/am79c90.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/am79c90.h b/src/devices/machine/am79c90.h
index 258c5f27506..06ec00558b7 100644
--- a/src/devices/machine/am79c90.h
+++ b/src/devices/machine/am79c90.h
@@ -15,8 +15,8 @@ public:
auto dma_in() { return m_dma_in_cb.bind(); }
auto dma_out() { return m_dma_out_cb.bind(); }
- DECLARE_READ16_MEMBER(regs_r);
- DECLARE_WRITE16_MEMBER(regs_w);
+ u16 regs_r(address_space &space, offs_t offset);
+ void regs_w(offs_t offset, u16 data);
void reset_w(int state) { if (!state) device_reset(); }