File: mame.ini

package info (click to toggle)
mame 0.206%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 842,188 kB
  • sloc: cpp: 4,124,963; xml: 1,660,990; ansic: 798,518; sh: 53,655; python: 18,619; lisp: 16,573; makefile: 11,038; yacc: 7,595; java: 7,151; objc: 5,807; cs: 4,725; asm: 4,584; perl: 2,906; ada: 1,681; lex: 1,174; pascal: 1,139; ruby: 323; sql: 160; awk: 35; php: 1
file content (41 lines) | stat: -rw-r--r-- 1,900 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Default MAME configuration file for Debian
# See /usr/share/doc/mame/examples/default.mame.ini
# for an example file with all possible options.
#
# Allow per-user mame.ini configuration files
inipath                  $HOME/.mame;/etc/mame
#
# Default data search paths
rompath                 $HOME/mame/roms;/usr/local/share/games/mame/roms;/usr/share/games/mame/roms
samplepath              $HOME/mame/samples;/usr/local/share/games/mame/samples;/usr/share/games/mame/samples
cheatpath               $HOME/mame/cheat;/usr/local/share/games/mame/cheat;/usr/share/games/mame/cheat
artpath                 $HOME/mame/artwork;/usr/local/share/games/mame/artwork;/usr/share/games/mame/artwork
crosshairpath           $HOME/mame/crosshair;/usr/local/share/games/mame/crosshair;/usr/share/games/mame/crosshair
hashpath                /usr/share/games/mame/hash
ctrlrpath               /usr/share/games/mame/ctrlr
fontpath                /usr/share/games/mame/fonts
bgfx_path               /usr/share/games/mame/bgfx
pluginspath             /usr/share/games/mame/plugins
languagepath            /usr/share/games/mame/language
#
# Default data output paths
cfg_directory           $HOME/.mame/cfg
nvram_directory         $HOME/.mame/nvram
memcard_directory       $HOME/.mame/memcard
input_directory         $HOME/.mame/inp
state_directory         $HOME/.mame/sta
snapshot_directory      $HOME/.mame/snap
diff_directory          $HOME/.mame/diff
comment_directory       $HOME/.mame/comments
#
# Debian feature defaults
# Set video to 'soft' if DRI is not reliable on your hardware
video                   opengl
# Set numprocessors to auto for better performance
numprocessors           auto
# Set window to '1' if you want MAME to start in a window
window                  0
# Enable mouse support
mouse                   1
# Set key to toggle full/partial emulation to Ins
uimodekey               INSERT