comparison ChangeLog @ 1154:5a8f6bfe3e4e trunk

[svn] Updated turkish translation by Murat ªßenel, closes bug #959.
author chainsaw
date Wed, 30 May 2007 09:13:31 -0700
parents b391fddc35b2
children 6f5a4f0b6fb4
comparison
equal deleted inserted replaced
1153:b391fddc35b2 1154:5a8f6bfe3e4e
1 2007-05-30 04:57:06 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [2472]
3 Fix handling of SPC efb register when echo instruction has been
4 called. Shift right of 14 is too high of a modifier and does not match
5 the response of the FIR filter in the SPC700. Shift right of 16 delivers
6 a more accurate result.
7
8 trunk/src/console/Spc_Dsp.cxx | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11
1 2007-05-29 10:58:22 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> 12 2007-05-29 10:58:22 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp>
2 revision [2470] 13 revision [2470]
3 - fix for crash when file extension is not available. 14 - fix for crash when file extension is not available.
4 15
5 trunk/src/tta/libtta.c | 2 +- 16 trunk/src/tta/libtta.c | 2 +-