mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +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
|
||||
//INPUTS RW
|
||||
assert(IRA<0x32);
|
||||
// colmns97 hits this
|
||||
// assert(IRA<0x32);
|
||||
if(IRA<=0x1f)
|
||||
INPUTS=DSP->MEMS[IRA];
|
||||
else if(IRA<=0x2F)
|
||||
|
Loading…
Reference in New Issue
Block a user