Advertisement
djvj

mister ini

Jan 15th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 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=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=0 ; set to 1 to connect VGA to scaler output.
  7. hdmi_audio_96k=0 ; 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=0 ; 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. ;bootscreen=0 ; uncomment to disable boot screen of some cores like Minimig.
  16. ;mouse_throttle=10 ; 1-100 mouse speed divisor. Useful for very sensitive mouses
  17. rbf_hide_datecode=0 ; 1 - hides datecodes from rbf file names. Press F2 for quick temporary toggle
  18. menu_pal=0 ; 1 - PAL mode for menu core
  19.  
  20. ; lastcore - Autoboot the last loaded core (corename autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  21. ; lastexactcore - Autoboot the last loaded exact core (corename_yyyymmdd.rbf autosaved in CONFIG/lastcore.dat) first found on the SD/USB
  22. ; corename - Autoboot first corename_*.rbf found on the SD/USB
  23. ; corename_yyyymmdd.rbf - Autoboot first corename_yyyymmdd.rbf found on the SD/USB
  24. ;bootcore=lastcore ; uncomment to autoboot a core, as the last loaded core.
  25. bootcore_timeout=10 ; 10-30 timeout before autoboot, comment for autoboot without timeout.
  26.  
  27. ; Option to load the custom font. Format is plain bitmap 8x8.
  28. ; Supported sizes of font:
  29. ; 768 bytes - chars 32-127 (only alpha + numeric)
  30. ; 1024 bytes - chars 0-127
  31. ; 1136 bytes - chars 0-141
  32. ; up to 2048 - only chars 0-141 will be used.
  33. ; if first 32 chars are empty (for sizes 1024 bytes and more) then they are skipped.
  34. font=/font/myfont.pf
  35.  
  36. ; USER button emulation by keybaord. Usually it's reset button.
  37. ; 0 - lctrl+lalt+ralt (lctrl+lgui+rgui on keyrah)
  38. ; 1 - lctrl+lgui+rgui
  39. ; 2 - lctrl+lalt+del
  40. ; 3 - same as 0 (lctrl+lalt+ralt on keyrah)
  41. reset_combo=0
  42.  
  43. dvi_mode=0 ; set to 1 for DVI mode. Audio won't be transmitted through HDMI in DVI mode.
  44.  
  45. ; 0 - 1280x720@60
  46. ; 1 - 1024x768@60
  47. ; 2 - 720x480@60
  48. ; 3 - 720x576@50
  49. ; 4 - 1280x1024@60
  50. ; 5 - 800x600@60
  51. ; 6 - 640x480@60
  52. ; 7 - 1280x720@50
  53. ; 8 - 1920x1080@60
  54. ; 9 - 1920x1080@50
  55. ;10 - 1366x768@60
  56. ;11 - 1024x600@60
  57. ;
  58. ; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
  59. ; video_mode=1280,110,40,220,720,5,5,20,74250
  60. video_mode=8
  61.  
  62. ; set to 1-10 (seconds) to display video info on startup/change
  63. video_info=10
  64.  
  65. ; Set to 1 for automatic HDMI VSync rate adjust to match original VSync.
  66. ; Set to 2 for low latency mode (single buffer).
  67. ; This option makes video butter smooth like on original emulated system.
  68. ; Adjusting is done by changing pixel clock. Not every display supports variable pixel clock.
  69. ; For proper adjusting and to reduce possible out of range pixel clock, use 60Hz HDMI video
  70. ; modes as a base even for 50Hz systems.
  71. vsync_adjust=2
  72.  
  73. ; These parameters have the same format as video_mode.
  74. ; You need to supply both PAL and NTSC modes if you want vsync_adjust to switch between
  75. ; predefined modes as a base. This will reduce the range of pixel clock.
  76. video_mode_ntsc=8
  77. video_mode_pal=9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement