From 47dffb8317d59c978be85bf11ba014f10a798746 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Mon, 21 Jan 2013 15:07:14 +0000 Subject: [PATCH] fix debug compile, somebody should probably fix / remove the line as appropriate tho. (nw) --- src/emu/sound/spu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();