From 992dcea5ce153fd95c1897b2dcf4f02a8792e8b4 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 23 Apr 2009 08:52:21 +0000 Subject: [PATCH] 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 --- Source/DSPSpy/dsp_code.ds | 14 +++++++------- 1 file 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