summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-02 18:21:16 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-02 18:21:16 +0000
commit6caf461f44620631b5c6f7bc790429b2c3449684 (patch)
tree2429fbbca20d32d52896866316ab3613a71447d7 /www
parent647661c3bb8f70dea9c3ca199af0f5ba76a8fe35 (diff)
downloadrockbox-6caf461f44620631b5c6f7bc790429b2c3449684.tar.gz
rockbox-6caf461f44620631b5c6f7bc790429b2c3449684.zip
Added simulators
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@875 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/download.t21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/download.t b/www/download.t
index fd5aa8027c..17478baa99 100644
--- a/www/download.t
+++ b/www/download.t
@@ -24,6 +24,27 @@ Read the <a href="rockbox-1.0-notes.txt">release notes</a>.
24<h3>recorder</h3> 24<h3>recorder</h3>
25<p>Version 1.0 does not support the Recorder. Future versions will. 25<p>Version 1.0 does not support the Recorder. Future versions will.
26 26
27<h3>Source code</h3>
28<ul>
29<li><a href="rockbox-1.0.tar.gz">rockbox-1.0.tar.gz</a>
30</ul>
31
32<h3>User interface simulators</h3>
33<ul>
34<li><a href="player-sim-1.0">player simulator 1.0 for linux</a> (42880 bytes)
35(if you don't have libgcc_s.so.1, get it <a href="libgcc_s.so.1">here</a>)
36<li><a href="recorder-sim-1.0">recorder simulator 1.0 for linux</a> (51976 bytes)
37<li><a href="recorder-sim-1.0.exe">recorder simulator 1.0 for win32</a> (167936 bytes)
38</ul>
39
40<p>The simulators browse a directory called 'archos' in the directory they are started from. Create it and copy some mp3 files there. The buttons are simulated on the numeric keypad:
41<dl>
42<dt><b>Player</b>
43<dd>4/6 = prev/next, 8 = play, 2 = stop, enter = menu, + = on
44
45<dt><b>Recorder</b>
46<dd>4/6 = left/right, 8/2 = up/down, 5 = play/pause, / * - = menu keys
47</dl>
27 48
28<h2>Installation</h2> 49<h2>Installation</h2>
29<p>Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there. 50<p>Unzip the archive. Rename your current archos.mod (if any) in the root of your archos, then copy the rockbox archos.mod there.