Advertisement
B2K24

Untitled

Feb 28th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 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 J:\MAME ROMs;J:\MAME CHDs
  11. hashpath hash
  12. samplepath samples
  13. artpath artwork
  14. ctrlrpath ctrlr
  15. inipath .;ini
  16. fontpath .
  17. cheatpath cheat
  18. crosshairpath crosshair
  19.  
  20. #
  21. # CORE OUTPUT DIRECTORY OPTIONS
  22. #
  23. cfg_directory cfg
  24. nvram_directory nvram
  25. input_directory inp
  26. state_directory sta
  27. snapshot_directory snap
  28. diff_directory diff
  29. comment_directory comments
  30.  
  31. #
  32. # CORE STATE/PLAYBACK OPTIONS
  33. #
  34. state
  35. autosave 0
  36. playback
  37. record
  38. mngwrite
  39. aviwrite
  40. wavwrite
  41. snapname %g/%i
  42. snapsize auto
  43. snapview internal
  44. snapbilinear 1
  45. statename %g
  46. burnin 0
  47.  
  48. #
  49. # CORE PERFORMANCE OPTIONS
  50. #
  51. autoframeskip 0
  52. frameskip 0
  53. seconds_to_run 0
  54. throttle 1
  55. sleep 0
  56. speed 1.0
  57. refreshspeed 0
  58.  
  59. #
  60. # CORE ROTATION OPTIONS
  61. #
  62. rotate 1
  63. ror 0
  64. rol 0
  65. autoror 0
  66. autorol 0
  67. flipx 0
  68. flipy 0
  69.  
  70. #
  71. # CORE ARTWORK OPTIONS
  72. #
  73. artwork_crop 0
  74. use_backdrops 1
  75. use_overlays 1
  76. use_bezels 1
  77. use_cpanels 1
  78. use_marquees 1
  79.  
  80. #
  81. # CORE SCREEN OPTIONS
  82. #
  83. brightness 1.0
  84. contrast 1.0
  85. gamma 0.750
  86. pause_brightness 1.0
  87. effect none
  88.  
  89. #
  90. # CORE VECTOR OPTIONS
  91. #
  92. antialias 1
  93. beam 1.0
  94. flicker 0
  95.  
  96. #
  97. # CORE SOUND OPTIONS
  98. #
  99. samplerate 48000
  100. samples 1
  101. volume 0
  102.  
  103. #
  104. # CORE INPUT OPTIONS
  105. #
  106. coin_lockout 0
  107. ctrlr
  108. mouse 1
  109. joystick 1
  110. lightgun 0
  111. multikeyboard 0
  112. multimouse 0
  113. steadykey 0
  114. ui_active 0
  115. offscreen_reload 0
  116. joystick_map auto
  117. joystick_deadzone 0.3
  118. joystick_saturation 0.85
  119. natural 0
  120. joystick_contradictory 0
  121. coin_impulse 0
  122.  
  123. #
  124. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  125. #
  126. paddle_device keyboard
  127. adstick_device keyboard
  128. pedal_device keyboard
  129. dial_device keyboard
  130. trackball_device keyboard
  131. lightgun_device keyboard
  132. positional_device keyboard
  133. mouse_device mouse
  134.  
  135. #
  136. # CORE DEBUGGING OPTIONS
  137. #
  138. verbose 0
  139. log 0
  140. oslog 0
  141. debug 0
  142. update_in_pause 0
  143. debugscript
  144.  
  145. #
  146. # CORE MISC OPTIONS
  147. #
  148. drc 1
  149. drc_use_c 0
  150. drc_log_uml 0
  151. drc_log_native 0
  152. bios
  153. cheat 0
  154. skip_gameinfo 0
  155. uifont default
  156. ramsize
  157. confirm_quit 0
  158. ui_mouse 0
  159. autoboot_command
  160. autoboot_delay 2
  161. autoboot_script
  162. http 0
  163. http_port 8080
  164. http_path web
  165. console 0
  166.  
  167. #
  168. # OSD FONT OPTIONS
  169. #
  170. uifontprovider auto
  171.  
  172. #
  173. # OSD DEBUGGING OPTIONS
  174. #
  175. debugger auto
  176. watchdog 0
  177.  
  178. #
  179. # OSD PERFORMANCE OPTIONS
  180. #
  181. multithreading 0
  182. numprocessors auto
  183. bench 0
  184.  
  185. #
  186. # OSD VIDEO OPTIONS
  187. #
  188. video opengl
  189. numscreens 1
  190. window 0
  191. maximize 1
  192. keepaspect 1
  193. unevenstretch 1
  194. waitvsync 0
  195. syncrefresh 0
  196.  
  197. #
  198. # OSD PER-WINDOW VIDEO OPTIONS
  199. #
  200. screen auto
  201. aspect auto
  202. resolution auto
  203. view auto
  204. screen0 auto
  205. aspect0 auto
  206. resolution0 auto
  207. view0 auto
  208. screen1 auto
  209. aspect1 auto
  210. resolution1 auto
  211. view1 auto
  212. screen2 auto
  213. aspect2 auto
  214. resolution2 auto
  215. view2 auto
  216. screen3 auto
  217. aspect3 auto
  218. resolution3 auto
  219. view3 auto
  220.  
  221. #
  222. # OSD FULL SCREEN OPTIONS
  223. #
  224. switchres 0
  225.  
  226. #
  227. # OSD SOUND OPTIONS
  228. #
  229. sound dsound
  230. audio_latency 2
  231.  
  232. #
  233. # OSD VIDEO OPTIONS
  234. #
  235. filter 1
  236. prescale 1
  237.  
  238. #
  239. # OpenGL-SPECIFIC OPTIONS
  240. #
  241. gl_forcepow2texture 0
  242. gl_notexturerect 0
  243. gl_vbo 1
  244. gl_pbo 1
  245. gl_glsl 1
  246. gl_glsl_filter 1
  247. glsl_shader_mame0 C:\TESTMAME\CRT-geom\Lottes_CRT
  248. glsl_shader_mame1 none
  249. glsl_shader_mame2 none
  250. glsl_shader_mame3 none
  251. glsl_shader_mame4 none
  252. glsl_shader_mame5 none
  253. glsl_shader_mame6 none
  254. glsl_shader_mame7 none
  255. glsl_shader_mame8 none
  256. glsl_shader_mame9 none
  257. glsl_shader_screen0 none
  258. glsl_shader_screen1 none
  259. glsl_shader_screen2 none
  260. glsl_shader_screen3 none
  261. glsl_shader_screen4 none
  262. glsl_shader_screen5 none
  263. glsl_shader_screen6 none
  264. glsl_shader_screen7 none
  265. glsl_shader_screen8 none
  266. glsl_shader_screen9 none
  267.  
  268. #
  269. # WINDOWS DEBUGGING OPTIONS
  270. #
  271. debugger_font "Lucida Console"
  272. debugger_font_size 9
  273.  
  274. #
  275. # WINDOWS PERFORMANCE OPTIONS
  276. #
  277. priority 0
  278. profile 0
  279.  
  280. #
  281. # WINDOWS VIDEO OPTIONS
  282. #
  283. menu 0
  284.  
  285. #
  286. # DIRECTDRAW-SPECIFIC OPTIONS
  287. #
  288. hwstretch 1
  289.  
  290. #
  291. # DIRECT3D POST-PROCESSING OPTIONS
  292. #
  293. hlsl_enable 0
  294. hlslpath hlsl
  295. hlsl_prescale_x 0
  296. hlsl_prescale_y 0
  297. hlsl_preset -1
  298. hlsl_write
  299. hlsl_snap_width 1920
  300. hlsl_snap_height 1080
  301. shadow_mask_alpha 0.05
  302. shadow_mask_texture crt_slot_mask.png
  303. shadow_mask_x_count -2
  304. shadow_mask_y_count -2
  305. shadow_mask_usize 0.375000
  306. shadow_mask_vsize 0.375000
  307. curvature 0.150000
  308. pincushion 0.030000
  309. scanline_alpha 0.40
  310. scanline_size 1.0
  311. scanline_height 1.5
  312. scanline_bright_scale 1.0
  313. scanline_bright_offset 0.60
  314. scanline_jitter 0.05
  315. defocus 0.0,0.0
  316. converge_x -0.1,0.0,0.1
  317. converge_y 0.1,0.0,-0.1
  318. radial_converge_x 0.0,0.0,0.0
  319. radial_converge_y 0.0,0.0,0.0
  320. red_ratio 1.0,0.0,0.0
  321. grn_ratio 0.0,1.0,0.0
  322. blu_ratio 0.0,0.0,1.0
  323. saturation 1.0
  324. offset 0.0,0.0,0.0
  325. scale 1.0,1.0,1.0
  326. power 1.0,1.0,1.0
  327. floor 0.01,0.01,0.01
  328. phosphor_life 0.0,0.0,0.0
  329.  
  330. #
  331. # NTSC POST-PROCESSING OPTIONS
  332. #
  333. yiq_enable 0
  334. yiq_cc 3.59754545
  335. yiq_a 0.5
  336. yiq_b 0.5
  337. yiq_o 0.0
  338. yiq_p 1.0
  339. yiq_n 1.0
  340. yiq_y 6.0
  341. yiq_i 1.2
  342. yiq_q 0.6
  343. yiq_scan_time 52.6
  344. yiq_phase_count 2
  345.  
  346. #
  347. # VECTOR POST-PROCESSING OPTIONS
  348. #
  349. vector_time_scale 0.0
  350. vector_time_period 0.0
  351. vector_length_scale 0.8
  352. vector_length_ratio 500.0
  353.  
  354. #
  355. # BLOOM POST-PROCESSING OPTIONS
  356. #
  357. vector_bloom_scale 0.3
  358. raster_bloom_scale 0.15
  359. bloom_lvl0_weight 1.0
  360. bloom_lvl1_weight 0.21
  361. bloom_lvl2_weight 0.19
  362. bloom_lvl3_weight 0.17
  363. bloom_lvl4_weight 0.15
  364. bloom_lvl5_weight 0.14
  365. bloom_lvl6_weight 0.13
  366. bloom_lvl7_weight 0.12
  367. bloom_lvl8_weight 0.11
  368. bloom_lvl9_weight 0.10
  369. bloom_lvl10_weight 0.09
  370.  
  371. #
  372. # FULL SCREEN OPTIONS
  373. #
  374. triplebuffer 0
  375. full_screen_brightness 1.0
  376. full_screen_contrast 1.0
  377. full_screen_gamma 1.0
  378.  
  379. #
  380. # INPUT DEVICE OPTIONS
  381. #
  382. dual_lightgun 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement