mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
removed assert, can't happen now (nw)
This commit is contained in:
parent
d0a91d5e6b
commit
e69625bc74
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user