Advertisement
Guest User

Alt_1

a guest
Aug 29th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. key_menu_as_rgui=0 ; set to 1 to make the MENU key map to RGUI in Minimig (e.g. for Right Amiga)
  2. forced_scandoubler=0 ; set to 1 to run scandoubler on VGA output always (depends on core).
  3. ypbpr=0 ; set to 1 for YPbPr on VGA output.
  4. composite_sync=0 ; set to 1 for composite sync on HSync signal of VGA output.
  5. vga_scaler=1 ; set to 1 to connect VGA to scaler output.
  6. hdmi_audio_96k=0 ; set to 1 for 96khz/16bit HDMI audio (48khz/16bit otherwise)
  7. keyrah_mode=0x18d80002 ; VIDPID of keyrah for special code translation (0x23418037 for Arduino Micro)
  8. vscale_mode=0 ; 0 - scale to fit the screen height.
  9. ; 1 - use integer scale only.
  10. ; 2 - use 0.5 steps of scale.
  11. ; 3 - use 0.25 steps of scale.
  12. vscale_border=0 ; set vertical border for TVs cutting the upper/bottom parts of screen (1-399)
  13. ;bootscreen=0 ; uncomment to disable boot screen of some cores like Minimig.
  14. ;mouse_throttle=10 ; 1-100 mouse speed divider. Useful for very sensitive mice
  15. rbf_hide_datecode=0 ; 1 - hides datecodes from rbf file names. Press F2 for quick temporary toggle
  16. menu_pal=0 ; 1 - PAL mode for menu core
  17. hdmi_limited=0 ; 1 - use limited (16..235) color range over HDMI
  18. ; 2 - use limited (16..255) color range over HDMI, for VGA converters.
  19. direct_video=0 ; 1 - enable core video timing over HDMI, use only with VGA converters.
  20. fb_size=0 ; 0 - automatic, 1 - full size, 2 - 1/2 of resolution, 4 - 1/4 of resolution.
  21. fb_terminal=1 ; 1 - enabled (default), 0 - disabled
  22. osd_timeout=30 ; 5-3600 timeout (in seconds) for OSD to disappear in Menu core. 0 - never timeout.
  23. ; Background picture will get darker after double timeout
  24. osd_rotate=0 ; Display OSD menu rotated, 0 - no rotation, 1 - rotate right (+90°), 2 - rotate left (-90°)
  25.  
  26. ; 1 - enables the recent file loaded/mounted.
  27. ; 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
  28. ; There is also higher chance to corrupt the File System if MiSTer will be reset or powered off while writing.
  29. recents=0
  30.  
  31. ; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  32. ; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  33. ; corename - Autoboot first corename_*.rbf found on the SD/USB
  34. ; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
  35. ;bootcore=lastcore ; uncomment to autoboot a core, as the last loaded core.
  36.  
  37. ; 10-30 timeout before autoboot, comment for autoboot without timeout.
  38. bootcore_timeout=10
  39.  
  40. ; Option to load the custom font. Format is plain bitmap 8x8.
  41. ; Supported sizes of font:
  42. ; 768 bytes - chars 32-127 (only alpha + numeric)
  43. ; 1024 bytes - chars 0-127
  44. ; 1136 bytes - chars 0-141
  45. ; up to 2048 - only chars 0-141 will be used.
  46. ; if first 32 chars are empty (for sizes 1024 bytes and more) then they are skipped.
  47. font=font/myfont.pf
  48.  
  49. ; USER button emulation by keybaord. Usually it's reset button.
  50. ; 0 - lctrl+lalt+ralt (lctrl+lgui+rgui on keyrah)
  51. ; 1 - lctrl+lgui+rgui
  52. ; 2 - lctrl+lalt+del
  53. ; 3 - same as 0 (lctrl+lalt+ralt on keyrah)
  54. reset_combo=0
  55.  
  56. ; set to 1 for DVI mode. Audio won't be transmitted through HDMI in DVI mode.
  57. dvi_mode=0
  58.  
  59. ; 0 - 1280x720@60
  60. ; 1 - 1024x768@60
  61. ; 2 - 720x480@60
  62. ; 3 - 720x576@50
  63. ; 4 - 1280x1024@60
  64. ; 5 - 800x600@60
  65. ; 6 - 640x480@60
  66. ; 7 - 1280x720@50
  67. ; 8 - 1920x1080@60
  68. ; 9 - 1920x1080@50
  69. ;10 - 1366x768@60
  70. ;11 - 1024x600@60
  71. ;12 - 1920x1440@60
  72. ;13 - 2048x1536@60
  73. ;
  74. ; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz[,hsyncp,vsyncp]
  75. ; video_mode=1280,110,40,220,720,5,5,20,74250,0,0
  76. video_mode=1600,64,192,304,1200,1,3,46,162000
  77.  
  78. ; set to 1-10 (seconds) to display video info on startup/change
  79. video_info=1
  80.  
  81. ; Set to 1 for automatic HDMI VSync rate adjust to match original VSync.
  82. ; Set to 2 for low latency mode (single buffer).
  83. ; This option makes video butter smooth like on original emulated system.
  84. ; Adjusting is done by changing pixel clock. Not every display supports variable pixel clock.
  85. ; For proper adjusting and to reduce possible out of range pixel clock, use 60Hz HDMI video
  86. ; modes as a base even for 50Hz systems.
  87. vsync_adjust=0
  88.  
  89. ; If you monitor doesn't support either very low (NTSC monitors may not support PAL) or
  90. ; very high (PAL monitors may not support NTSC) then you can set refresh_min and/or refresh_max
  91. ; parameters, so vsync_adjust won't be applied for refreshes outside specified.
  92. ; These parameters are valid only when vsync_adjust is non-zero.
  93. refresh_min=0
  94. refresh_max=0
  95.  
  96. ; These parameters have the same format as video_mode.
  97. ; You need to supply both PAL and NTSC modes if you want vsync_adjust to switch between
  98. ; predefined modes as a base. This will reduce the range of pixel clock.
  99. ;video_mode_ntsc=0
  100. ;video_mode_pal=7
  101.  
  102. ; 1-10 (seconds) to display controller's button map upon first time key press
  103. ; 0 - disable
  104. controller_info=6
  105.  
  106. ; JammaSD/J-PAC/I-PAC keys to joysticks translation
  107. ; You have to provide correct VID and PID of your input device
  108. ; Examples: Legacy J-PAC with Mini-USB or USB capable I-PAC with PS/2 connectors VID=0xD209/PID=0x0301
  109. ; USB Capable J-PAC with only PS/2 connectors VID=0x04B4/PID=0x0101
  110. ; JammaSD: VID=0x04D8/PID=0xF3AD
  111. jamma_vid=0x04D8
  112. jamma_pid=0xF3AD
  113.  
  114. ; Disable merging input devices. Use if only player 1 works.
  115. ; Leave no_merge_pid empty to apply this to all devices with the same VID.
  116. ;no_merge_vid=0x045E
  117. ;no_merge_pid=0x028E
  118.  
  119. ; Same as above but can add multiple devices (one entry per VIDPID). Format is VIDPID in hex number
  120. ;no_merge_vidpid=0x12345678
  121. ;no_merge_vidpid=0x11112222
  122.  
  123. ; Speeds in sniper/non-sniper modes of mouse emulation by joystick
  124. ; 0 - (default) - faster move in non-sniper mode, slower move in sniper mode.
  125. ; 1 - movement speeds are swapped.
  126. sniper_mode=0
  127.  
  128. ; Uncomment following option if you don't want to see a second line for long file names in listing.
  129. ;browse_expand=0
  130.  
  131. ; 0 - disable MiSTer logo in Menu core
  132. logo=1
  133.  
  134. ; Custom shared folder for core supporting this feature (currently minimig and ao486 only)
  135. ; Can be relative to core's home dir or absolute path.
  136. ; Path must exist before core start to use it, or it will fail.
  137. ; Make sure USB device is mounted before use shared folder on USB!
  138. shared_folder=
  139.  
  140. ; Custom aspect ratio
  141. ;custom_aspect_ratio_1=16:10
  142. ;custom_aspect_ratio_2=1:1
  143.  
  144. ; use specific (VID/PID) mouse X movement as a spinner and paddle. Use VID=0xFFFF/PID=0xFFFF to use all mice as spinners.
  145. ;spinner_vid=0x1BCF
  146. ;spinner_pid=0x0005
  147.  
  148. ; spinner_throttle with base value 100 gives one spinner step per one tick. Higher value makes spinner slower.
  149. ; Lower than 100 makes spinner faster. Negative value gives opposite direction.
  150. ;spinner_throttle=-50
  151.  
  152. ; 0 - X axis, 1 - Y axis.
  153. ;spinner_axis=1
  154.  
  155. ; Default filters for video scaler. Paths must be relative to "Filters" folder without leading slash.
  156. ;vfilter_default=LCD Effects/LCD_Effect_07.txt
  157. ;vfilter_vertical_default=<some_file>
  158. ;vfilter_scanlines_default=<some_file>
  159.  
  160. ; Default filters for audio. Paths must be relative to "Filters_audio" folder without leading slash.
  161. ;afilter_default=LPF2000_3tap.txt
  162.  
  163. ; Defines internal joypad mapping from virtual SNES mapping in main to core mapping
  164. ; Set to 0 for name mapping (jn) (e.g. A button in SNES core = A button on controller regardless of position on pad)
  165. ; Set to 1 for positional mapping (jp) (e.g. A button in SNES core = East button on controller regardless of button name)
  166. gamepad_defaults=0
  167.  
  168. ; Write out file name under the cursor in browser for external integration
  169. ; External application or script may parse the info and do some additional actions and/or send info to 3rd party server.
  170. ; Warning: it may slowdown the system or add lag while browsing the files in OSD depending on external app/script.
  171. log_file_entry=0
  172.  
  173. ; Automatically disconnect (and shutdown) Bluetooth input device if not use specified amount of time.
  174. ; Some controllers have no automatic shutdown built in and will keep connection till battery dry out.
  175. ; 0 - don't disconnect automatically, otherwise it's amount of minutes.
  176. bt_auto_disconnect=0
  177.  
  178. ; Reset Bluetooth dongle before pair dialog.
  179. ; Some dongles may have problem to pair if not explicitly reset.
  180. ; Some dongles (mostly CSR) have problem to pair with BLE if not reset in advance.
  181. ; Consequence of reset: some input devices get shutdown after reset.
  182. bt_reset_before_pair=0
  183.  
  184. ;default Shadow Mask
  185. ;shmask_default=VGA.txt
  186.  
  187. ;default shadow mask mode:
  188. ; 0 - none, 1 - 1x, 2 - 2x, 3 - 1x Rotated, 4 - 2x Rotated
  189. ;shmask_mode_default=1
  190.  
  191. ; Wait for specific mount before start the core.
  192. ; Attention: waiting is performing BEFORE core start, so no message will be displayed on screen!
  193. ; It's useful for debugging when core is loaded from USB blaster and games folder is on USB or Network drive.
  194. ; This option cannot be used when defmra in CONFSTR is used (i.e. if arcade rbf is loaded directly not through MRA).
  195. ; This option is ignored for Menu core.
  196. ;waitmount=/media/usb0
  197.  
  198. ; Overrides for video mode
  199. ; When the core's video mode matches the parameters in the section header, any options in the section override options from MiSTer and core sections.
  200. ; Refresh rate in header is optional and, if present, must match exactly the output from video_info or the logs. For example, if it says "60.0Hz", the header needs to be "@60.0" to match.
  201. ; When the core changes video mode, MiSTer will first look for a matching WIDTHxHEIGHT@VREFRESH section.
  202. ; If no match is found, it will fall back to a matching WIDTHxHEIGHT section with no refresh rate.
  203. ; If there is still no match, MiSTer/core options will be used without overrides.
  204. ; [video=640x400]
  205. ; ...
  206. ; [video=640x400@70.1]
  207. ; ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement