From: Javier S. Pedro Date: Tue, 25 Aug 2009 18:26:48 +0000 (+0200) Subject: updated www page X-Git-Tag: drnoksnes_0_9_4^0 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fdrnoksnes_0_9_4;p=drnoksnes updated www page --- diff --git a/www/DrNokSnes.txt b/www/DrNokSnes.txt new file mode 100644 index 0000000..220f760 --- /dev/null +++ b/www/DrNokSnes.txt @@ -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/index.html b/www/index.html index 17689c6..22c20c9 100644 --- a/www/index.html +++ b/www/index.html @@ -1,17 +1,41 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + DrNokSnes

DrNokSnes

-

DrNokSnes is a Super Nintendo Entertainment System Emulator. -

-

Please use extras repository to install.

+

DrNokSnes is a Super Nintendo Entertainment +System Emulator for the N800 and N810 Internet Tablets.

+

It is a port (with some modifications plus a new interface) of +DrPocketSnes, +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.

+

Please use extras +repository to install. Currently it's only in extras-devel.

Screenshot

-

Go to the Garage -project page.

+

Manual

+

To be written. For now, remember the launcher has a menu.

+

The package installs a command line version of the emulator +(drnoksnes), so if you want to try options not still on +GUI, try drnoksnes --help. The command line version also +allows you to create a bit more advanced key mappings.

+

The emulator will load a configuration file from +~/apps/DrNokSnes.txt. This file is a popt-based +configuration file, which means it uses long parameter names as +"keys" to set. Here is an example +configuration file that maps the same keys the GUI does by +default.

+

Development

+

All development is +done over Git.

+

Go to the Garage project +page for bugs and feature requests.

- diff --git a/www/shotmain.png b/www/shotmain.png index 696c674..e303505 100644 Binary files a/www/shotmain.png and b/www/shotmain.png differ