updating webpage list drnoksnes_1_3_0
authorJavier S. Pedro <maemo@javispedro.com>
Wed, 10 Feb 2010 19:04:24 +0000 (20:04 +0100)
committerJavier S. Pedro <maemo@javispedro.com>
Wed, 10 Feb 2010 19:04:45 +0000 (20:04 +0100)
www/DrNokSnes.txt [deleted file]
www/index.html
www/n810shot.png [new file with mode: 0644]
www/rover.txt [new file with mode: 0644]
www/selene.txt [new file with mode: 0644]
www/shotmain.png [deleted file]

diff --git a/www/DrNokSnes.txt b/www/DrNokSnes.txt
deleted file mode 100644 (file)
index 220f760..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-display-framerate
-hacks-file=snesadvance.dat
-
-scancode=48
-       button=A
-scancode=20
-       button=B
-scancode=32
-       button=X
-scancode=45
-       button=Y
-scancode=24
-       button=L
-scancode=22
-       button=R
-scancode=65
-       button=START
-scancode=135
-       button=SELECT
-scancode=111
-       button=UP
-scancode=116
-       button=DOWN
-scancode=113
-       button=LEFT
-scancode=114
-       button=RIGHT
-
-#Uber combo
-scancode=36
-       button=R
-       button=B
-
-scancode=9
-       action=quit
-scancode=72
-       action=fullscreen
-
index 22c20c9..ff8cf5a 100644 (file)
@@ -9,7 +9,8 @@
 <body>
 <h1>DrNokSnes</h1>
 <p><strong>DrNokSnes</strong> is a Super Nintendo Entertainment
-System Emulator for the N800 and N810 Internet Tablets.</p>
+System Emulator for the Nokia N800 and N810 Internet Tablets, and
+the N900 mobile phone.</p>
 <p>It is a port (with some modifications plus a new interface) of
 <a href="http://reesy.gp32x.de/DrPocketSnes.html">DrPocketSnes</a>,
 which is a mix of both PocketSnes and SquidgeSnes, originally
@@ -17,7 +18,7 @@ designed with the GP32/GP2X in mind. Many thanks to Reesy and all
 the original authors for making a very fast emulator.</p>
 <p>Please use <a href="http://wiki.maemo.org/Extras">extras
 repository</a> to install. Currently it's only in extras-devel.</p>
-<p><img src="shotmain.png" alt="Screenshot" /></p>
+<p><img src="shotmain.png" alt="Launcher screenshot in N810" /></p>
 <h2>Manual</h2>
 <p>To be written. For now, remember the launcher has a menu.</p>
 <p>The package installs a command line version of the emulator
@@ -25,11 +26,11 @@ repository</a> to install. Currently it's only in extras-devel.</p>
 GUI, try <tt>drnoksnes --help</tt>. The command line version also
 allows you to create a bit more advanced key mappings.</p>
 <p>The emulator will load a configuration file from
-<em>~/apps/DrNokSnes.txt</em>. This file is a popt-based
+<em>~/.config/drnoksnes.txt</em>. This file is a popt-based
 configuration file, which means it uses long parameter names as
-"keys" to set. Here is an <a href="DrNokSnes.txt">example
-configuration file</a> that maps the same keys the GUI does by
-default.</p>
+"keys" to set. Here is an example configuration file (<a href=
+"selene.txt">N810</a>, <a href="rover.txt">N900</a>) that maps the
+same keys the GUI does by default.</p>
 <h2>Development</h2>
 <p>All <a href=
 "https://git.maemo.org/?p=drnoksnes;a=summary">development</a> is
diff --git a/www/n810shot.png b/www/n810shot.png
new file mode 100644 (file)
index 0000000..8e84f0b
Binary files /dev/null and b/www/n810shot.png differ
diff --git a/www/rover.txt b/www/rover.txt
new file mode 100644 (file)
index 0000000..5713bc8
--- /dev/null
@@ -0,0 +1,33 @@
+display-framerate
+hacks-file=snesadvance.dat
+
+scancode=36
+       button=A
+scancode=116
+       button=B
+scancode=59
+       button=X
+scancode=60
+       button=Y
+scancode=37
+       button=L
+scancode=22
+       button=R
+scancode=65
+       button=START
+scancode=58
+       button=SELECT
+scancode=24
+       button=UP
+scancode=52
+       button=DOWN
+scancode=108
+       button=LEFT
+scancode=39
+       button=RIGHT
+
+scancode=50
+       action=quit
+scancode=41
+       action=fullscreen
+
diff --git a/www/selene.txt b/www/selene.txt
new file mode 100644 (file)
index 0000000..220f760
--- /dev/null
@@ -0,0 +1,38 @@
+display-framerate
+hacks-file=snesadvance.dat
+
+scancode=48
+       button=A
+scancode=20
+       button=B
+scancode=32
+       button=X
+scancode=45
+       button=Y
+scancode=24
+       button=L
+scancode=22
+       button=R
+scancode=65
+       button=START
+scancode=135
+       button=SELECT
+scancode=111
+       button=UP
+scancode=116
+       button=DOWN
+scancode=113
+       button=LEFT
+scancode=114
+       button=RIGHT
+
+#Uber combo
+scancode=36
+       button=R
+       button=B
+
+scancode=9
+       action=quit
+scancode=72
+       action=fullscreen
+
diff --git a/www/shotmain.png b/www/shotmain.png
deleted file mode 100644 (file)
index e303505..0000000
Binary files a/www/shotmain.png and /dev/null differ