summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/redbaron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/redbaron.cpp')
-rw-r--r--src/mame/audio/redbaron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/redbaron.cpp b/src/mame/audio/redbaron.cpp
index edf8a8c901c..4e1f9d2a85b 100644
--- a/src/mame/audio/redbaron.cpp
+++ b/src/mame/audio/redbaron.cpp
@@ -219,7 +219,7 @@ void redbaron_sound_device::sound_stream_update(sound_stream &stream, stream_sam
}
-WRITE8_MEMBER( redbaron_sound_device::sounds_w )
+void redbaron_sound_device::sounds_w(uint8_t data)
{
/* If sound is off, don't bother playing samples */
if( data == m_latch )