diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:29:31 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:31 +0200 |
commit | 4c6bc6d15e15588c930ef1e3903851380190a500 (patch) | |
tree | 68371814979baa28fc763c42c2ed2d3528beb8f6 /games/sdlmess/mess.ini | |
parent | 569a4304ab3e8d9ae82edd848086ce02e653b404 (diff) | |
download | slackbuilds-4c6bc6d15e15588c930ef1e3903851380190a500.tar.gz |
games/sdlmess: Added to 12.2 repository
Diffstat (limited to 'games/sdlmess/mess.ini')
-rw-r--r-- | games/sdlmess/mess.ini | 274 |
1 files changed, 274 insertions, 0 deletions
diff --git a/games/sdlmess/mess.ini b/games/sdlmess/mess.ini new file mode 100644 index 0000000000..aa7fb5387d --- /dev/null +++ b/games/sdlmess/mess.ini @@ -0,0 +1,274 @@ +# mess.ini, SlackBuilds.org version +# Modified from the default: +# - Mouse enabled by default +# - Video set to opengl +# - Search paths set to ~/.mess then /usr/share/games/mess/* +# - Output paths set to $HOME/.mess/* + +# +# CORE CONFIGURATION OPTIONS +# +readconfig 1 + +# +# CORE SEARCH PATH OPTIONS +# +rompath $HOME/.mess/roms;/usr/share/games/mess/roms +hashpath $HOME/.mess/hash;/usr/share/games/mess/hash +samplepath $HOME/.mess/samples;/usr/share/games/mess/samples +artpath $HOME/.mess/artwork;/usr/share/games/mess/artwork +ctrlrpath $HOME/.mess;/usr/share/games/mess/ctrlr +inipath $HOME/.mess;/etc +fontpath $HOME/.mess;/usr/share/games/mess/font +cheatpath $HOME/.mess/cheat;/usr/share/games/mess/cheat + +# +# CORE OUTPUT DIRECTORY OPTIONS +# +cfg_directory $HOME/.mess/cfg +nvram_directory $HOME/.mess/nvram +memcard_directory $HOME/.mess/memcard +input_directory $HOME/.mess/inp +state_directory $HOME/.mess/sta +snapshot_directory $HOME/.mess/snap +diff_directory $HOME/.mess/diff +comment_directory $HOME/.mess/comments + +# +# CORE STATE/PLAYBACK OPTIONS +# +state +autosave 0 +playback +record +mngwrite +aviwrite +wavwrite +snapname %g/%i +snapsize auto +snapview internal + +# +# CORE PERFORMANCE OPTIONS +# +autoframeskip 0 +frameskip 0 +seconds_to_run 0 +throttle 1 +sleep 1 +speed 1.0 +refreshspeed 0 + +# +# CORE ROTATION OPTIONS +# +rotate 1 +ror 0 +rol 0 +autoror 0 +autorol 0 +flipx 0 +flipy 0 + +# +# CORE ARTWORK OPTIONS +# +artwork_crop 0 +use_backdrops 1 +use_overlays 1 +use_bezels 1 + +# +# CORE SCREEN OPTIONS +# +brightness 1.0 +contrast 1.0 +gamma 1.0 +pause_brightness 0.65 + +# +# CORE VECTOR OPTIONS +# +antialias 1 +beam 1.0 +flicker 0 + +# +# CORE SOUND OPTIONS +# +sound 1 +samplerate 48000 +samples 1 +volume 0 + +# +# CORE INPUT OPTIONS +# +coin_lockout 1 +ctrlr +mouse 1 +joystick 1 +lightgun 0 +multikeyboard 0 +multimouse 0 +steadykey 0 +offscreen_reload 0 +joystick_map auto +joystick_deadzone 0.3 +joystick_saturation 0.85 + +# +# CORE INPUT AUTOMATIC ENABLE OPTIONS +# +paddle_device keyboard +adstick_device keyboard +pedal_device keyboard +dial_device keyboard +trackball_device keyboard +lightgun_device keyboard +positional_device keyboard +mouse_device mouse + +# +# CORE DEBUGGING OPTIONS +# +log 0 +verbose 0 +update_in_pause 0 +debug 0 +debugscript + +# +# CORE MISC OPTIONS +# +bios +cheat 0 +skip_gameinfo 0 + +# +# DEBUGGING OPTIONS +# +oslog 0 + +# +# PERFORMANCE OPTIONS +# +multithreading 0 +sdlvideofps 0 + +# +# VIDEO OPTIONS +# +video opengl +numscreens 1 +window 0 +maximize 1 +keepaspect 1 +unevenstretch 1 +effect none +centerh 1 +centerv 1 +waitvsync 0 +scalemode none + +# +# OpenGL-SPECIFIC OPTIONS +# +filter 1 +prescale 1 +gl_forcepow2texture 0 +gl_notexturerect 0 +gl_vbo 1 +gl_pbo 1 +gl_glsl 0 +gl_glsl_filter 1 +glsl_shader_mame0 none +glsl_shader_mame1 none +glsl_shader_mame2 none +glsl_shader_mame3 none +glsl_shader_mame4 none +glsl_shader_mame5 none +glsl_shader_mame6 none +glsl_shader_mame7 none +glsl_shader_mame8 none +glsl_shader_mame9 none +glsl_shader_screen0 none +glsl_shader_screen1 none +glsl_shader_screen2 none +glsl_shader_screen3 none +glsl_shader_screen4 none +glsl_shader_screen5 none +glsl_shader_screen6 none +glsl_shader_screen7 none +glsl_shader_screen8 none +glsl_shader_screen9 none +gl_glsl_vid_attr 1 + +# +# PER-WINDOW VIDEO OPTIONS +# +screen auto +aspect auto +resolution auto +view auto +screen0 auto +aspect0 auto +resolution0 auto +view0 auto +screen1 auto +aspect1 auto +resolution1 auto +view1 auto +screen2 auto +aspect2 auto +resolution2 auto +view2 auto +screen3 auto +aspect3 auto +resolution3 auto +view3 auto + +# +# FULL SCREEN OPTIONS +# +switchres 0 + +# +# SOUND OPTIONS +# +audio_latency 3 + +# +# SDL KEYBOARD MAPPING +# +keymap 0 +keymap_file keymap.dat +uimodekey ITEM_ID_SCRLOCK + +# +# SDL JOYSTICK MAPPING +# +joy_idx1 auto +joy_idx2 auto +joy_idx3 auto +joy_idx4 auto +joy_idx5 auto +joy_idx6 auto +joy_idx7 auto +joy_idx8 auto +sixaxis 0 + +# +# SDL LOWLEVEL DRIVER OPTIONS +# +videodriver auto +audiodriver auto +gl_lib auto + +# +# MESS SPECIFIC OPTIONS +# +ramsize +writeconfig 0 +skip_warnings 0 +natural 0 |