summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/huc6230.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-03-12 18:10:30 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-03-12 18:10:30 +0100
commit6525dc0cbfcfde2d123a4f7beaf42570010238b1 (patch)
treea2d8da881880636f54661591ed08193989e5f085 /src/devices/sound/huc6230.cpp
parent037d9d1b7059d276dca507bd8776efa7329fec95 (diff)
devices/sound: more handler simplification (nw)
Diffstat (limited to 'src/devices/sound/huc6230.cpp')
-rw-r--r--src/devices/sound/huc6230.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/huc6230.cpp b/src/devices/sound/huc6230.cpp
index 01d5799ac59..88206877a36 100644
--- a/src/devices/sound/huc6230.cpp
+++ b/src/devices/sound/huc6230.cpp
@@ -46,7 +46,7 @@ void huc6230_device::sound_stream_update(sound_stream &stream, stream_sample_t *
/* MAME specific code */
/*--------------------------------------------------------------------------*/
-WRITE8_MEMBER( huc6230_device::write )
+void huc6230_device::write(offs_t offset, uint8_t data)
{
/* Update stream */
m_stream->update();