summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-04-23 08:52:21 +0000
committernakeee <nakeee@gmail.com>2009-04-23 08:52:21 +0000
commit992dcea5ce153fd95c1897b2dcf4f02a8792e8b4 (patch)
tree1c633f11859e4409049a4907a44f5064928b4cbf /Source
parentb4f108102dab0c2f6d47f460b3fea24df7d1b041 (diff)
Made s16 into set40 and s40 into set16, should fix the test getting stuck
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3051 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/DSPSpy/dsp_code.ds14
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/DSPSpy/dsp_code.ds b/Source/DSPSpy/dsp_code.ds
index 5f9d2d92cc..c9b4adf9bc 100644
--- a/Source/DSPSpy/dsp_code.ds
+++ b/Source/DSPSpy/dsp_code.ds
@@ -87,7 +87,7 @@ MEM_LO: equ 0x0f7F
sbset #0x05
sbset #0x06
- s40
+ set16
lri $CR, #0x00ff
; Why do we have a main label here?
@@ -192,7 +192,7 @@ main:
mrr $r00, $r13
call send_back
- s16
+ set40
nop
lris $AC0.M, #0xcc
lris $AC1.M, #0xcc
@@ -208,11 +208,11 @@ main:
cw 0xa900
call send_back
- s16
+ set40
cw 0xa100
call send_back
- s16
+ set40
cw 0xa900
call send_back
@@ -502,7 +502,7 @@ irq4:
jmp irq
irq5:
; No idea what this code is doing.
- s40
+ set16
mrr $r0d, $r1c
mrr $r0d, $r1e
clr $acc0
@@ -644,8 +644,8 @@ dma_copy:
ret ; from send_back
-; If you are in s16 mode, use this instead of send_back if you want to stay
-; in s16 mode.
+; If you are in set40 mode, use this instead of send_back if you want to stay
+; in set40 mode.
send_back_40:
set16
call send_back