lsw: JPN fix

This commit is contained in:
Bernhard Urban 2011-02-08 00:42:48 +01:00
parent c58aa93d1e
commit e50299f715
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,9 @@
audio_stop_usa = 0x8038ce9c
video_stop_usa = 0x8039971c
audio_stop_jpn = 0x803a0d4c
video_stop_jpn = 0x803ad748
audio_stop_eur = 0x8038cfec
video_stop_eur = 0x80399708
@ -24,6 +27,8 @@
lis 10,audio_stop_data@h ; ori 10,10,audio_stop_data@l
lis 3,audio_stop_usa@h ; ori 3,3,audio_stop_usa@l; lwz 5,0(3)
cmpw 5,10 ; beq execa
lis 3,audio_stop_jpn@h ; ori 3,3,audio_stop_jpn@l; lwz 5,0(3)
cmpw 5,10 ; beq execa
lis 3,audio_stop_eur@h ; ori 3,3,audio_stop_eur@l
execa:
mtctr 3 ; bctrl
@ -32,6 +37,8 @@ execa:
lis 10,video_stop_data@h ; ori 10,10,video_stop_data@l
lis 3,video_stop_usa@h ; ori 3,3,video_stop_usa@l; lwz 5,0(3)
cmpw 5,10 ; beq execv
lis 3,video_stop_jpn@h ; ori 3,3,video_stop_jpn@l; lwz 5,0(3)
cmpw 5,10 ; beq execv
lis 3,video_stop_eur@h ; ori 3,3,video_stop_eur@l
execv:
mtctr 3 ; bctrl