diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-05-01 19:07:29 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-05-01 19:07:29 +0000 |
| commit | 0d57b7f01acb209d6472024dbca2b0fec29069df (patch) | |
| tree | 34544e5e82ed0c421619b7a381965985554624df /Source/DSPSpy | |
| parent | 9b642fa1f8c10a428beef83c23198d6d3d0588b9 (diff) | |
DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.
Kill "CR".
Document decrements a little bit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3126 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/DSPSpy')
| -rw-r--r-- | Source/DSPSpy/tests/dr_test.ds | 20 | ||||
| -rw-r--r-- | Source/DSPSpy/tests/ir_test.ds | 18 |
2 files changed, 19 insertions, 19 deletions
diff --git a/Source/DSPSpy/tests/dr_test.ds b/Source/DSPSpy/tests/dr_test.ds index 03f9dabbd8..2eb3d31ec0 100644 --- a/Source/DSPSpy/tests/dr_test.ds +++ b/Source/DSPSpy/tests/dr_test.ds @@ -2,24 +2,24 @@ incdir "tests"
include "dsp_base.inc"
-; Tests done using AR1 = 0x0010, IX1 = 0. LP1 means R09.
-; LP1 = 0
+; Tests done using AR1 = 0x0010, IX1 = 0. WR1 (wrap 1) means R09.
+; WR1 = 0
; 10, 10, 10, 10,
-; LP1 = 1
+; WR1 = 1
; 10, 11, 10, 11,
-; LP1 = 2
+; WR1 = 2
; 10, 12, 11, 13, 12, 11, 13, 12, 11, 13, 12, 11
-; LP1 = 3
+; WR1 = 3
; 10, 13, 12, 11, 10, 13, 12...
-; LP1 = 4
+; WR1 = 4
; 10, 14, 13, 17, 16, 15, 14, 13, 17, 16, 15, 14, 13, ...
-; LP1 = 5
+; WR1 = 5
; 10, 15, 14, 13, 12, 17, 16, 15, 14, 13, 12, 17,
-; LP1 = 6
+; WR1 = 6
; 10, 16, 15, 14, 13, 12, 11, 17, 16, 15, 14, 13
-; LP1 = 7
+; WR1 = 7
; 10, 17, 16, 15, .. normal
-; LP1 = 8
+; WR1 = 8
; 10, 18, 17, 1f, 1e, 1d, 1c, 1b, 1a, 19, 18, 17, 1f, 1e, .....
diff --git a/Source/DSPSpy/tests/ir_test.ds b/Source/DSPSpy/tests/ir_test.ds index a52fe0d63b..e7ee5e332a 100644 --- a/Source/DSPSpy/tests/ir_test.ds +++ b/Source/DSPSpy/tests/ir_test.ds @@ -8,23 +8,23 @@ include "dsp_base.inc" ; These were proven FALSE though by the following:
; Tests done using AR1 = 0x0010, IX1 = 0
-; LP1 = 0
+; WR1 = 0
; 10, 11, 11, 11, 11......
-; LP1 = 1
+; WR1 = 1
; 10, 11, 10, 11, 10......
-; LP1 = 2
+; WR1 = 2
; 10, 11, 12, 13, 11, 12, 13, 11, 12, 13 ......
-; LP1 = 3
+; WR1 = 3
; 10, 11, 12, 13, 10, 11, 12, 13, 10, 11, 12, 13.......
-; LP1 = 4
+; WR1 = 4
; 10, 11, 12, 13, 14, 15, 16, 17, 13, 14, 15, 16, 17, 13, 14, 15 ......
-; LP1 = 5
+; WR1 = 5
; 10, 11, 12, 13, 14, 15, 16, 17, 12, 13, 14, 15 ...
-; LP1 = 6
+; WR1 = 6
; 10, 11, 12, 13, 14, 15, 16, 17, 11, 12, 13, 14...
-; LP1 = 7
+; WR1 = 7
; 10, 11, 12, 13, 14, 15, 16, 17, 10, 11, ....
-; LP1 = 8
+; WR1 = 8
; 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f, 17, 18, 19, 1a, 1b.....
|
