git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2172 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-11-10 06:17:35 +00:00
parent a33f3e1daf
commit fef3baab7b
1 changed files with 3 additions and 3 deletions

View File

@ -382,9 +382,9 @@ __forceinline void SIF1Dma()
iopsifbusy[1] = false;
//Fixme ( voodoocycles ):
//The *50 are needed for ecco the dolphin (CDVD hangs) and silver surfer (Pad not detected)
PSX_INT(IopEvt_SIF1, psxCycles * 50);
//The *28 are needed for ecco the dolphin (CDVD hangs) and silver surfer (Pad not detected)
//Greater than *35 break rebooting when trying to play Tekken5 arcade history
PSX_INT(IopEvt_SIF1, psxCycles * 28);
sif1.tagMode = 0;
done = true;
}