fix debug compile, somebody should probably fix / remove the line as appropriate tho. (nw)

This commit is contained in:
David Haywood 2013-01-21 15:07:14 +00:00
parent 29c022f430
commit 47dffb8317

View File

@ -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();