Next Generation Emulation banner
1 - 1 of 1 Posts

· Premium Member
Joined
·
821 Posts
Discussion Starter · #1 ·
beta 26.05.05
Conditions tested under:
v0.8 release plugins
INT only, REC crashes before main menu
With cdvdpeops it reads "this is not a PS2 game", cdvdiso works fine
Game is choking on GS_CSR, patched
Ingame it reads loads of "warning size(4) > 0 after unpack", screen is black

Blockdump up to main menu:
http://www.pcsx2.net/nachbrenner/blockdumps/summoner2-block.7z

Patches used:
// b338676a.pnach
gametitle=Summoner 2 German [SLES51142] (E)
comment=patches by Nachbrenner
//skip FMV (sceMpegIsEnd)
patch=0,EE,001c6638,word,24020001
//brute force fix GS_CSR
patch=0,EE,00188604,word,00000000
//skip "s2assets\music.vpp"
patch=0,EE,001a4dac,word,00000000


Code:
lui	v0, $1200		# 001885e4:3c021200
ori	v1, v0, $1000		# 001885e8:34431000	v1=GS_CSR
ld	v0, $0000(v1)		# 001885ec:dc620000	v0=GS_CSR
andi	v0, v0, $0002		# 001885f0:30420002
nop				# 001885f4:00000000
nop				# 001885f8:00000000
nop				# 001885fc:00000000
nop				# 00188600:00000000
beq	v0, zero, $001885ec	# 00188604:1040fff9
nop				# 00188608:00000000
lui	at, $1200		# 0018860c:3c011200
ld	v0, $1000(at)		# 00188610:dc221000	v0=GS_CSR
ori	v0, v0, $0002		# 00188614:34420002
lui	at, $1200		# 00188618:3c011200
sd	v0, $1000(at)		# 0018861c:fc221000	GS_CSR
Status Menus / Ingame
 
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top