updated www page drnoksnes_0_9_4
authorJavier S. Pedro <javier@javispedro.com>
Tue, 25 Aug 2009 18:26:48 +0000 (20:26 +0200)
committerJavier S. Pedro <javier@javispedro.com>
Tue, 25 Aug 2009 18:26:48 +0000 (20:26 +0200)
www/DrNokSnes.txt [new file with mode: 0644]
www/index.html
www/shotmain.png

diff --git a/www/DrNokSnes.txt b/www/DrNokSnes.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
+
index 17689c6..22c20c9 100644 (file)
@@ -1,17 +1,41 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+<meta name="generator" content=
+"HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
 <title>DrNokSnes</title>
 </head>
 <body>
 <h1>DrNokSnes</h1>
-<p><strong>DrNokSnes</strong> is a Super Nintendo Entertainment System Emulator.
-</p>
-<p>Please use extras repository to install.</p>
+<p><strong>DrNokSnes</strong> is a Super Nintendo Entertainment
+System Emulator for the N800 and N810 Internet Tablets.</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
+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>Go to the <a href="https://garage.maemo.org/projects/drnoksnes/">Garage 
-project page</a>.</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
+(<em>drnoksnes</em>), so if you want to try options not still on
+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
+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>
+<h2>Development</h2>
+<p>All <a href=
+"https://git.maemo.org/?p=drnoksnes;a=summary">development</a> is
+done over Git.</p>
+<p>Go to the <a href=
+"https://garage.maemo.org/projects/drnoksnes/">Garage project
+page</a> for bugs and feature requests.</p>
 </body>
 </html>
-
index 696c674..e303505 100644 (file)
Binary files a/www/shotmain.png and b/www/shotmain.png differ