summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/gridlee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/gridlee.cpp')
-rw-r--r--src/mame/audio/gridlee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/gridlee.cpp b/src/mame/audio/gridlee.cpp
index 5f73a22fc45..ad002ddf731 100644
--- a/src/mame/audio/gridlee.cpp
+++ b/src/mame/audio/gridlee.cpp
@@ -68,7 +68,7 @@ void gridlee_sound_device::sound_stream_update(sound_stream &stream, stream_samp
-WRITE8_MEMBER( gridlee_sound_device::gridlee_sound_w )
+void gridlee_sound_device::gridlee_sound_w(offs_t offset, uint8_t data)
{
uint8_t *sound_data = m_sound_data;