fcambus aa1151500c Import emulators/mame.
MAME, formerly was an acronym which stood for Multi Arcade Machine Emulator,
documents and reproduces through emulation the inner components of arcade
machines, computers, consoles, chess computers, calculators, and many other
types of electronic amusement machines. As a nice side-effect, MAME allows
to use on a modern PC those programs and games which were originally
developed for the emulated machines.

Some relevant notes:

- MAME and MESS merged in 2015, there is only one codebase now
- Since version 0.172, MAME is GPLv2+ licensed [1], which means binary
  packages can now be built and distributed

This port will replace emulators/sdlmame and emulators/sdlmess.

[1] http://mamedev.org/?p=424

OK bentley@
2018-01-24 20:56:12 +00:00

47 lines
1.6 KiB
INI

# This is the system-wide MAME configuration file.
# The following entries only list OpenBSD-specific configuration
# and the options you may be the most interested in.
#
# More options are available, you can list your current configuration
# with mame -showconfig.
#
# Users can also create their own mame.ini in a $HOME/.mame directory
# that can override system-wide settings.
#
# CORE SEARCH PATH OPTIONS
#
rompath $HOME/.mame/roms;${TRUEPREFIX}/share/mame/roms
samplepath $HOME/.mame/samples;${TRUEPREFIX}/share/mame/samples
artpath $HOME/.mame/artwork;${TRUEPREFIX}/share/mame/artwork
ctrlrpath $HOME/.mame/ctrlr;${TRUEPREFIX}/share/mame/ctrlr
inipath $HOME/.mame;${SYSCONFDIR}/mame
fontpath $HOME/.mame;${TRUEPREFIX}/share/mame
cheatpath $HOME/.mame/cheat;${TRUEPREFIX}/share/mame/cheat
#
# CORE OUTPUT DIRECTORY OPTIONS
#
cfg_directory $HOME/.mame/cfg
nvram_directory $HOME/.mame/nvram
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
#
# VIDEO OPTIONS
#
# Uncomment if your graphic chipset is drm(4) capable
#video opengl
#
# SDL KEYBOARD MAPPING
#
# If you have a non-US keyboard and your keymap is available in
# /usr/local/share/mame/keymaps, modify and uncomment the following
# lines.
#keymap 1
#keymap_file ${TRUEPREFIX}/share/mame/keymaps/km_fr.map