[SCM] packaging for the mame arcade game emulator branch, master, updated. 8eabe0ebc42db2a00618b398e752ea13feb6ba9e

Emmanuel Kasper emmanuel at libera.cc
Sat Jun 25 17:44:43 UTC 2011


The following commit has been merged in the master branch:
commit 9abfa21b0880be30b45c073b98c97e8dc0bb5aca
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Fri Jun 24 01:13:00 2011 +0200

    Add README for mess

diff --git a/debian/mess.README.Debian b/debian/mess.README.Debian
new file mode 100644
index 0000000..5016050
--- /dev/null
+++ b/debian/mess.README.Debian
@@ -0,0 +1,80 @@
+== HISTORY ==
+
+This package supersedes the xmess-* packages, as the unix sdl port of mess
+has been integrated in official mess since 0.136.
+
+== QUICK START ==
+
+1. Create a folder "mess" and a subfolder "mess/roms" in your home directory.
+
+2. For each emulated system, Mess needs a bios/romset to be put in this directory, plus some software to run ( an exception is the famicom/Nintendo 
+Entertainment System where everything happens inside the cartridge )
+
+3. Check the sanity of your roms. Mess is very picky about that.
+
+{{{
+ mess -verifyroms | grep ^romset
+romset famicom [nes] is best available
+romset fami_key [nes] is best available
+romset famitwin [nes] is best available
+romset stbook [ste] is best available
+romset ti99_224 is best available
+romset ti99_232 [ti99_224] is best available
+romset tmc1800 is best available
+romset tmc2000e is best available
+romset osc1000b [tmc1800] is best available
+}}}
+
+
+4. Get a public domain rom of LJ65, a tetris clone, for your nes
+{{{
+wget http://www.pdroms.de/media/upload/files/20091126_lj65_v0.41.zip
+}}}
+{{{
+unzip 20091126_lj65_v0.41.zip
+}}}
+
+5. Now start mess with 
+{{{
+mess nes -cart lj65.nes
+}}}
+
+6. Basic keyboard commands include
+  * Tab key to access the mess internal menu
+  * 5 to select, 1 to start
+
+7. If mess is way too slow on your computer and you have 3D hardware 
+acceleration available, change the "video" parameter from "soft" to "opengl"
+in the mess configuration file.
+
+== DEFAULT FILES ==
+
+  * mess binary: {{{/usr/games/mess}}}
+  * Configuration file: {{{$HOME/.mess/mess.ini}}} or {{{/etc/mess/mess.ini}}}
+  * Output folders: {{{$HOME/.mess}}} (memory cards, snapshots, ...)
+  * Core folders: {{{/usr/share/games/mess}}} (roms, cheats, ...)
+
+== ROMS AND CONFIGURATION ==
+
+A default configuration file is provided with the package and installed 
+in {{{/etc/mess/mess.ini}}}
+
+If you need to change the location of the roms folder or tweak something like 
+video or cheats you can either:
+  * make your own copy of {{{/etc/mess/mess.ini}}} in your home at {{{$HOME/.mess/mess.ini}}} and edit that file (recommended)
+  * edit directly {{{/etc/mess/mess.ini}}} 
+
+You can verify that mess have read the correct options with "{{{mess -showconfig}}}"
+and even create a fresh mess.ini file with "{{{mess -createconfig}}}".
+
+== TOOLS ==
+
+mess utilities like chdman, jedutil, ldresample or ldverify are available in a
+separate extra package called DebianPkg:mame-tools.
+
+== PATCH ==
+
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and applied
+during the build. See {{{/usr/share/doc/quilt/README.source}}} for a detailed
+explanation.

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list