Advertisement
Guest User

Untitled

a guest
May 22nd, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. [MiSTer]
  2. key_menu_as_rgui=0 ;set to 1 to make the MENU key map to RGUI in Minimig (e.g. for Right Amiga)
  3. forced_scandoubler=0 ;set to 1 to run scandoubler on VGA output always (depends on core).
  4. ypbpr=1 ;set to 1 for YPbPr on VGA output.
  5. composite_sync=0 ;set to 1 for composite sync on HSync signal of VGA output.
  6. vga_scaler=0 ;set to 1 to connect VGA to scaler output.
  7. hdmi_audio_96k=1 ;set to 1 for 96khz/16bit HDMI audio (48khz/16bit otherwise)
  8. keyrah_mode=0x18d80002 ;VIDPID of keyrah for special code translation (0x23418037 for Arduino Micro)
  9. vscale_mode=1 ;0 - scale to fit the screen height.
  10. ;1 - use integer scale only.
  11. ;2 - use 0.5 steps of scale.
  12. ;3 - use 0.25 steps of scale.
  13. vscale_border=0 ;set vertical border for TVs cutting the upper/bottom parts of screen (1-399)
  14. ;bootscreen=0 ;uncomment to disable boot screen of some cores like Minimig.
  15. ;mouse_throttle=10 ;1-100 mouse speed divider. Useful for very sensitive mice
  16. rbf_hide_datecode=0 ;1 - hides datecodes from rbf file names. Press F2 for quick temporary toggle
  17. menu_pal=0 ;1 - PAL mode for menu core
  18. hdmi_limited=0 ;1 - use limited (16..235) color range over HDMI
  19. ;2 - use limited (16..255) color range over HDMI, for VGA converters.
  20. direct_video=0 ;1 - enable core video timing over HDMI, use only with VGA converters.
  21. fb_size=0 ;0 - automatic, 1 - full size, 2 - 1/2 of resolution, 4 - 1/4 of resolution.
  22. fb_terminal=1 ;1 - enabled (default), 0 - disabled
  23. osd_timeout=30 ;5-3600 timeout (in seconds) for OSD to disappear in Menu core. 30 seconds if not set.
  24. ;Background picture will get darker after double timeout
  25. osd_rotate=0 ;Display OSD menu rotated, 0 - no rotation, 1 - rotate right (+90°), 2 - rotate left (-90°)
  26.  
  27. ; 1 - enables the recent file loaded/mounted.
  28. ; WARNING: This option will enable write to SD card on every load/mount which may wear the SD card after many writes to the same place
  29. ; There is also higher chance to corrupt the File System if MiSTer will be reset or powered off while writing.
  30. recents=0
  31.  
  32. ; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  33. ; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  34. ; corename - Autoboot first corename_*.rbf found on the SD/USB
  35. ; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
  36. ;bootcore=lastcore ;uncomment to autoboot a core, as the last loaded core.
  37.  
  38. ; 10-30 timeout before autoboot, comment for autoboot without timeout.
  39. bootcore_timeout=10
  40.  
  41. ; Option to load the custom font. Format is plain bitmap 8x8.
  42. ; Supported sizes of font:
  43. ; 768 bytes - chars 32-127 (only alpha + numeric)
  44. ; 1024 bytes - chars 0-127
  45. ; 1136 bytes - chars 0-141
  46. ; up to 2048 - only chars 0-141 will be used.
  47. ; if first 32 chars are empty (for sizes 1024 bytes and more) then they are skipped.
  48. font=font/myfont.pf
  49.  
  50. ; USER button emulation by keybaord. Usually it's reset button.
  51. ; 0 - lctrl+lalt+ralt (lctrl+lgui+rgui on keyrah)
  52. ; 1 - lctrl+lgui+rgui
  53. ; 2 - lctrl+lalt+del
  54. ; 3 - same as 0 (lctrl+lalt+ralt on keyrah)
  55. reset_combo=0
  56.  
  57. ; set to 1 for DVI mode. Audio won't be transmitted through HDMI in DVI mode.
  58. dvi_mode=0
  59.  
  60. ; 0 - 1280x720@60
  61. ; 1 - 1024x768@60
  62. ; 2 - 720x480@60
  63. ; 3 - 720x576@50
  64. ; 4 - 1280x1024@60
  65. ; 5 - 800x600@60
  66. ; 6 - 640x480@60
  67. ; 7 - 1280x720@50
  68. ; 8 - 1920x1080@60
  69. ; 9 - 1920x1080@50
  70. ;10 - 1366x768@60
  71. ;11 - 1024x600@60
  72. ;12 - 1920x1440@60
  73. ;13 - 2048x1536@60
  74. ;
  75. ; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
  76. ; video_mode=1280,110,40,220,720,5,5,20,74250
  77. video_mode=0
  78.  
  79. ; set to 1-10 (seconds) to display video info on startup/change
  80. video_info=10
  81.  
  82. ; Set to 1 for automatic HDMI VSync rate adjust to match original VSync.
  83. ; Set to 2 for low latency mode (single buffer).
  84. ; This option makes video butter smooth like on original emulated system.
  85. ; Adjusting is done by changing pixel clock. Not every display supports variable pixel clock.
  86. ; For proper adjusting and to reduce possible out of range pixel clock, use 60Hz HDMI video
  87. ; modes as a base even for 50Hz systems.
  88. vsync_adjust=2
  89.  
  90. ; If you monitor doesn't support either very low (NTSC monitors may not support PAL) or
  91. ; very high (PAL monitors may not support NTSC) then you can set refresh_min and/or refresh_max
  92. ; parameters, so vsync_adjust won't be applied for refreshes outside specified.
  93. ; These parameters are valid only when vsync_adjust is non-zero.
  94. refresh_min=0
  95. refresh_max=0
  96.  
  97. ; These parameters have the same format as video_mode.
  98. ; You need to supply both PAL and NTSC modes if you want vsync_adjust to switch between
  99. ; predefined modes as a base. This will reduce the range of pixel clock.
  100. ;video_mode_ntsc=0
  101. ;video_mode_pal=7
  102.  
  103. ; 1-10 (seconds) to display controller's button map upon first time key press
  104. ; 0 - disable
  105. controller_info=0
  106.  
  107. ; JammaSD/J-PAC/I-PAC keys to joysticks translation
  108. ; You have to provide correct VID and PID of your input device
  109. ; Examples: Legacy J-PAC with Mini-USB or USB capable I-PAC with PS/2 connectors VID=0xD209/PID=0x0301
  110. ; USB Capable J-PAC with only PS/2 connectors VID=0x04B4/PID=0x0101
  111. ; JammaSD: VID=0x04D8/PID=0xF3AD
  112. jamma_vid=0x04D8
  113. jamma_pid=0xF3AD
  114.  
  115. ; Disable merging input devices. Use if only player 1 works.
  116. ; Leave no_merge_pid empty to apply this to all devices with the same VID.
  117. ;no_merge_vid=0x045E
  118. ;no_merge_pid=0x028E
  119.  
  120. ; Speeds in sniper/non-sniper modes of mouse emulation by joystick
  121. ; 0 - (default) - faster move in non-sniper mode, slower move in sniper mode.
  122. ; 1 - movement speeds are swapped.
  123. sniper_mode=0
  124.  
  125. ; Uncomment following option if you don't want to see a second line for long file names in listing.
  126. ;browse_expand=0
  127.  
  128. ; 0 - disable MiSTer logo in Menu core
  129. logo=1
  130.  
  131. ; Custom shared folder for core supporting this feature (currently minimig and ao486 only)
  132. ; Can be relative to core's home dir or absolute path.
  133. ; Path must exist before core start to use it, or it will fail.
  134. ; Make sure USB device is mounted before use shared folder on USB!
  135. shared_folder=
  136.  
  137. ; Custom aspect ratio
  138. ;custom_aspect_ratio_1=16:10
  139. ;custom_aspect_ratio_2=1:1
  140.  
  141. ; use specific (VID/PID) mouse X movement as a spinner and paddle. Use VID=0xFFFF/PID=0xFFFF to use all mice as spinners.
  142. ; spinner_throttle with base value 100 gives one spinner step per one tick. Higher value makes spinner slower.
  143. ; Lower than 100 makes spinner faster. Negative value gives opposite direction.
  144. ;spinner_vid=0x1BCF
  145. ;spinner_pid=0x0005
  146. ;spinner_throttle=-50
  147.  
  148. ; Default filters for video scaler and audio. Paths must be relative to scaler/audio filter filders without leading slash.
  149. vfilter_default=_Scanlines (Default).txt
  150. ;afilter_default=LPF2000_3tap.
  151. [nes]
  152. video_mode=1536,48,32,80,1200,3,10,22,125674
  153. custom_aspect_ratio_1=64:49
  154. custom_aspect_ratio_2=48:35
  155. [snes]
  156. video_mode=1536,48,32,80,1120,3,10,19,117228
  157. ;video_mode=1536,48,32,80,1200,3,10,22,125674
  158. custom_aspect_ratio_1=8:7
  159. custom_aspect_ratio_2=4:3
  160. [gameboy]
  161. video_mode=1440,48,32,80,1152,3,7,23,113760
  162. custom_aspect_ratio_1=8:7
  163. [gba]
  164. video_mode=1820,48,32,80,1120,3,10,19,136581
  165. custom_aspect_ratio_1=8:7
  166. custom_aspect_ratio_2=10:7
  167. [sms]
  168. video_mode=1536,48,32,80,1152,3,4,26,120586
  169. custom_aspect_ratio_1=32:21
  170. custom_aspect_ratio_2=5:4
  171. [genesis]
  172. video_mode=1600,48,32,80,1120,3,10,19,121651
  173. custom_aspect_ratio_1=256:245
  174. custom_aspect_ratio_2=64:49
  175. [megacd]
  176. video_mode=1600,48,32,80,1120,3,10,19,121651
  177. custom_aspect_ratio_1=256:245
  178. custom_aspect_ratio_2=64:49
  179. [tgfx16]
  180. video_mode=1800,48,32,80,1155,3,10,20,139709
  181. custom_aspect_ratio_1=96:77
  182. custom_aspect_ratio_2=270:231
  183. [neogeo] ;NeoGeo MVS
  184. video_mode=1600,48,32,80,1120,3,10,19,121651
  185. custom_aspect_ratio_1=640:441
  186. custom_aspect_ratio_2=3200:2191
  187. [a.segasys1] ;Sega System 1
  188. video_mode=1536,48,32,80,1120,3,10,19,117228
  189. custom_aspect_ratio_1=8:7
  190. custom_aspect_ratio_2=64:49
  191. [a.iremm62] ;Irem M62
  192. video_mode=1536,48,32,80,1024,3,10,16,106746
  193. custom_aspect_ratio_1=640:511
  194. custom_aspect_ratio_2=256:255
  195. [jts16] ;Sega System 16
  196. video_mode=1600,48,32,80,1120,3,10,19,121651
  197. custom_aspect_ratio_1=8:7
  198. custom_aspect_ratio_2=400:287
  199. [jtcps1] ;CAPCOM PLAY SYSTEM
  200. video_mode=1920,48,32,80,1344,3,10,25,172474
  201. custom_aspect_ratio_1=4:3
  202. custom_aspect_ratio_2=33:28
  203. [jtcps15] ;CAPCOM PLAY SYSTEM DASH
  204. video_mode=1920,48,32,80,1344,3,10,25,172474
  205. custom_aspect_ratio_1=4:3
  206. custom_aspect_ratio_2=33:28
  207. [jtcps2] ;CAPCOM PLAY SYSTEM 2
  208. video_mode=1920,48,32,80,1344,3,10,25,172474
  209. custom_aspect_ratio_1=4:3
  210. custom_aspect_ratio_2=33:28
  211. [jt1942] ;1942
  212. video_mode=1536,48,32,80,1120,3,10,19,117228
  213. custom_aspect_ratio_1=7:8
  214. custom_aspect_ratio_2=49:64
  215. [jt1943] ;1943
  216. video_mode=1536,48,32,80,1120,3,10,19,117228
  217. custom_aspect_ratio_1=7:8
  218. custom_aspect_ratio_2=49:64
  219. [jtbiocom] ;Bionic Commando
  220. video_mode=1536,48,32,80,1120,3,10,19,117228
  221. custom_aspect_ratio_1=8:7
  222. custom_aspect_ratio_2=64:49
  223. [jtbtiger] ;Black Tiger / Black dragon
  224. video_mode=1536,48,32,80,1120,3,10,19,117228
  225. custom_aspect_ratio_1=8:7
  226. custom_aspect_ratio_2=64:49
  227. [jtbubl] ;Bubble Bobble / Tokio
  228. video_mode=1536,48,32,80,1125,3,10,19,117736
  229. custom_aspect_ratio_1=256:225
  230. custom_aspect_ratio_2=225:256
  231. [jtcomsc] ;Combat School / Boot Camp
  232. video_mode=1680,48,32,80,1200,3,10,21,136234
  233. custom_aspect_ratio_1=7:6
  234. custom_aspect_ratio_2=1120:939
  235. [jtcom] ;Commando / Senjou no Ookami
  236. video_mode=1536,48,32,80,1120,3,10,19,117228
  237. custom_aspect_ratio_1=7:8
  238. custom_aspect_ratio_2=1120:939
  239. [jtcontra] ;Contra
  240. video_mode=1680,48,32,80,1200,3,10,21,136234
  241. custom_aspect_ratio_1=6:7
  242. custom_aspect_ratio_2=939:1120
  243. [jtdd] ;Double Dragon
  244. video_mode=1536,48,32,80,1160,3,10,19,121298
  245. custom_aspect_ratio_1=1024:939
  246. custom_aspect_ratio_2=45:44
  247. [jtdd2] ;Double Dragon II: The Revenge
  248. video_mode=1536,48,32,80,1160,3,10,19,121298
  249. custom_aspect_ratio_1=1024:939
  250. custom_aspect_ratio_2=45:44
  251. [jtf1drm] ;F-1 Dream
  252. video_mode=1536,48,32,80,1120,3,10,19,117228
  253. custom_aspect_ratio_1=8:7
  254. custom_aspect_ratio_2=64:49
  255. [jtgng] ;Ghost n' Goblins / Makaimura
  256. video_mode=1536,48,32,80,1120,3,10,19,117228
  257. custom_aspect_ratio_1=8:7
  258. custom_aspect_ratio_2=64:49
  259. [jtgun] ;Gun.Smoke
  260. video_mode=1536,48,32,80,1120,3,10,19,117228
  261. custom_aspect_ratio_1=7:8
  262. custom_aspect_ratio_2=49:64
  263. [jthige] ;Pirate Ship Higemaru
  264. video_mode=1536,48,32,80,1120,3,10,19,117228
  265. custom_aspect_ratio_1=8:7
  266. custom_aspect_ratio_2=64:49
  267. [jtlabrun] ;Labyrinth Runner
  268. ;video_mode=1680,48,32,80,1200,3,10,21,136234
  269. ;custom_aspect_ratio_1=6:7
  270. ;custom_aspect_ratio_2=939:1120
  271. [jtsz] ;Section Z / Legendary Wings / Ares no Tsubasa
  272. video_mode=1536,48,32,80,1200,3,10,19,125368
  273. custom_aspect_ratio_1=128:105
  274. ;custom_aspect_ratio_1=16:15
  275. custom_aspect_ratio_2=105:128
  276. ;custom_aspect_ratio_2=15:16
  277. [jtsarms] ;Side Arms Hyper Dyne
  278. video_mode=1504,48,32,80,1120,3,10,20,115116
  279. custom_aspect_ratio_1=47:35
  280. custom_aspect_ratio_2=94:49
  281. [sf] ;Street Fighter
  282. video_mode=1536,48,32,80,1120,3,10,20,117329
  283. custom_aspect_ratio_1=8:7
  284. custom_aspect_ratio_2=1280:973
  285. [jttora] ;Tiger road / Tora e no Michi
  286. video_mode=1536,48,32,80,1120,3,10,19,117228
  287. custom_aspect_ratio_1=8:7
  288. custom_aspect_ratio_2=64:49
  289. [jttrojan] ;Trojan / Tatakai no Banka
  290. video_mode=1536,48,32,80,1200,3,10,19,125368 ; trojan
  291. video_mode=1920,48,32,80,1440,3,4,32,184579custom_aspect_ratio_1=16:15
  292. custom_aspect_ratio_2=128:105
  293. [jtvulgus] ;Vulgus
  294. video_mode=1536,48,32,80,1120,3,10,19,117228
  295. custom_aspect_ratio_1=7:8
  296. custom_aspect_ratio_2=49:64
  297. [x68000] ;Sharp X68000
  298. video_mode=1536,48,32,80,1024,3,10,17,107255 ;61.46hz
  299. ;video_mode=1536,48,32,80,1024,3,10,14,106950 ;55.45hz
  300. custom_aspect_ratio_1=7:6
  301. custom_aspect_ratio_2=10:7
  302. [cave] ;Cave 68000
  303. video_mode=1600,48,32,80,1200,3,4,26,130205 ;57.5hz
  304. ;video_mode=1600,48,32,80,1200,3,4,28,130416 ;60hz
  305. custom_aspect_ratio_1=40:33
  306. custom_aspect_ratio_2=10:7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement