Advertisement
Guest User

Untitled

a guest
May 16th, 2020
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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=0                ; 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=1           ; 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. volumectl=1            ; enable audio volume control by multimedia keys
  10. vscale_mode=0          ; 0 - scale to fit the screen height.
  11.                        ; 1 - use integer scale only.
  12.                        ; 2 - use 0.5 steps of scale.
  13.                        ; 3 - use 0.25 steps of scale.
  14. vscale_border=0        ; set vertical border for TVs cutting the upper/bottom parts of screen (1-99)
  15. rbf_hide_datecode=0    ; 1 - hides datecodes from rbf file names. Press F2 for quick temporary toggle
  16. ;bootscreen=0          ; uncomment to disable boot screen of some cores like Minimig.
  17. ;mouse_throttle=10     ; 1-100 mouse speed divisor. Useful for very sensitive mouses
  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=3600         ; 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 timout
  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=1
  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. bootcore_timeout=10  ; 10-30 timeout before autoboot, comment for autoboot without timeout.
  37.  
  38. ; Option to load the custom font. Format is plain bitmap 8x8.
  39. ; Supported sizes of font:
  40. ;   768 bytes - chars 32-127 (only alpha + numeric)
  41. ;  1024 bytes - chars 0-127
  42. ;  1136 bytes - chars 0-141
  43. ;  up to 2048 - only chars 0-141 will be used.
  44. ; if first 32 chars are empty (for sizes 1024 bytes and more) then they are skipped.
  45. font=font/Misc_Quake2_(id).pf
  46.  
  47. ; USER button emulation by keybaord. Usually it's reset button.
  48. ; 0 - lctrl+lalt+ralt (lctrl+lgui+rgui on keyrah)
  49. ; 1 - lctrl+lgui+rgui
  50. ; 2 - lctrl+lalt+del
  51. ; 3 - same as 0 (lctrl+lalt+ralt on keyrah)
  52. reset_combo=0
  53.  
  54. ; set to 1 for DVI mode. Audio won't be transmitted through HDMI in DVI mode.
  55. dvi_mode=0
  56.  
  57. ; 0 - 1280x720@60
  58. ; 1 - 1024x768@60
  59. ; 2 - 720x480@60
  60. ; 3 - 720x576@50
  61. ; 4 - 1280x1024@60
  62. ; 5 - 800x600@60
  63. ; 6 - 640x480@60
  64. ; 7 - 1280x720@50
  65. ; 8 - 1920x1080@60
  66. ; 9 - 1920x1080@50
  67. ;10 - 1366x768@60
  68. ;11 - 1024x600@60
  69.  
  70. ;1368x1024@60
  71. ;video_mode=1368,32,208,104,1024,8,8,80,115048
  72.  
  73. ;1280x960@60 -- highest 4:3 mode a 1280x1024 monitor could use
  74. ;video_mode=1280,32,192,96,960,8,8,74,100800   
  75.  
  76. ;1200x896@60 -- 4x for 224
  77. video_mode=1200,32,184,88,896,7,4,73,88436
  78.  
  79. ; set to 1-10 (seconds) to display video info on startup/change
  80. video_info=5
  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. ; 1-10 (seconds) to display controller's button map upon first time key press
  91. ; 0 - disable
  92. controller_info=0
  93.  
  94. ; If you monitor doesn't support either very low (NTSC monitors may not support PAL) or
  95. ; very high (PAL monitors may not support NTSC) then you can set refresh_min and/or refresh_max
  96. ; parameters, so vsync_adjust won't be applied for refreshes outside specified.
  97. ; These parameters are valid only when vsync_adjust is non-zero.
  98. refresh_min=0
  99. refresh_max=0
  100.  
  101. ; Custom Core settings
  102.  
  103. [gba]
  104. vscale_mode=1
  105.  
  106. [a.segasys1]
  107. vsync_adjust=0
  108.  
  109. [TGFX16]
  110. ;1240x928@60Hz
  111. video_mode=1240,32,184,96,928,8,4,75,94517
  112.  
  113. [gameboy]
  114. ;Pixel perfect. Set 10:9 aspect
  115. video_mode=1344,32,200,104,1008,8,8,78,110528
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement