Beta Date: 03.05.05
Conditions Tested Under:
BIOS PAL v1.50
GSDX9 10.04.05, half vres
GSsoft 16.04.05
spu2peops 25.12.04
cdvdiso 27.04.05
ssspsxpadplugin 1.4
VUREC
What i would like to be fixed is the infinite loop when reading GIF_STAT
Main menu shows 3D, but ingame not. Hence the high framerate.
At least i managed to get bitten by the dog in the corner :dead:
Patches used:
gametitle=Tomb Raider - Angel Of Darkness [SLES51227] (E)
comment= patches by nachbrenner.pcsx2.net
//Skip videos
patch=0,EE,00104de0,word,03E00008
patch=0,EE,00104de4,word,24020001
patch=0,EE,00104d60,word,03E00008
patch=0,EE,00104d64,word,24020001
//
//brute force fix GIF_STAT
patch=0,EE,00209db0,word,34420c00
patch=0,EE,00209dc4,word,ac620000
//
//Boot Language Modifier (use only one of these)
//English
patch=0,EE,00207484,word,24020001
patch=0,EE,002195a0,word,24020001
//Francais
//patch=0,EE,00207484,word,24020002
//patch=0,EE,002195a0,word,24020002
//Espanol
//patch=0,EE,00207484,word,24020003
//patch=0,EE,002195a0,word,24020003
//Deutsch
//patch=0,EE,00207484,word,24020004
//patch=0,EE,002195a0,word,24020004
//Italiano
//patch=0,EE,00207484,word,24020005
//patch=0,EE,002195a0,word,24020005
Status Ingame
Conditions Tested Under:
BIOS PAL v1.50
GSDX9 10.04.05, half vres
GSsoft 16.04.05
spu2peops 25.12.04
cdvdiso 27.04.05
ssspsxpadplugin 1.4
VUREC
What i would like to be fixed is the infinite loop when reading GIF_STAT
Main menu shows 3D, but ingame not. Hence the high framerate.
At least i managed to get bitten by the dog in the corner :dead:
Code:
lui v1, $1000 # 00209da4:3c031000 v1=T0_COUNT
ori v1, v1, $3020 # 00209da8:34633020 v1=GIF_STAT
nop # 00209dac:00000000
lw v0, $0000(v1) # 00209db0:8c620000 v0=GIF_STAT
andi v0, v0, $0c00 # 00209db4:30420c00
nop # 00209db8:00000000
nop # 00209dbc:00000000
nop # 00209dc0:00000000
beq v0, zero, $00209db0 # 00209dc4:1040fffa
gametitle=Tomb Raider - Angel Of Darkness [SLES51227] (E)
comment= patches by nachbrenner.pcsx2.net
//Skip videos
patch=0,EE,00104de0,word,03E00008
patch=0,EE,00104de4,word,24020001
patch=0,EE,00104d60,word,03E00008
patch=0,EE,00104d64,word,24020001
//
//brute force fix GIF_STAT
patch=0,EE,00209db0,word,34420c00
patch=0,EE,00209dc4,word,ac620000
//
//Boot Language Modifier (use only one of these)
//English
patch=0,EE,00207484,word,24020001
patch=0,EE,002195a0,word,24020001
//Francais
//patch=0,EE,00207484,word,24020002
//patch=0,EE,002195a0,word,24020002
//Espanol
//patch=0,EE,00207484,word,24020003
//patch=0,EE,002195a0,word,24020003
//Deutsch
//patch=0,EE,00207484,word,24020004
//patch=0,EE,002195a0,word,24020004
//Italiano
//patch=0,EE,00207484,word,24020005
//patch=0,EE,002195a0,word,24020005
Status Ingame