Advertisement
Guest User

Untitled

a guest
May 30th, 2019
3,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 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 D:\Roms\Mame;D:\Roms\AAE
  12. hashpath hash
  13. samplepath C:\Emulation\Mame\Mame\samples
  14. artpath C:\Emulation\Mame\Mame\artwork
  15. ctrlrpath C:\Emulation\Mame\Mame\ctrlr
  16. inipath ini
  17. fontpath .
  18. cheatpath C:\Emulation\Mame\Mame\cheat
  19. crosshairpath crosshair
  20. pluginspath plugins
  21. languagepath language
  22. swpath software
  23.  
  24. #
  25. # CORE OUTPUT DIRECTORY OPTIONS
  26. #
  27. cfg_directory C:\Emulation\Mame\Mame\cfg
  28. nvram_directory nvram
  29. input_directory inp
  30. state_directory sta
  31. snapshot_directory C:\Emulation\Mame\Mame\snap
  32. diff_directory diff
  33. comment_directory comments
  34.  
  35. #
  36. # CORE STATE/PLAYBACK OPTIONS
  37. #
  38. state
  39. autosave 0
  40. rewind 0
  41. rewind_capacity 100
  42. playback
  43. record
  44. record_timecode 0
  45. exit_after_playback 0
  46. mngwrite
  47. aviwrite
  48. wavwrite
  49. snapname %g/%i
  50. snapsize auto
  51. snapview internal
  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 0
  64. speed 1.0
  65. refreshspeed 0
  66.  
  67. #
  68. # CORE RENDER OPTIONS
  69. #
  70. keepaspect 1
  71. unevenstretch 1
  72. unevenstretchx 0
  73. unevenstretchy 0
  74. autostretchxy 0
  75. intoverscan 0
  76. intscalex 0
  77. intscaley 0
  78.  
  79. #
  80. # CORE ROTATION OPTIONS
  81. #
  82. rotate 1
  83. ror 0
  84. rol 0
  85. autoror 0
  86. autorol 0
  87. flipx 0
  88. flipy 0
  89.  
  90. #
  91. # CORE ARTWORK OPTIONS
  92. #
  93. artwork_crop 0
  94. use_backdrops 1
  95. use_overlays 1
  96. use_bezels 1
  97. use_cpanels 0
  98. use_marquees 1
  99. fallback_artwork
  100. override_artwork
  101.  
  102. #
  103. # CORE SCREEN OPTIONS
  104. #
  105. brightness 1.0
  106. contrast 1.0
  107. gamma 0.8
  108. pause_brightness 1.0
  109. effect hq4x
  110.  
  111. #
  112. # CORE VECTOR OPTIONS
  113. #
  114. beam_width_min 1.0
  115. beam_width_max 1.0
  116. beam_intensity_weight 0
  117. flicker 0
  118.  
  119. #
  120. # CORE SOUND OPTIONS
  121. #
  122. samplerate 48000
  123. samples 1
  124. volume 0
  125.  
  126. #
  127. # CORE INPUT OPTIONS
  128. #
  129. coin_lockout 1
  130. ctrlr
  131. mouse 1
  132. joystick 1
  133. lightgun 1
  134. multikeyboard 0
  135. multimouse 1
  136. steadykey 0
  137. ui_active 0
  138. offscreen_reload 1
  139. joystick_map auto
  140. joystick_deadzone 0.3
  141. joystick_saturation 0.85
  142. natural 0
  143. joystick_contradictory 0
  144. coin_impulse 0
  145.  
  146. #
  147. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  148. #
  149. paddle_device joystick
  150. adstick_device keyboard
  151. pedal_device keyboard
  152. dial_device joystick
  153. trackball_device mouse
  154. lightgun_device lightgun
  155. positional_device mouse
  156. mouse_device mouse
  157.  
  158. #
  159. # CORE DEBUGGING OPTIONS
  160. #
  161. verbose 0
  162. log 0
  163. oslog 0
  164. debug 0
  165. update_in_pause 0
  166. debugscript
  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 0
  186. skip_gameinfo 0
  187. uifont default
  188. ui cabinet
  189. ramsize
  190. confirm_quit 0
  191. ui_mouse 1
  192. language English
  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 cheat,hiscore
  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_font auto
  241. debugger_font_size 0
  242. watchdog 0
  243.  
  244. #
  245. # OSD PERFORMANCE OPTIONS
  246. #
  247. numprocessors auto
  248. bench 0
  249.  
  250. #
  251. # OSD VIDEO OPTIONS
  252. #
  253. video d3d
  254. numscreens 1
  255. window 0
  256. maximize 1
  257. waitvsync 0
  258. syncrefresh 0
  259. monitorprovider auto
  260.  
  261. #
  262. # OSD PER-WINDOW VIDEO OPTIONS
  263. #
  264. screen \\.\DISPLAY2
  265. aspect auto
  266. resolution auto
  267. view auto
  268. screen0 auto
  269. aspect0 auto
  270. resolution0 auto
  271. view0 auto
  272. screen1 \\.\DISPLAY2
  273. aspect1 auto
  274. resolution1 auto
  275. view1 auto
  276. screen2 \\.\DISPLAY2
  277. aspect2 auto
  278. resolution2 auto
  279. view2 auto
  280. screen3 \\.\DISPLAY2
  281. aspect3 auto
  282. resolution3 auto
  283. view3 auto
  284.  
  285. #
  286. # OSD FULL SCREEN OPTIONS
  287. #
  288. switchres 0
  289.  
  290. #
  291. # OSD ACCELERATED VIDEO OPTIONS
  292. #
  293. filter 1
  294. prescale 3
  295.  
  296. #
  297. # OpenGL-SPECIFIC OPTIONS
  298. #
  299. gl_forcepow2texture 0
  300. gl_notexturerect 0
  301. gl_vbo 1
  302. gl_pbo 1
  303. gl_glsl 0
  304. gl_glsl_filter 1
  305. glsl_shader_mame0 none
  306. glsl_shader_mame1 none
  307. glsl_shader_mame2 none
  308. glsl_shader_mame3 none
  309. glsl_shader_mame4 none
  310. glsl_shader_mame5 none
  311. glsl_shader_mame6 none
  312. glsl_shader_mame7 none
  313. glsl_shader_mame8 none
  314. glsl_shader_mame9 none
  315. glsl_shader_screen0 none
  316. glsl_shader_screen1 none
  317. glsl_shader_screen2 none
  318. glsl_shader_screen3 none
  319. glsl_shader_screen4 none
  320. glsl_shader_screen5 none
  321. glsl_shader_screen6 none
  322. glsl_shader_screen7 none
  323. glsl_shader_screen8 none
  324. glsl_shader_screen9 none
  325.  
  326. #
  327. # OSD SOUND OPTIONS
  328. #
  329. sound auto
  330. audio_latency 2
  331.  
  332. #
  333. # PORTAUDIO OPTIONS
  334. #
  335. pa_api none
  336. pa_device none
  337. pa_latency 0
  338.  
  339. #
  340. # BGFX POST-PROCESSING OPTIONS
  341. #
  342. bgfx_path bgfx
  343. bgfx_backend auto
  344. bgfx_debug 0
  345. bgfx_screen_chains default
  346. bgfx_shadow_mask slot-mask.png
  347. bgfx_lut
  348. bgfx_avi_name bgfx.avi
  349.  
  350. #
  351. # WINDOWS PERFORMANCE OPTIONS
  352. #
  353. priority 0
  354. profile 0
  355.  
  356. #
  357. # WINDOWS VIDEO OPTIONS
  358. #
  359. menu 0
  360.  
  361. #
  362. # DIRECT3D POST-PROCESSING OPTIONS
  363. #
  364. hlslpath hlsl
  365. hlsl_enable 1
  366. hlsl_oversampling 0
  367. hlsl_write 1
  368. hlsl_snap_width 2048
  369. hlsl_snap_height 1536
  370. shadow_mask_tile_mode 1
  371. shadow_mask_alpha 0.22
  372. shadow_mask_texture slot-mask.png
  373. shadow_mask_x_count 6
  374. shadow_mask_y_count 6
  375. shadow_mask_usize 1.0
  376. shadow_mask_vsize 1.0
  377. shadow_mask_uoffset 0.0
  378. shadow_mask_voffset 0.0
  379. distortion 0.14
  380. cubic_distortion 0.08
  381. distort_corner 0.1
  382. round_corner 0.25
  383. smooth_border 0.04
  384. reflection 0.15
  385. vignetting 0.50
  386. scanline_alpha 0.15
  387. scanline_size 1.17
  388. scanline_height 1.26
  389. scanline_variation 1.0
  390. scanline_bright_scale 1.10
  391. scanline_bright_offset 0.40
  392. scanline_jitter 0.03
  393. hum_bar_alpha 0.01
  394. defocus 0.20,0.20
  395. converge_x 0.25,0.00,-0.25
  396. converge_y 0.0,0.25,-0.25
  397. radial_converge_x 0.0,0.0,0.0
  398. radial_converge_y 0.0,0.0,0.0
  399. red_ratio 1.0,0.0,0.0
  400. grn_ratio 0.0,1.0,0.0
  401. blu_ratio 0.0,0.0,1.0
  402. saturation 1.4
  403. offset 0.0,0.0,0.0
  404. scale 0.95,0.95,0.95
  405. power 0.8,0.8,0.8
  406. floor 0.01,0.01,0.01
  407. phosphor_life 0.3,0.3,0.3
  408. chroma_mode 3
  409. chroma_conversion_gain 0.299,0.587,0.114
  410. chroma_a 0.64,0.33
  411. chroma_b 0.30,0.60
  412. chroma_c 0.15,0.06
  413. chroma_y_gain 0.2126,0.7152,0.0722
  414.  
  415. #
  416. # NTSC POST-PROCESSING OPTIONS
  417. #
  418. yiq_enable 0
  419. yiq_jitter 0.0
  420. yiq_cc 3.57954545
  421. yiq_a 0.5
  422. yiq_b 0.5
  423. yiq_o 0.0
  424. yiq_p 1.0
  425. yiq_n 1.0
  426. yiq_y 6.0
  427. yiq_i 1.2
  428. yiq_q 0.6
  429. yiq_scan_time 52.6
  430. yiq_phase_count 2
  431.  
  432. #
  433. # VECTOR POST-PROCESSING OPTIONS
  434. #
  435. vector_beam_smooth 0.0
  436. vector_length_scale 0.5
  437. vector_length_ratio 0.5
  438.  
  439. #
  440. # BLOOM POST-PROCESSING OPTIONS
  441. #
  442. bloom_blend_mode 0
  443. bloom_scale 0.27
  444. bloom_overdrive 1.0,1.0,1.0
  445. bloom_lvl0_weight 0.90
  446. bloom_lvl1_weight 0.64
  447. bloom_lvl2_weight 0.32
  448. bloom_lvl3_weight 0.16
  449. bloom_lvl4_weight 0.08
  450. bloom_lvl5_weight 0.04
  451. bloom_lvl6_weight 0.04
  452. bloom_lvl7_weight 0.02
  453. bloom_lvl8_weight 0.02
  454. lut_texture
  455. lut_enable 0
  456. ui_lut_texture
  457. ui_lut_enable 0
  458.  
  459. #
  460. # FULL SCREEN OPTIONS
  461. #
  462. triplebuffer 1
  463. full_screen_brightness 1.0
  464. full_screen_contrast 1.0
  465. full_screen_gamma 1.0
  466.  
  467. #
  468. # INPUT DEVICE OPTIONS
  469. #
  470. global_inputs 0
  471. dual_lightgun 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement