mirror of
https://github.com/holub/mame
synced 2025-06-02 10:59:52 +03:00
Turned off annoying assert that nobody is interested in fixing.
This commit is contained in:
parent
d56d9f29d2
commit
41af68d311
@ -155,7 +155,8 @@ void SCSPDSP_Step(struct _SCSPDSP *DSP)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
//INPUTS RW
|
//INPUTS RW
|
||||||
assert(IRA<0x32);
|
// colmns97 hits this
|
||||||
|
// assert(IRA<0x32);
|
||||||
if(IRA<=0x1f)
|
if(IRA<=0x1f)
|
||||||
INPUTS=DSP->MEMS[IRA];
|
INPUTS=DSP->MEMS[IRA];
|
||||||
else if(IRA<=0x2F)
|
else if(IRA<=0x2F)
|
||||||
|
Loading…
Reference in New Issue
Block a user