mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Of course, not crashing has its benefits too.
This commit is contained in:
parent
41af68d311
commit
12a77e490c
@ -163,6 +163,8 @@ void SCSPDSP_Step(struct _SCSPDSP *DSP)
|
||||
INPUTS=DSP->MIXS[IRA-0x20]<<4; //MIXS is 20 bit
|
||||
else if(IRA<=0x31)
|
||||
INPUTS=0;
|
||||
else
|
||||
return;
|
||||
|
||||
INPUTS<<=8;
|
||||
INPUTS>>=8;
|
||||
|
Loading…
Reference in New Issue
Block a user