Advertisement
Guest User

Untitled

a guest
Dec 6th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 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 d:\roms
  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. statename %g
  45. burnin 0
  46.  
  47. #
  48. # CORE PERFORMANCE OPTIONS
  49. #
  50. autoframeskip 0
  51. frameskip 0
  52. seconds_to_run 0
  53. throttle 1
  54. sleep 0
  55. speed 1.0
  56. refreshspeed 0
  57.  
  58. #
  59. # CORE ROTATION OPTIONS
  60. #
  61. rotate 1
  62. ror 0
  63. rol 0
  64. autoror 0
  65. autorol 0
  66. flipx 0
  67. flipy 0
  68.  
  69. #
  70. # CORE ARTWORK OPTIONS
  71. #
  72. artwork_crop 0
  73. use_backdrops 0
  74. use_overlays 0
  75. use_bezels 0
  76. use_cpanels 0
  77. use_marquees 0
  78.  
  79. #
  80. # CORE SCREEN OPTIONS
  81. #
  82. brightness 1.0
  83. contrast 1.0
  84. gamma 0.750
  85. pause_brightness 1.0
  86. effect none
  87.  
  88. #
  89. # CORE VECTOR OPTIONS
  90. #
  91. antialias 1
  92. beam 1.0
  93. flicker 0
  94.  
  95. #
  96. # CORE SOUND OPTIONS
  97. #
  98. samplerate 48000
  99. samples 1
  100. volume 0
  101.  
  102. #
  103. # CORE INPUT OPTIONS
  104. #
  105. coin_lockout 1
  106. ctrlr
  107. mouse 0
  108. joystick 0
  109. lightgun 0
  110. multikeyboard 0
  111. multimouse 0
  112. steadykey 0
  113. ui_active 0
  114. offscreen_reload 0
  115. joystick_map auto
  116. joystick_deadzone 0.3
  117. joystick_saturation 0.85
  118. natural 0
  119. joystick_contradictory 0
  120. coin_impulse 0
  121.  
  122. #
  123. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  124. #
  125. paddle_device keyboard
  126. adstick_device keyboard
  127. pedal_device keyboard
  128. dial_device keyboard
  129. trackball_device keyboard
  130. lightgun_device keyboard
  131. positional_device keyboard
  132. mouse_device mouse
  133.  
  134. #
  135. # CORE DEBUGGING OPTIONS
  136. #
  137. update_in_pause 0
  138. debugscript
  139.  
  140. #
  141. # CORE MISC OPTIONS
  142. #
  143. drc 1
  144. drc_use_c 0
  145. bios
  146. cheat 0
  147. skip_gameinfo 0
  148. uifont default
  149. ramsize
  150. confirm_quit 0
  151. ui_mouse 0
  152. autoboot_command
  153. autoboot_delay 2
  154. autoboot_script
  155. http 0
  156. http_port 8080
  157. http_path web
  158. console 0
  159.  
  160. #
  161. # OSD DEBUGGING OPTIONS
  162. #
  163. log 0
  164. verbose 0
  165. debug 0
  166. debugger auto
  167. oslog 0
  168. watchdog 0
  169.  
  170. #
  171. # OSD PERFORMANCE OPTIONS
  172. #
  173. multithreading 0
  174. numprocessors auto
  175. bench 0
  176.  
  177. #
  178. # OSD VIDEO OPTIONS
  179. #
  180. video opengl
  181. numscreens 1
  182. window 0
  183. maximize 1
  184. keepaspect 1
  185. unevenstretch 1
  186. waitvsync 0
  187. syncrefresh 0
  188.  
  189. #
  190. # OSD PER-WINDOW VIDEO OPTIONS
  191. #
  192. screen auto
  193. aspect auto
  194. resolution auto
  195. view auto
  196. screen0 auto
  197. aspect0 auto
  198. resolution0 auto
  199. view0 auto
  200. screen1 auto
  201. aspect1 auto
  202. resolution1 auto
  203. view1 auto
  204. screen2 auto
  205. aspect2 auto
  206. resolution2 auto
  207. view2 auto
  208. screen3 auto
  209. aspect3 auto
  210. resolution3 auto
  211. view3 auto
  212.  
  213. #
  214. # OSD FULL SCREEN OPTIONS
  215. #
  216. switchres 0
  217.  
  218. #
  219. # OSD SOUND OPTIONS
  220. #
  221. sound dsound
  222. audio_latency 1
  223.  
  224. #
  225. # SDL PERFORMANCE OPTIONS
  226. #
  227. sdlvideofps 0
  228.  
  229. #
  230. # SDL VIDEO OPTIONS
  231. #
  232. centerh 1
  233. centerv 1
  234. scalemode none
  235.  
  236. #
  237. # OpenGL-SPECIFIC OPTIONS
  238. #
  239. filter 0
  240. prescale 1
  241. gl_forcepow2texture 1
  242. gl_notexturerect 1
  243. gl_vbo 1
  244. gl_pbo 1
  245. gl_glsl 1
  246. gl_glsl_filter 0
  247. glsl_shader_mame0 shader\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. # SDL KEYBOARD MAPPING
  270. #
  271. keymap 0
  272. keymap_file keymap.dat
  273. uimodekey SCRLOCK
  274.  
  275. #
  276. # SDL JOYSTICK MAPPING
  277. #
  278. joy_idx1 auto
  279. joy_idx2 auto
  280. joy_idx3 auto
  281. joy_idx4 auto
  282. joy_idx5 auto
  283. joy_idx6 auto
  284. joy_idx7 auto
  285. joy_idx8 auto
  286. sixaxis 0
  287.  
  288. #
  289. # SDL MOUSE MAPPING
  290. #
  291. mouse_index1 auto
  292. mouse_index2 auto
  293. mouse_index3 auto
  294. mouse_index4 auto
  295. mouse_index5 auto
  296. mouse_index6 auto
  297. mouse_index7 auto
  298. mouse_index8 auto
  299.  
  300. #
  301. # SDL KEYBOARD MAPPING
  302. #
  303. keyb_idx1 auto
  304. keyb_idx2 auto
  305. keyb_idx3 auto
  306. keyb_idx4 auto
  307. keyb_idx5 auto
  308. keyb_idx6 auto
  309. keyb_idx7 auto
  310. keyb_idx8 auto
  311.  
  312. #
  313. # SDL LOWLEVEL DRIVER OPTIONS
  314. #
  315. videodriver auto
  316. renderdriver auto
  317. audiodriver auto
  318. gl_lib auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement