summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-01-21 15:07:14 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-01-21 15:07:14 +0000
commit47dffb8317d59c978be85bf11ba014f10a798746 (patch)
tree064045f2471963ff9884da1d6d2f27e90c320ef8 /src/emu/sound
parent29c022f4306227a1c2f7c58ab61700a479848b70 (diff)
fix debug compile, somebody should probably fix / remove the line as appropriate tho. (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/spu.c b/src/emu/sound/spu.c
index 238d85159e0..6d77921b9e9 100644
--- a/src/emu/sound/spu.c
+++ b/src/emu/sound/spu.c
@@ -1156,7 +1156,7 @@ READ16_MEMBER( spu_device::read )
{
unsigned short ret=0, *rp=(unsigned short *)(reg+((offset*2)&0x1ff));
- assert((addr&1)==0);
+ //assert((addr&1)==0);
m_stream->update();