Guest User

Untitled

a guest
Jun 17th, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. <UNADORNED0>
  2.  
  3. #
  4. # CORE CONFIGURATION OPTIONS
  5. #
  6. readconfig 1
  7. writeconfig 0
  8.  
  9. #
  10. # CORE SEARCH PATH OPTIONS
  11. #
  12. rompath roms
  13. hashpath hash
  14. samplepath samples
  15. artpath artwork
  16. ctrlrpath ctrlr
  17. inipath .;ini
  18. fontpath .
  19. cheatpath cheat
  20. crosshairpath crosshair
  21.  
  22. #
  23. # CORE OUTPUT DIRECTORY OPTIONS
  24. #
  25. cfg_directory cfg
  26. nvram_directory nvram
  27. memcard_directory memcard
  28. input_directory inp
  29. state_directory sta
  30. snapshot_directory snap
  31. diff_directory diff
  32. comment_directory comments
  33.  
  34. #
  35. # CORE OUTPUT DIRECTORY OPTIONS
  36. #
  37. hiscore_directory hi
  38.  
  39. #
  40. # CORE STATE/PLAYBACK OPTIONS
  41. #
  42. state
  43. autosave 0
  44. playback
  45. record
  46. mngwrite
  47. aviwrite
  48. wavwrite
  49. snapname %g/%i
  50. snapsize auto
  51. snapview internal
  52. burnin 0
  53.  
  54. #
  55. # CORE PERFORMANCE OPTIONS
  56. #
  57. autoframeskip 0
  58. frameskip 0
  59. seconds_to_run 0
  60. throttle 0
  61. sleep 1
  62. speed 1.0
  63. refreshspeed 0
  64.  
  65. #
  66. # CORE ROTATION OPTIONS
  67. #
  68. rotate 1
  69. ror 0
  70. rol 0
  71. autoror 0
  72. autorol 0
  73. flipx 0
  74. flipy 0
  75.  
  76. #
  77. # CORE ARTWORK OPTIONS
  78. #
  79. artwork_crop 0
  80. use_backdrops 0
  81. use_overlays 0
  82. use_bezels 0
  83.  
  84. #
  85. # CORE SCREEN OPTIONS
  86. #
  87. brightness 1.0
  88. contrast 1.0
  89. gamma 1.0
  90. pause_brightness 0.65
  91. effect none
  92.  
  93. #
  94. # CORE VECTOR OPTIONS
  95. #
  96. antialias 1
  97. beam 1.0
  98. flicker 0
  99.  
  100. #
  101. # CORE SOUND OPTIONS
  102. #
  103. sound 1
  104. samplerate 48000
  105. samples 1
  106. volume 0
  107.  
  108. #
  109. # CORE INPUT OPTIONS
  110. #
  111. coin_lockout 1
  112. ctrlr
  113. mouse 0
  114. joystick 1
  115. lightgun 0
  116. multikeyboard 0
  117. multimouse 0
  118. steadykey 0
  119. offscreen_reload 0
  120. joystick_map auto
  121. joystick_deadzone 0.3
  122. joystick_saturation 0.85
  123. natural 0
  124.  
  125. #
  126. # CORE INPUT AUTOMATIC ENABLE OPTIONS
  127. #
  128. paddle_device keyboard
  129. adstick_device keyboard
  130. pedal_device keyboard
  131. dial_device keyboard
  132. trackball_device keyboard
  133. lightgun_device keyboard
  134. positional_device keyboard
  135. mouse_device mouse
  136.  
  137. #
  138. # CORE DEBUGGING OPTIONS
  139. #
  140. log 0
  141. verbose 0
  142. update_in_pause 0
  143. debug 0
  144. debugscript
  145. debug_internal 0
  146.  
  147. #
  148. # CORE MISC OPTIONS
  149. #
  150. bios
  151. cheat 0
  152. skip_gameinfo 0
  153. uifont default
  154. ramsize
  155.  
  156. #
  157. # CORE MKChamp OPTIONS
  158. #
  159. disable_hiscore_patch 0
  160. disable_nagscreen_patch 0
  161. disable_loading_patch 0
  162.  
  163. #
  164. # CORE SWITCHRES OPTIONS
  165. #
  166. modeline 1
  167. monitor cga
  168. monitor_connector auto
  169. monitor_orientation vertical
  170. monitor_aspect 4:3
  171. monitor_debug 0
  172. monitor_doublescan 1
  173. monitor_dotclock 0
  174. monitor_ymin 0
  175. soundsync 0
  176. cleanstretch 0
  177. changeres 1
  178. redraw 0
  179. monitor_specs0 auto
  180. monitor_specs1 auto
  181. monitor_specs2 auto
  182. monitor_specs3 auto
  183. monitor_specs4 auto
  184. monitor_specs5 auto
  185. monitor_specs6 auto
  186. monitor_specs7 auto
  187.  
  188. #
  189. # WINDOWS DEBUGGING OPTIONS
  190. #
  191. oslog 0
  192. watchdog 0
  193. debugger_font "Lucida Console"
  194. debugger_font_size 9
  195.  
  196. #
  197. # WINDOWS PERFORMANCE OPTIONS
  198. #
  199. priority 0
  200. multithreading 1
  201. numprocessors auto
  202. profile 0
  203. bench 0
  204.  
  205. #
  206. # WINDOWS VIDEO OPTIONS
  207. #
  208. video ddraw
  209. numscreens 1
  210. window 0
  211. maximize 1
  212. keepaspect 0
  213. prescale 1
  214. waitvsync 1
  215. syncrefresh 1
  216. menu 0
  217.  
  218. #
  219. # DIRECTDRAW-SPECIFIC OPTIONS
  220. #
  221. hwstretch 0
  222.  
  223. #
  224. # DIRECT3D-SPECIFIC OPTIONS
  225. #
  226. d3dversion 9
  227. filter 0
  228.  
  229. #
  230. # PER-WINDOW VIDEO OPTIONS
  231. #
  232. screen auto
  233. aspect auto
  234. resolution auto
  235. view auto
  236. screen0 auto
  237. aspect0 auto
  238. resolution0 auto
  239. view0 auto
  240. screen1 auto
  241. aspect1 auto
  242. resolution1 auto
  243. view1 auto
  244. screen2 auto
  245. aspect2 auto
  246. resolution2 auto
  247. view2 auto
  248. screen3 auto
  249. aspect3 auto
  250. resolution3 auto
  251. view3 auto
  252.  
  253. #
  254. # FULL SCREEN OPTIONS
  255. #
  256. triplebuffer 0
  257. switchres 1
  258. full_screen_brightness 1.0
  259. full_screen_contrast 1.0
  260. full_screen_gamma 1.0
  261.  
  262. #
  263. # WINDOWS SOUND OPTIONS
  264. #
  265. audio_latency 2
  266.  
  267. #
  268. # INPUT DEVICE OPTIONS
  269. #
  270. dual_lightgun 0
Advertisement
Add Comment
Please, Sign In to add comment