summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tiaintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tiaintf.cpp')
-rw-r--r--src/devices/sound/tiaintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tiaintf.cpp b/src/devices/sound/tiaintf.cpp
index da0f0c27759..d382707612a 100644
--- a/src/devices/sound/tiaintf.cpp
+++ b/src/devices/sound/tiaintf.cpp
@@ -58,7 +58,7 @@ void tia_device::sound_stream_update(sound_stream &stream, stream_sample_t **inp
}
-WRITE8_MEMBER( tia_device::tia_sound_w )
+void tia_device::tia_sound_w(offs_t offset, uint8_t data)
{
m_channel->update();
tia_write(m_chip, offset, data);