From ebfceb16b9192daa907ce50fff7faeb62cedc6de Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Thu, 24 Sep 2009 13:52:45 +0000 Subject: Some leftover work from unfinished DX9 Access EFB. In DSP HLE, 0x0004,7,b,c are almost done, all that's left to do is resample from 0x50 to _Size. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4313 8ced0084-cf51-0410-be5f-012b33b47a6e --- docs/DSP/DSP_UC_Zelda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/DSP') diff --git a/docs/DSP/DSP_UC_Zelda.txt b/docs/DSP/DSP_UC_Zelda.txt index c74fc94f9b..9202d9d043 100644 --- a/docs/DSP/DSP_UC_Zelda.txt +++ b/docs/DSP/DSP_UC_Zelda.txt @@ -3213,7 +3213,7 @@ void 0919_Decoder0x6_Constant(AR0, AX0.L) { void 091c_Decoder0x7_WaveTable(ACC0, AR0, AX0.L) { // So AR2 is where it reads the data from, and it updates ACC0 to the final read address in the end - // Questions: What is IX2 used for? And how does the wrap register change the data access? + // Questions: How does the wrap register change the data access? // 091c 0082 0100 lri $AR2, #0x0100 // 091e 008a 003f lri $WR2, #0x003f -- cgit v1.2.3