summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/iremga20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/iremga20.cpp')
-rw-r--r--src/devices/sound/iremga20.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/iremga20.cpp b/src/devices/sound/iremga20.cpp
index 968ac748645..be8b00e85c2 100644
--- a/src/devices/sound/iremga20.cpp
+++ b/src/devices/sound/iremga20.cpp
@@ -166,7 +166,7 @@ void iremga20_device::sound_stream_update(sound_stream &stream, stream_sample_t
}
}
-WRITE8_MEMBER( iremga20_device::irem_ga20_w )
+void iremga20_device::write(offs_t offset, uint8_t data)
{
m_stream->update();
@@ -210,7 +210,7 @@ WRITE8_MEMBER( iremga20_device::irem_ga20_w )
}
}
-READ8_MEMBER( iremga20_device::irem_ga20_r )
+uint8_t iremga20_device::read(offs_t offset)
{
m_stream->update();