summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5503.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es5503.h')
-rw-r--r--src/devices/sound/es5503.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/es5503.h b/src/devices/sound/es5503.h
index 967ec70a2d2..489c821d8cd 100644
--- a/src/devices/sound/es5503.h
+++ b/src/devices/sound/es5503.h
@@ -23,8 +23,8 @@ public:
auto irq_func() { return m_irq_func.bind(); }
auto adc_func() { return m_adc_func.bind(); }
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ u8 read(offs_t offset);
+ void write(offs_t offset, u8 data);
uint8_t get_channel_strobe() { return m_channel_strobe; }