Advertisement
DerekMoore

MAME .174 HLSL raster.ini (mame.ini if other ini's deleted)

Jun 7th, 2016
4,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.96 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. rompath roms
  11. hashpath hash
  12. samplepath samples
  13. artpath artwork
  14. ctrlrpath ctrlr
  15. inipath ini/presets
  16. fontpath .
  17. cheatpath cheat
  18. crosshairpath crosshair
  19. pluginspath plugins
  20. languagepath language
  21.  
  22. #
  23. # CORE OUTPUT DIRECTORY OPTIONS
  24. #
  25. cfg_directory cfg
  26. nvram_directory nvram
  27. input_directory inp
  28. state_directory sta
  29. snapshot_directory snap
  30. diff_directory diff
  31. comment_directory comments
  32.  
  33. #
  34. # CORE STATE/PLAYBACK OPTIONS
  35. #
  36. state
  37. autosave 0
  38. playback
  39. record
  40. record_timecode 0
  41. exit_after_playback 0
  42. mngwrite
  43. aviwrite
  44. wavwrite
  45. snapname %g/%i
  46. snapsize auto
  47. snapview internal
  48. snapbilinear 1
  49. statename %g
  50. burnin 0
  51.  
  52. #
  53. # CORE PERFORMANCE OPTIONS
  54. #
  55. autoframeskip 0
  56. frameskip 0
  57. seconds_to_run 0
  58. throttle 1
  59. sleep 0
  60. speed 1.0
  61. refreshspeed 0
  62.  
  63. #
  64. # CORE RENDER OPTIONS
  65. #
  66. keepaspect 1
  67. unevenstretch 1
  68. unevenstretchx 0
  69. intoverscan 0
  70. intscalex 4
  71. intscaley 4
  72.  
  73. #
  74. # CORE ROTATION OPTIONS
  75. #
  76. rotate 1
  77. ror 0
  78. rol 0
  79. autoror 0
  80. autorol 0
  81. flipx 0
  82. flipy 0
  83.  
  84. #
  85. # CORE ARTWORK OPTIONS
  86. #
  87. artwork_crop 1
  88. use_backdrops 1
  89. use_overlays 1
  90. use_bezels 0
  91. use_cpanels 1
  92. use_marquees 1
  93.  
  94. #
  95. # CORE SCREEN OPTIONS
  96. #
  97. brightness 1.0
  98. contrast 1.0
  99. gamma 0.7
  100. pause_brightness 1.0
  101. effect hq4x
  102.  
  103. #
  104. # CORE VECTOR OPTIONS
  105. #
  106. antialias 1
  107. beam_width_min 1.0
  108. beam_width_max 1.0
  109. beam_intensity_weight 0
  110. flicker 0
  111.  
  112. #
  113. # CORE SOUND OPTIONS
  114. #
  115. samplerate 48000
  116. samples 1
  117. volume 0
  118.  
  119. #
  120. # CORE INPUT OPTIONS
  121. #
  122. coin_lockout 1
  123. ctrlr
  124. mouse 0
  125. joystick 1
  126. lightgun 0
  127. multikeyboard 0
  128. multimouse 0
  129. steadykey 0
  130. ui_active 0
  131. offscreen_reload 0
  132. joystick_map auto
  133. joystick_deadzone 0.3
  134. joystick_saturation 0.85
  135. natural 0
  136. joystick_contradictory 0
  137. coin_impulse 0
  138.  
  139. #
  140. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  141. #
  142. paddle_device keyboard
  143. adstick_device keyboard
  144. pedal_device keyboard
  145. dial_device keyboard
  146. trackball_device keyboard
  147. lightgun_device keyboard
  148. positional_device keyboard
  149. mouse_device mouse
  150.  
  151. #
  152. # CORE DEBUGGING OPTIONS
  153. #
  154. verbose 0
  155. log 0
  156. oslog 0
  157. debug 0
  158. update_in_pause 0
  159. debugscript
  160.  
  161. #
  162. # CORE COMM OPTIONS
  163. #
  164. comm_localhost 0.0.0.0
  165. comm_localport 15112
  166. comm_remotehost 127.0.0.1
  167. comm_remoteport 15112
  168.  
  169. #
  170. # CORE MISC OPTIONS
  171. #
  172. drc 1
  173. drc_use_c 0
  174. drc_log_uml 0
  175. drc_log_native 0
  176. bios
  177. cheat 0
  178. skip_gameinfo 1
  179. uifont default
  180. ui cabinet
  181. ramsize
  182. confirm_quit 0
  183. ui_mouse 1
  184. autoboot_command
  185. autoboot_delay 0
  186. autoboot_script
  187. console 0
  188. plugins 1
  189. plugin
  190. noplugin
  191. language English
  192.  
  193. #
  194. # OSD KEYBOARD MAPPING OPTIONS
  195. #
  196. uimodekey SCRLOCK
  197.  
  198. #
  199. # OSD FONT OPTIONS
  200. #
  201. uifontprovider auto
  202.  
  203. #
  204. # OSD OUTPUT OPTIONS
  205. #
  206. output auto
  207.  
  208. #
  209. # OSD INPUT OPTIONS
  210. #
  211. keyboardprovider auto
  212. mouseprovider auto
  213. lightgunprovider auto
  214. joystickprovider auto
  215.  
  216. #
  217. # OSD DEBUGGING OPTIONS
  218. #
  219. debugger auto
  220. debugger_font auto
  221. debugger_font_size 0
  222. watchdog 0
  223.  
  224. #
  225. # OSD PERFORMANCE OPTIONS
  226. #
  227. numprocessors auto
  228. bench 0
  229.  
  230. #
  231. # OSD VIDEO OPTIONS
  232. #
  233. video d3d
  234. numscreens 1
  235. window 0
  236. maximize 1
  237. waitvsync 0
  238. syncrefresh 0
  239.  
  240. #
  241. # OSD PER-WINDOW VIDEO OPTIONS
  242. #
  243. screen auto
  244. aspect auto
  245. resolution auto
  246. view auto
  247. screen0 auto
  248. aspect0 auto
  249. resolution0 auto
  250. view0 auto
  251. screen1 auto
  252. aspect1 auto
  253. resolution1 auto
  254. view1 auto
  255. screen2 auto
  256. aspect2 auto
  257. resolution2 auto
  258. view2 auto
  259. screen3 auto
  260. aspect3 auto
  261. resolution3 auto
  262. view3 auto
  263.  
  264. #
  265. # OSD FULL SCREEN OPTIONS
  266. #
  267. switchres 0
  268.  
  269. #
  270. # OSD ACCELERATED VIDEO OPTIONS
  271. #
  272. filter 0
  273. prescale 1
  274.  
  275. #
  276. # OpenGL-SPECIFIC OPTIONS
  277. #
  278. gl_forcepow2texture 0
  279. gl_notexturerect 0
  280. gl_vbo 1
  281. gl_pbo 1
  282. gl_glsl 0
  283. gl_glsl_filter 1
  284. glsl_shader_mame0 none
  285. glsl_shader_mame1 none
  286. glsl_shader_mame2 none
  287. glsl_shader_mame3 none
  288. glsl_shader_mame4 none
  289. glsl_shader_mame5 none
  290. glsl_shader_mame6 none
  291. glsl_shader_mame7 none
  292. glsl_shader_mame8 none
  293. glsl_shader_mame9 none
  294. glsl_shader_screen0 none
  295. glsl_shader_screen1 none
  296. glsl_shader_screen2 none
  297. glsl_shader_screen3 none
  298. glsl_shader_screen4 none
  299. glsl_shader_screen5 none
  300. glsl_shader_screen6 none
  301. glsl_shader_screen7 none
  302. glsl_shader_screen8 none
  303. glsl_shader_screen9 none
  304.  
  305. #
  306. # OSD SOUND OPTIONS
  307. #
  308. sound auto
  309. audio_latency 2
  310.  
  311. #
  312. # BGFX POST-PROCESSING OPTIONS
  313. #
  314. bgfx_path bgfx
  315. bgfx_backend auto
  316. bgfx_debug 0
  317. bgfx_screen_chains default
  318. bgfx_shadow_mask slot-mask.png
  319. bgfx_avi_name bgfx.avi
  320.  
  321. #
  322. # WINDOWS PERFORMANCE OPTIONS
  323. #
  324. priority 0
  325. profile 0
  326.  
  327. #
  328. # WINDOWS VIDEO OPTIONS
  329. #
  330. menu 0
  331.  
  332. #
  333. # DIRECT3D POST-PROCESSING OPTIONS
  334. #
  335. hlslpath hlsl
  336. hlsl_enable 1
  337. hlsl_oversampling 0
  338. hlsl_write
  339. hlsl_snap_width 1440
  340. hlsl_snap_height 1080
  341. shadow_mask_tile_mode 0
  342. shadow_mask_alpha 0.1
  343. shadow_mask_texture shadow-mask.png
  344. shadow_mask_x_count 12
  345. shadow_mask_y_count 6
  346. shadow_mask_usize 0.5
  347. shadow_mask_vsize 0.5
  348. shadow_mask_uoffset 0.0
  349. shadow_mask_voffset 0.0
  350. distortion 0.0
  351. cubic_distortion 0.10
  352. distort_corner 0.10
  353. round_corner 0.05
  354. smooth_border 0.03
  355. reflection 0.0
  356. vignetting 0.0
  357. scanline_alpha 0.25
  358. scanline_size 1.0
  359. scanline_height 1.0
  360. scanline_variation 1.0
  361. scanline_bright_scale 1.0
  362. scanline_bright_offset 0.2
  363. scanline_jitter 0.0
  364. hum_bar_alpha 0.0
  365. defocus 0.9,0.9
  366. converge_x 0.0,0.0,0.0
  367. converge_y 0.0,0.0,0.0
  368. radial_converge_x 0.0,0.0,0.0
  369. radial_converge_y 0.0,0.0,0.0
  370. red_ratio 1.0,0.0,0.0
  371. grn_ratio 0.0,1.0,0.0
  372. blu_ratio 0.0,0.0,1.0
  373. saturation 0.90
  374. offset 0.0,0.0,0.0
  375. scale 1.0,1.0,1.0
  376. power 1.0,1.0,0.95
  377. floor 0.0,0.0,0.0
  378. phosphor_life 0.0,0.0,0.0
  379.  
  380. #
  381. # NTSC POST-PROCESSING OPTIONS
  382. #
  383. yiq_enable 0
  384. yiq_jitter 0.0
  385. yiq_cc 3.57954545
  386. yiq_a 0.5
  387. yiq_b 0.5
  388. yiq_o 0.0
  389. yiq_p 1.0
  390. yiq_n 1.0
  391. yiq_y 6.0
  392. yiq_i 1.2
  393. yiq_q 0.6
  394. yiq_scan_time 52.6
  395. yiq_phase_count 2
  396.  
  397. #
  398. # VECTOR POST-PROCESSING OPTIONS
  399. #
  400. vector_length_scale 0.5
  401. vector_length_ratio 0.5
  402.  
  403. #
  404. # BLOOM POST-PROCESSING OPTIONS
  405. #
  406. bloom_blend_mode 0
  407. bloom_scale 0.2
  408. bloom_overdrive 1.0,1.0,1.0
  409. bloom_lvl0_weight 1.0
  410. bloom_lvl1_weight 0.64
  411. bloom_lvl2_weight 0.32
  412. bloom_lvl3_weight 0.16
  413. bloom_lvl4_weight 0.08
  414. bloom_lvl5_weight 0.06
  415. bloom_lvl6_weight 0.04
  416. bloom_lvl7_weight 0.02
  417. bloom_lvl8_weight 0.01
  418.  
  419. #
  420. # FULL SCREEN OPTIONS
  421. #
  422. triplebuffer 1
  423. full_screen_brightness 1.0
  424. full_screen_contrast 1.0
  425. full_screen_gamma 1.0
  426.  
  427. #
  428. # INPUT DEVICE OPTIONS
  429. #
  430. global_inputs 0
  431. dual_lightgun 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement