summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.cpp')
-rw-r--r--src/devices/sound/ymf271.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/ymf271.cpp b/src/devices/sound/ymf271.cpp
index 70f466b0667..c979ea7426e 100644
--- a/src/devices/sound/ymf271.cpp
+++ b/src/devices/sound/ymf271.cpp
@@ -1457,7 +1457,7 @@ void ymf271_device::ymf271_write_timer(uint8_t address, uint8_t data)
}
}
-WRITE8_MEMBER( ymf271_device::write )
+void ymf271_device::write(offs_t offset, u8 data)
{
m_stream->update();
@@ -1503,7 +1503,7 @@ WRITE8_MEMBER( ymf271_device::write )
}
}
-READ8_MEMBER( ymf271_device::read )
+u8 ymf271_device::read(offs_t offset)
{
switch (offset & 0xf)
{