summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/votrax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/votrax.h')
-rw-r--r--src/devices/sound/votrax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/votrax.h b/src/devices/sound/votrax.h
index a7122c561af..aa3b88cc7e3 100644
--- a/src/devices/sound/votrax.h
+++ b/src/devices/sound/votrax.h
@@ -24,8 +24,8 @@ public:
auto ar_callback() { return m_ar_cb.bind(); }
- DECLARE_WRITE8_MEMBER(write);
- DECLARE_WRITE8_MEMBER(inflection_w);
+ void write(uint8_t data);
+ void inflection_w(uint8_t data);
DECLARE_READ_LINE_MEMBER(request) { m_stream->update(); return m_ar_state; }
protected: