mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +03:00
fix debug compile, somebody should probably fix / remove the line as appropriate tho. (nw)
This commit is contained in:
parent
29c022f430
commit
47dffb8317
@ -1156,7 +1156,7 @@ READ16_MEMBER( spu_device::read )
|
|||||||
{
|
{
|
||||||
unsigned short ret=0, *rp=(unsigned short *)(reg+((offset*2)&0x1ff));
|
unsigned short ret=0, *rp=(unsigned short *)(reg+((offset*2)&0x1ff));
|
||||||
|
|
||||||
assert((addr&1)==0);
|
//assert((addr&1)==0);
|
||||||
|
|
||||||
m_stream->update();
|
m_stream->update();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user