~ubuntu-branches/debian/wheezy/mame/wheezy

« back to all changes in this revision

Viewing changes to debian/mame.README.Debian

  • Committer: Package Import Robot
  • Author(s): Emmanuel Kasper, Cesare Falco, Emmanuel Kasper
  • Date: 2012-11-13 17:39:32 UTC
  • mfrom: (5.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20121113173932-squrhy6f6stmnlo6
Tags: 0.146-5
[ Cesare Falco ]
* Replace -march with -mtune=generic gcc flag for compatibility issues
  with older CPUs (LP: #1063993)

[ Emmanuel Kasper ]
* Add support for parallel building using DEB_BUILD_OPTIONS
* Reorganize default paths:
     $HOME/.mame for ini file and output files
     $HOME/mame for data search paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
acceleration available, change the "video" parameter from "soft" to "opengl"
41
41
in the Mame configuration file.
42
42
 
43
 
== DEFAULT FILES ==
 
43
== DEFAULT FILES PATH ==
44
44
 
45
45
  * MAME binary: {{{/usr/games/mame}}}
46
46
  * MAME tools directory: {{{/usr/bin}}} (chdman, ldresample, ...)
62
62
and even create a fresh mame.ini file with "{{{mame -createconfig}}}".
63
63
 
64
64
If you upgraded from a previous version of mame, you might have to replace your
65
 
rom sets, see the [[http://ur1.ca/3a2w5|Mame FAQ on ROMs]].
 
65
rom sets, see the [[http://bit.ly/nBnkIf|Mame FAQ on ROMs]].
66
66
 
67
67
== TOOLS ==
68
68
 
78
78
 
79
79
== ARTWORK ==
80
80
 
81
 
Backdrop, overlay and bezel artwork can be downloaded from http://mirror.xmission.com/mame/ individually or globally with the following command ( provided your artwork search path is {{{$HOME/mame/artwork}}}, which is the default )
 
81
Backdrop, overlay and bezel artwork can be downloaded from http://mirror.xmission.com/mame/ individually or globally with the following command (provided your artwork search path is {{{$HOME/mame/artwork}}}, which is the default)
82
82
{{{
83
83
wget --no-directories --recursive   --directory-prefix $HOME/mame/artwork ftp://mirror.xmission.com/mame/artwork/
84
84
}}}