diff options
Diffstat (limited to 'src/devices/sound/spu.cpp')
-rw-r--r-- | src/devices/sound/spu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/spu.cpp b/src/devices/sound/spu.cpp index 50276f3c486..3686fab3f9d 100644 --- a/src/devices/sound/spu.cpp +++ b/src/devices/sound/spu.cpp @@ -1147,7 +1147,7 @@ void spu_device::kill_sound() READ16_MEMBER( spu_device::read ) { - unsigned short ret=0, *rp=(unsigned short *)(reg+((offset*2)&0x1ff)); + unsigned short ret, *rp=(unsigned short *)(reg+((offset*2)&0x1ff)); m_stream->update(); |