summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gaelco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/gaelco.cpp')
-rw-r--r--src/devices/sound/gaelco.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/gaelco.cpp b/src/devices/sound/gaelco.cpp
index f340c5dfa4d..0c2495a4d64 100644
--- a/src/devices/sound/gaelco.cpp
+++ b/src/devices/sound/gaelco.cpp
@@ -189,7 +189,7 @@ void gaelco_gae1_device::sound_stream_update(sound_stream &stream, stream_sample
CG-1V/GAE1 Read Handler
============================================================================*/
-READ16_MEMBER( gaelco_gae1_device::gaelcosnd_r )
+uint16_t gaelco_gae1_device::gaelcosnd_r(offs_t offset)
{
LOG_READ_WRITES(("%s: (GAE1): read from %04x\n", machine().describe_context(), offset));
@@ -203,7 +203,7 @@ READ16_MEMBER( gaelco_gae1_device::gaelcosnd_r )
CG-1V/GAE1 Write Handler
============================================================================*/
-WRITE16_MEMBER( gaelco_gae1_device::gaelcosnd_w )
+void gaelco_gae1_device::gaelcosnd_w(offs_t offset, uint16_t data, uint16_t mem_mask)
{
sound_channel *channel = &m_channel[offset >> 3];