summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/redbaron.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-20 12:31:21 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-20 12:31:21 +1000
commitd2926fa02cef5bf728eac74c9e5586aced02a80b (patch)
tree820d62305954ff68c7c8bb87c8a08d1b7ce4b2c3 /src/mame/audio/redbaron.cpp
parent24c462dbdb4ed2992af2f8767bf9c56979e7f1be (diff)
parent68139508715a0375e657add4197582271ef446ec (diff)
Merge remote-tracking branch 'upstream/master'
# Conflicts: # src/emu/digfx.h
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 )