summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es1373.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es1373.h')
-rw-r--r--src/devices/sound/es1373.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/es1373.h b/src/devices/sound/es1373.h
index 2a796ffe6c8..e5f107eed11 100644
--- a/src/devices/sound/es1373.h
+++ b/src/devices/sound/es1373.h
@@ -18,8 +18,8 @@ public:
auto irq_handler() { return m_irq_handler.bind(); }
- DECLARE_READ32_MEMBER (reg_r);
- DECLARE_WRITE32_MEMBER(reg_w);
+ uint32_t reg_r(offs_t offset, uint32_t mem_mask = ~0);
+ void reg_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
protected:
virtual void device_resolve_objects() override;