From 3ea06bbd8d503b3072a15e75350f5b2bb8552e2e Mon Sep 17 00:00:00 2001 From: peterlemon Date: Tue, 16 Oct 2018 22:20:07 +0100 Subject: [PATCH] small fix --- Sound/ALAW/LongShot/STEREO/RDP/LongShotSTEREOALAWRDP.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/Sound/ALAW/LongShot/STEREO/RDP/LongShotSTEREOALAWRDP.asm b/Sound/ALAW/LongShot/STEREO/RDP/LongShotSTEREOALAWRDP.asm index 73d06d53..61184e60 100644 --- a/Sound/ALAW/LongShot/STEREO/RDP/LongShotSTEREOALAWRDP.asm +++ b/Sound/ALAW/LongShot/STEREO/RDP/LongShotSTEREOALAWRDP.asm @@ -28,7 +28,6 @@ LoopSample: LoopBuffer: // Decode A-Law Sound Sample Using RDP - //DPC(RDPBuffer, RDPBufferEnd) // Run DPC Command Buffer: Start, End lui s0,DPC_BASE // S0 = Reality Display Processer Control Interface Base Register ($A4100000) la s1,RDPBuffer // S1 = DPC Command Start Address sw s1,DPC_START(s0) // Store DPC Command Start Address To DP Start Register ($A4100000)