summaryrefslogtreecommitdiff
path: root/docs/TECH
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /docs/TECH
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/TECH')
-rw-r--r--docs/TECH4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TECH b/docs/TECH
index ded9a7a01b..d53943ad29 100644
--- a/docs/TECH
+++ b/docs/TECH
@@ -6,7 +6,7 @@ Background
6 [Most, if not all, of this document is completely outdated. You should rather 6 [Most, if not all, of this document is completely outdated. You should rather
7 hunt down this info in the Rockbox wiki or source code!] 7 hunt down this info in the Rockbox wiki or source code!]
8 8
9 Björn Stenberg started this venture back in the late year 2001. The first 9 Björn Stenberg started this venture back in the late year 2001. The first
10 Rockbox code was committed to CVS end of March 2002. Rockbox 1.0 was 10 Rockbox code was committed to CVS end of March 2002. Rockbox 1.0 was
11 released in June. 11 released in June.
12 12
@@ -54,7 +54,7 @@ Playing MPEG
54 54
55 The DEMAND signal is connected to a port pin on the CPU which can generate 55 The DEMAND signal is connected to a port pin on the CPU which can generate
56 an IRQ, but only on the falling edge. That means that the mpeg driver code 56 an IRQ, but only on the falling edge. That means that the mpeg driver code
57  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code 57  must poll the DEMAND signal every ms to keep the MAS happy. The mpeg code
58 does use the IRQ to detect the falling edge when the MAS is "full". 58 does use the IRQ to detect the falling edge when the MAS is "full".
59 59
60 Unfortunately, the serial port on the CPU sends the LSB first, and the MAS 60 Unfortunately, the serial port on the CPU sends the LSB first, and the MAS