summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/spu.cpp')
-rw-r--r--src/devices/sound/spu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/spu.cpp b/src/devices/sound/spu.cpp
index d3877ad5bf4..c4550e928c7 100644
--- a/src/devices/sound/spu.cpp
+++ b/src/devices/sound/spu.cpp
@@ -1136,7 +1136,7 @@ void spu_device::kill_sound()
//
//
-READ16_MEMBER( spu_device::read )
+uint16_t spu_device::read(offs_t offset)
{
unsigned short ret, *rp=(unsigned short *)(reg+((offset*2)&0x1ff));
@@ -1158,7 +1158,7 @@ READ16_MEMBER( spu_device::read )
//
//
-WRITE16_MEMBER( spu_device::write )
+void spu_device::write(offs_t offset, uint16_t data)
{
#ifdef debug_spu_registers
printf("spu: write %08x = %04x [%s]\n",