Advertisement
Foulweb

Mame

Sep 7th, 2023
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. #
  2. # CORE CONFIGURATION OPTIONS
  3. #
  4. readconfig 1
  5. writeconfig 0
  6.  
  7. #
  8. # CORE SEARCH PATH OPTIONS
  9. #
  10. homepath .
  11. rompath /mnt/Emul/mame/roms;/mnt/Emul/mame/chds;/mnt/Emul/mame/bios
  12. hashpath /mnt/Emul/mame/hash
  13. samplepath /mnt/Emul/mame/samples
  14. artpath /mnt/Emul/mame/artwork
  15. ctrlrpath /mnt/Emul/mame/ctrlr
  16. inipath $HOME/.mame;.;ini
  17. fontpath .;font
  18. cheatpath /mnt/Emul/mame;/mnt/Emul/mame/cheat
  19. crosshairpath crosshair
  20. pluginspath /mnt/Emul/mame/plugins
  21. languagepath language
  22. swpath software
  23.  
  24. #
  25. # CORE OUTPUT DIRECTORY OPTIONS
  26. #
  27. cfg_directory cfg
  28. nvram_directory nvram
  29. input_directory inp
  30. state_directory sta
  31. snapshot_directory snap
  32. diff_directory diff
  33. comment_directory comments
  34. share_directory share
  35.  
  36. #
  37. # CORE STATE/PLAYBACK OPTIONS
  38. #
  39. state
  40. autosave 0
  41. rewind 0
  42. rewind_capacity 100
  43. playback
  44. record
  45. exit_after_playback 0
  46. mngwrite
  47. aviwrite
  48. wavwrite
  49. snapname %g/%i
  50. snapsize auto
  51. snapview auto
  52. snapbilinear 1
  53. statename %g
  54. burnin 0
  55.  
  56. #
  57. # CORE PERFORMANCE OPTIONS
  58. #
  59. autoframeskip 0
  60. frameskip 0
  61. seconds_to_run 0
  62. throttle 1
  63. sleep 1
  64. speed 1.0
  65. refreshspeed 0
  66. lowlatency 0
  67.  
  68. #
  69. # CORE RENDER OPTIONS
  70. #
  71. keepaspect 1
  72. unevenstretch 1
  73. unevenstretchx 0
  74. unevenstretchy 0
  75. autostretchxy 0
  76. intoverscan 0
  77. intscalex 0
  78. intscaley 0
  79.  
  80. #
  81. # CORE ROTATION OPTIONS
  82. #
  83. rotate 1
  84. ror 0
  85. rol 0
  86. autoror 0
  87. autorol 0
  88. flipx 0
  89. flipy 0
  90.  
  91. #
  92. # CORE ARTWORK OPTIONS
  93. #
  94. artwork_crop 1
  95. fallback_artwork
  96. override_artwork
  97.  
  98. #
  99. # CORE SCREEN OPTIONS
  100. #
  101. brightness 1.0
  102. contrast 1.0
  103. gamma 1.0
  104. pause_brightness 0.65
  105. effect none
  106.  
  107. #
  108. # CORE VECTOR OPTIONS
  109. #
  110. beam_width_min 1.0
  111. beam_width_max 1.0
  112. beam_dot_size 1.0
  113. beam_intensity_weight 0
  114. flicker 0
  115.  
  116. #
  117. # CORE SOUND OPTIONS
  118. #
  119. samplerate 48000
  120. samples 1
  121. volume 0
  122. compressor 1
  123. speaker_report 0
  124.  
  125. #
  126. # CORE INPUT OPTIONS
  127. #
  128. coin_lockout 1
  129. ctrlr
  130. mouse 1
  131. joystick 1
  132. lightgun 0
  133. multikeyboard 0
  134. multimouse 0
  135. steadykey 0
  136. ui_active 1
  137. offscreen_reload 0
  138. joystick_map auto
  139. joystick_deadzone 0.3
  140. joystick_saturation 0.85
  141. natural 0
  142. joystick_contradictory 0
  143. coin_impulse 0
  144.  
  145. #
  146. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  147. #
  148. paddle_device keyboard
  149. adstick_device keyboard
  150. pedal_device keyboard
  151. dial_device keyboard
  152. trackball_device keyboard
  153. lightgun_device mouse
  154. positional_device keyboard
  155. mouse_device mouse
  156.  
  157. #
  158. # CORE DEBUGGING OPTIONS
  159. #
  160. verbose 0
  161. log 0
  162. oslog 0
  163. debug 0
  164. update_in_pause 0
  165. debugscript
  166. debuglog 0
  167.  
  168. #
  169. # CORE COMM OPTIONS
  170. #
  171. comm_localhost 0.0.0.0
  172. comm_localport 15112
  173. comm_remotehost 127.0.0.1
  174. comm_remoteport 15112
  175. comm_framesync 0
  176.  
  177. #
  178. # CORE MISC OPTIONS
  179. #
  180. drc 1
  181. drc_use_c 0
  182. drc_log_uml 0
  183. drc_log_native 0
  184. bios
  185. cheat 1
  186. skip_gameinfo 1
  187. uifont default
  188. ui cabinet
  189. ramsize
  190. confirm_quit 0
  191. ui_mouse 1
  192. language French
  193. nvram_save 1
  194.  
  195. #
  196. # SCRIPTING OPTIONS
  197. #
  198. autoboot_command
  199. autoboot_delay 0
  200. autoboot_script
  201. console 0
  202. plugins 1
  203. plugin
  204. noplugin
  205.  
  206. #
  207. # HTTP SERVER OPTIONS
  208. #
  209. http 0
  210. http_port 8080
  211. http_root web
  212.  
  213. #
  214. # OSD KEYBOARD MAPPING OPTIONS
  215. #
  216. uimodekey SCRLOCK
  217.  
  218. #
  219. # OSD FONT OPTIONS
  220. #
  221. uifontprovider auto
  222.  
  223. #
  224. # OSD OUTPUT OPTIONS
  225. #
  226. output auto
  227.  
  228. #
  229. # OSD INPUT OPTIONS
  230. #
  231. keyboardprovider auto
  232. mouseprovider auto
  233. lightgunprovider auto
  234. joystickprovider auto
  235.  
  236. #
  237. # OSD DEBUGGING OPTIONS
  238. #
  239. debugger auto
  240. debugger_port 23946
  241. debugger_font auto
  242. debugger_font_size 0
  243. watchdog 0
  244.  
  245. #
  246. # OSD PERFORMANCE OPTIONS
  247. #
  248. numprocessors auto
  249. bench 0
  250.  
  251. #
  252. # OSD VIDEO OPTIONS
  253. #
  254. video bgfx
  255. numscreens 1
  256. window 0
  257. maximize 1
  258. waitvsync 0
  259. syncrefresh 1
  260. monitorprovider auto
  261.  
  262. #
  263. # OSD PER-WINDOW VIDEO OPTIONS
  264. #
  265. screen auto
  266. aspect auto
  267. resolution auto
  268. view auto
  269. screen0 auto
  270. aspect0 auto
  271. resolution0 auto
  272. view0 auto
  273. screen1 auto
  274. aspect1 auto
  275. resolution1 auto
  276. view1 auto
  277. screen2 auto
  278. aspect2 auto
  279. resolution2 auto
  280. view2 auto
  281. screen3 auto
  282. aspect3 auto
  283. resolution3 auto
  284. view3 auto
  285.  
  286. #
  287. # OSD FULL SCREEN OPTIONS
  288. #
  289. switchres 0
  290.  
  291. #
  292. # OSD ACCELERATED VIDEO OPTIONS
  293. #
  294. filter 1
  295. prescale 1
  296.  
  297. #
  298. # OpenGL-SPECIFIC OPTIONS
  299. #
  300. gl_forcepow2texture 0
  301. gl_notexturerect 0
  302. gl_vbo 1
  303. gl_pbo 1
  304. gl_glsl 1
  305. gl_glsl_filter 1
  306. glsl_shader_mame0 none
  307. glsl_shader_mame1 none
  308. glsl_shader_mame2 none
  309. glsl_shader_mame3 none
  310. glsl_shader_mame4 none
  311. glsl_shader_mame5 none
  312. glsl_shader_mame6 none
  313. glsl_shader_mame7 none
  314. glsl_shader_mame8 none
  315. glsl_shader_mame9 none
  316. glsl_shader_screen0 none
  317. glsl_shader_screen1 none
  318. glsl_shader_screen2 none
  319. glsl_shader_screen3 none
  320. glsl_shader_screen4 none
  321. glsl_shader_screen5 none
  322. glsl_shader_screen6 none
  323. glsl_shader_screen7 none
  324. glsl_shader_screen8 none
  325. glsl_shader_screen9 none
  326.  
  327. #
  328. # OSD SOUND OPTIONS
  329. #
  330. sound auto
  331. audio_latency 2
  332.  
  333. #
  334. # PORTAUDIO OPTIONS
  335. #
  336. pa_api none
  337. pa_device none
  338. pa_latency 0
  339.  
  340. #
  341. # BGFX POST-PROCESSING OPTIONS
  342. #
  343. bgfx_path bgfx
  344. bgfx_backend auto
  345. bgfx_debug 0
  346. bgfx_screen_chains crt-geom-deluxe
  347. bgfx_shadow_mask slot-mask.png
  348. bgfx_lut
  349. bgfx_avi_name auto
  350.  
  351. #
  352. # SDL PERFORMANCE OPTIONS
  353. #
  354. sdlvideofps 0
  355.  
  356. #
  357. # SDL VIDEO OPTIONS
  358. #
  359. centerh 1
  360. centerv 1
  361. scalemode none
  362.  
  363. #
  364. # SDL FULL SCREEN OPTIONS
  365. #
  366. useallheads 1
  367. attach_window
  368.  
  369. #
  370. # SDL KEYBOARD MAPPING
  371. #
  372. keymap 0
  373. keymap_file keymap.dat
  374.  
  375. #
  376. # SDL JOYSTICK MAPPING
  377. #
  378. joy_idx1 auto
  379. joy_idx2 auto
  380. joy_idx3 auto
  381. joy_idx4 auto
  382. joy_idx5 auto
  383. joy_idx6 auto
  384. joy_idx7 auto
  385. joy_idx8 auto
  386. sixaxis 0
  387.  
  388. #
  389. # SDL LIGHTGUN MAPPING
  390. #
  391. lightgun_index1 auto
  392. lightgun_index2 auto
  393. lightgun_index3 auto
  394. lightgun_index4 auto
  395. lightgun_index5 auto
  396. lightgun_index6 auto
  397. lightgun_index7 auto
  398. lightgun_index8 auto
  399.  
  400. #
  401. # SDL MOUSE MAPPING
  402. #
  403. mouse_index1 auto
  404. mouse_index2 auto
  405. mouse_index3 auto
  406. mouse_index4 auto
  407. mouse_index5 auto
  408. mouse_index6 auto
  409. mouse_index7 auto
  410. mouse_index8 auto
  411.  
  412. #
  413. # SDL KEYBOARD MAPPING
  414. #
  415. keyb_idx1 auto
  416. keyb_idx2 auto
  417. keyb_idx3 auto
  418. keyb_idx4 auto
  419. keyb_idx5 auto
  420. keyb_idx6 auto
  421. keyb_idx7 auto
  422. keyb_idx8 auto
  423.  
  424. #
  425. # SDL LOW-LEVEL DRIVER OPTIONS
  426. #
  427. videodriver auto
  428. renderdriver auto
  429. audiodriver auto
  430. gl_lib auto
  431.  
  432. #
  433. # FRONTEND COMMAND OPTIONS
  434. #
  435. dtd 1
  436.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement