removed assert, can't happen now (nw)

This commit is contained in:
smf- 2013-01-21 18:59:19 +00:00
parent d0a91d5e6b
commit e69625bc74

View File

@ -1156,8 +1156,6 @@ READ16_MEMBER( spu_device::read )
{
unsigned short ret=0, *rp=(unsigned short *)(reg+((offset*2)&0x1ff));
//assert((addr&1)==0);
m_stream->update();
ret=*rp;