mame.ini 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This is the system-wide SDLMAME configuration file.
  2. # The following entries only list OpenBSD-specific configuration
  3. # and the options you may be the most interested in.
  4. #
  5. # More options are available, you can list your current configuration
  6. # with sdlmame -showconfig.
  7. #
  8. # Users can also create their own mame.ini in a $HOME/.mame directory
  9. # that can override system-wide settings.
  10. #
  11. # CORE SEARCH PATH OPTIONS
  12. #
  13. rompath $HOME/.mame/roms;${TRUEPREFIX}/share/sdlmame/roms
  14. samplepath $HOME/.mame/samples;${TRUEPREFIX}/share/sdlmame/samples
  15. artpath $HOME/.mame/artwork;${TRUEPREFIX}/share/sdlmame/artwork
  16. ctrlrpath $HOME/.mame/ctrlr;${TRUEPREFIX}/share/sdlmame/ctrlr
  17. inipath $HOME/.mame;${SYSCONFDIR}/mame
  18. fontpath $HOME/.mame;${TRUEPREFIX}/share/sdlmame
  19. cheatpath $HOME/.mame/cheat;${TRUEPREFIX}/share/sdlmame/cheat
  20. #
  21. # CORE OUTPUT DIRECTORY OPTIONS
  22. #
  23. cfg_directory $HOME/.mame/cfg
  24. nvram_directory $HOME/.mame/nvram
  25. memcard_directory $HOME/.mame/memcard
  26. input_directory $HOME/.mame/inp
  27. state_directory $HOME/.mame/sta
  28. snapshot_directory $HOME/.mame/snap
  29. diff_directory $HOME/.mame/diff
  30. comment_directory $HOME/.mame/comments
  31. #
  32. # VIDEO OPTIONS
  33. #
  34. # Uncomment if your graphic chipset is drm(4) capable
  35. #video opengl
  36. #
  37. # SDL KEYBOARD MAPPING
  38. #
  39. # If you have a non-US keyboard and your keymap is available in
  40. # /usr/local/share/sdlmame/keymaps, modify and uncomment the following
  41. # lines.
  42. #keymap 1
  43. #keymap_file ${TRUEPREFIX}/share/sdlmame/keymaps/km-fr.txt