Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. #
  2. # CORE CONFIGURATION OPTIONS
  3. #
  4. readconfig 1
  5. writeconfig 1
  6.  
  7. #
  8. # CORE SEARCH PATH OPTIONS
  9. #
  10. rompath D:\Emulators\Mame\roms
  11. hashpath hash
  12. samplepath samples
  13. artpath D:/Emulators/Mame/artwork
  14. ctrlrpath ctrlr
  15. inipath D:\Emulators\Mame\ini
  16. fontpath .
  17. cheatpath D:\Emulators\Mame
  18. crosshairpath crosshair
  19. highpath dats
  20.  
  21. #
  22. # CORE OUTPUT DIRECTORY OPTIONS
  23. #
  24. cfg_directory cfg
  25. nvram_directory D:\Emulators\Mame\nvram
  26. memcard_directory memcard
  27. input_directory inp
  28. state_directory sta
  29. snapshot_directory snap
  30. diff_directory diff
  31. comment_directory comments
  32. hiscore_directory D:\Emulators\Mame\hi
  33. video_directory video
  34.  
  35. #
  36. # CORE STATE/PLAYBACK OPTIONS
  37. #
  38. state
  39. autosave 0
  40. playback
  41. record
  42. mngwrite
  43. aviwrite
  44. wavwrite
  45. snapname %g/%i
  46. snapsize auto
  47. snapview internal
  48. statename %g
  49. burnin 0
  50.  
  51. #
  52. # CORE PERFORMANCE OPTIONS
  53. #
  54. autoframeskip 0
  55. frameskip 0
  56. seconds_to_run 0
  57. throttle 1
  58. sleep 1
  59. speed 1.0
  60. refreshspeed 0
  61.  
  62. #
  63. # CORE ROTATION OPTIONS
  64. #
  65. rotate 1
  66. ror 0
  67. rol 0
  68. autoror 0
  69. autorol 0
  70. flipx 0
  71. flipy 0
  72.  
  73. #
  74. # CORE ARTWORK OPTIONS
  75. #
  76. artwork_crop 0
  77. use_backdrops 0
  78. use_overlays 0
  79. use_bezels 0
  80. use_cpanels 0
  81. use_marquees 0
  82.  
  83. #
  84. # CORE SCREEN OPTIONS
  85. #
  86. brightness 1.0
  87. contrast 1.0
  88. gamma 1.0
  89. pause_brightness 0.65
  90. effect aperture
  91. cleanstretch 0
  92.  
  93. #
  94. # CORE VECTOR OPTIONS
  95. #
  96. antialias 1
  97. beam 1.57
  98. flicker 10.89
  99.  
  100. #
  101. # CORE SOUND OPTIONS
  102. #
  103. sound 1
  104. samplerate 48000
  105. samples 1
  106. volume 0
  107. soundsync 0
  108.  
  109. #
  110. # CORE INPUT OPTIONS
  111. #
  112. coin_lockout 1
  113. ctrlr XArcade+XBOX360x4
  114. mouse 1
  115. joystick 1
  116. lightgun 1
  117. multikeyboard 0
  118. multimouse 1
  119. steadykey 0
  120. ui_active 0
  121. offscreen_reload 1
  122. joystick_map auto
  123. joystick_deadzone 0.3
  124. joystick_saturation 0.85
  125. natural 0
  126. joystick_contradictory 0
  127. coin_impulse 0
  128.  
  129. #
  130. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  131. #
  132. paddle_device keyboard
  133. adstick_device keyboard
  134. pedal_device keyboard
  135. dial_device keyboard
  136. trackball_device keyboard
  137. lightgun_device mouse
  138. positional_device keyboard
  139. mouse_device mouse
  140.  
  141. #
  142. # CORE DEBUGGING OPTIONS
  143. #
  144. log 0
  145. verbose 0
  146. update_in_pause 0
  147. debug 0
  148. debugscript
  149. debug_internal 0
  150.  
  151. #
  152. # CORE MISC OPTIONS
  153. #
  154. bios
  155. cheat 1
  156. skip_gameinfo 1
  157. uifont default
  158. ramsize
  159. confirm_quit 0
  160. ui_mouse 0
  161. autoboot_command
  162. autoboot_delay 2
  163. autoboot_script
  164. hiscore 1
  165.  
  166. #
  167. # WINDOWS DEBUGGING OPTIONS
  168. #
  169. oslog 0
  170. watchdog 0
  171. debugger_font "Lucida Console"
  172. debugger_font_size 9
  173.  
  174. #
  175. # WINDOWS PERFORMANCE OPTIONS
  176. #
  177. priority 0
  178. multithreading 1
  179. numprocessors 4
  180. profile 0
  181. bench 0
  182.  
  183. #
  184. # WINDOWS VIDEO OPTIONS
  185. #
  186. video d3d
  187. numscreens 1
  188. window 0
  189. maximize 1
  190. keepaspect 1
  191. prescale 1
  192. waitvsync 0
  193. syncrefresh 1
  194. menu 0
  195.  
  196. #
  197. # DIRECTDRAW-SPECIFIC OPTIONS
  198. #
  199. hwstretch 1
  200.  
  201. #
  202. # DIRECT3D-SPECIFIC OPTIONS
  203. #
  204. filter 1
  205.  
  206. #
  207. # DIRECT3D POST-PROCESSING OPTIONS
  208. #
  209. hlsl_enable 1
  210. hlslpath hlsl
  211. hlsl_ini_read 0
  212. hlsl_ini_write 0
  213. hlslini %g
  214. hlsl_prescale_x 0
  215. hlsl_prescale_y 0
  216. hlsl_preset -1
  217. hlsl_write
  218. hlsl_snap_width 1024
  219. hlsl_snap_height 768
  220. shadow_mask_alpha 0.15
  221. shadow_mask_texture aperture.png
  222. shadow_mask_x_count 320
  223. shadow_mask_y_count 240
  224. shadow_mask_usize 0.09375
  225. shadow_mask_vsize 0.109375
  226. curvature 0.0
  227. pincushion 0.02
  228. scanline_alpha 1.0
  229. scanline_size 1.0
  230. scanline_height 1.0
  231. scanline_bright_scale 1.7
  232. scanline_bright_offset 0.0
  233. scanline_jitter 0.05
  234. defocus 0.0,0.0
  235. converge_x 0.2,0.0,0.0
  236. converge_y 0.0,0.0,0.0
  237. radial_converge_x 0.2,0.0,0.0
  238. radial_converge_y 0.0,0.0,0.0
  239. red_ratio 0.875,0.125,0.0
  240. grn_ratio -0.1,1.1,0.0
  241. blu_ratio -0.075,0.0,1.075
  242. saturation 1.0
  243. offset -0.15,-0.18,-0.18
  244. scale 1.15,1.18,1.18
  245. power 1.2,0.9,0.7
  246. floor 0.01,0.0,0.01
  247. phosphor_life 0.0,0.0,0.0
  248.  
  249. #
  250. # NTSC POST-PROCESSING OPTIONS
  251. #
  252. yiq_enable 0
  253. yiq_cc 3.597545
  254. yiq_a 0.5
  255. yiq_b 0.5
  256. yiq_o 0.000000
  257. yiq_p 1.000000
  258. yiq_n 1.000000
  259. yiq_y 6.000000
  260. yiq_i 1.200000
  261. yiq_q 0.600000
  262. yiq_scan_time 52.599998
  263. yiq_phase_count 2
  264.  
  265. #
  266. # VECTOR POST-PROCESSING OPTIONS
  267. #
  268. vector_length_scale 0.9
  269. vector_length_ratio 4.0
  270.  
  271. #
  272. # BLOOM POST-PROCESSING OPTIONS
  273. #
  274. vector_bloom_scale 0.3
  275. raster_bloom_scale 0.1
  276. bloom_lvl0_weight 1.0
  277. bloom_lvl1_weight 0.21
  278. bloom_lvl2_weight 0.19
  279. bloom_lvl3_weight 0.17
  280. bloom_lvl4_weight 0.15
  281. bloom_lvl5_weight 0.14
  282. bloom_lvl6_weight 0.13
  283. bloom_lvl7_weight 0.12
  284. bloom_lvl8_weight 0.11
  285. bloom_lvl9_weight 0.10
  286. bloom_lvl10_weight 0.09
  287.  
  288. #
  289. # PER-WINDOW VIDEO OPTIONS
  290. #
  291. screen auto
  292. aspect 16:9
  293. resolution 1680x1050@60
  294. view auto
  295. screen0 auto
  296. aspect0 auto
  297. resolution0 auto
  298. view0 auto
  299. screen1 auto
  300. aspect1 auto
  301. resolution1 auto
  302. view1 auto
  303. screen2 auto
  304. aspect2 auto
  305. resolution2 auto
  306. view2 auto
  307. screen3 auto
  308. aspect3 auto
  309. resolution3 auto
  310. view3 auto
  311.  
  312. #
  313. # FULL SCREEN OPTIONS
  314. #
  315. triplebuffer 1
  316. switchres 0
  317. full_screen_brightness 1.0
  318. full_screen_contrast 1.0
  319. full_screen_gamma 1.0
  320.  
  321. #
  322. # WINDOWS SOUND OPTIONS
  323. #
  324. audio_latency 2
  325.  
  326. #
  327. # INPUT DEVICE OPTIONS
  328. #
  329. dual_lightgun 0
  330. joystick_id_1 0
  331. joystick_id_2 1
  332. joystick_id_3 2
  333. joystick_id_4 3
  334. joystick_id_5 4
  335. joystick_id_6 5
  336. joystick_id_7 6
  337. joystick_id_8 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement