Turned off annoying assert that nobody is interested in fixing.

This commit is contained in:
Aaron Giles 2009-03-03 15:08:16 +00:00
parent d56d9f29d2
commit 41af68d311

View File

@ -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)