diff options
| author | nakeee <nakeee@gmail.com> | 2009-07-26 16:36:22 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-07-26 16:36:22 +0000 |
| commit | 07617f757c7bb0d9795ec2b7dec0f4707ca969a9 (patch) | |
| tree | 0e5a6a885432cfa5896e50033e019bb452da42fd /docs | |
| parent | 73a768604468171f3a5f61e8041add6b446b518b (diff) | |
DSPLLE added new LD code (please report games misbehaving)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3887 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/DSP/DSP_UC_Zelda.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/DSP/DSP_UC_Zelda.txt b/docs/DSP/DSP_UC_Zelda.txt index 8e701e3e36..2cf2de0f85 100644 --- a/docs/DSP/DSP_UC_Zelda.txt +++ b/docs/DSP/DSP_UC_Zelda.txt @@ -1013,7 +1013,9 @@ void 0243_COMMAND_02() // sync frame 0278 181f lrr $AC1.M, @$AR0
0279 00de 0354 lr $AC0.M, @0x0354
027b 0240 000f andi $AC0.M, #0x000f
- 027d 3d80 andc'ls $AC1.M : $AX0.L, $AC0.M
+ // 027d 3d80 lsrnr
+ ACC1 <<= ACC0
+
027e 03c0 8000 andcf $AC1.M, #0x8000
// 0280 029c 03bc jlnz 0x03bc
GOTO NEXT_BLOCK:
|
