summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c6280.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c6280.cpp')
-rw-r--r--src/devices/sound/c6280.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c6280.cpp b/src/devices/sound/c6280.cpp
index 8b0c4322e79..0278620d943 100644
--- a/src/devices/sound/c6280.cpp
+++ b/src/devices/sound/c6280.cpp
@@ -213,7 +213,7 @@ void c6280_device::sound_stream_update(sound_stream &stream, stream_sample_t **i
------11 4 bit Shift Addition
*/
-WRITE8_MEMBER( c6280_device::c6280_w )
+void c6280_device::c6280_w(offs_t offset, uint8_t data)
{
channel *chan = &m_channel[m_select];