summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd934g.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd934g.h')
-rw-r--r--src/devices/sound/upd934g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd934g.h b/src/devices/sound/upd934g.h
index d2ecf716d98..9d872104617 100644
--- a/src/devices/sound/upd934g.h
+++ b/src/devices/sound/upd934g.h
@@ -29,7 +29,7 @@ public:
// configuration
auto data_callback() { return m_data_cb.bind(); }
- DECLARE_WRITE8_MEMBER(write);
+ void write(offs_t offset, uint8_t data);
protected:
// device-level overrides