Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. [MiSTer]
  2. ;direct_video=1
  3. ;bootcore=lastcore
  4. key_menu_as_rgui=0 ; set to 1 to make the MENU key map to RGUI in Minimig (e.g. for Right Amiga)
  5. forced_scandoubler=0 ; set to 1 to run scandoubler on VGA output always (depends on core).
  6. ;ypbpr=1 ; set to 1 for YPbPr on VGA output.
  7. ;composite_sync=0 ; set to 1 for composite sync on HSync signal of VGA output.
  8.  
  9. ;ypbpr=0
  10. composite_sync=1
  11.  
  12. vga_scaler=1 ; set to 1 to connect VGA to scaler output.
  13. hdmi_audio_96k=0 ; set to 1 for 96khz/16bit HDMI audio (48khz/16bit otherwise)
  14. keyrah_mode=0x18d80002 ; VIDPID of keyrah for special code translation (0x23418037 for Arduino Micro)
  15. volumectl=0 ; enable audio volume control by multimedia keys
  16. vscale_mode=0 ; 0 - scale to fit the screen height.
  17. ; 1 - use integer scale only.
  18. ; 2 - use 0.5 steps of scale.
  19. ; 3 - use 0.25 steps of scale.
  20. vscale_border=0 ; set vertical border for TVs cutting the upper/bottom parts of screen (1-99)
  21. ;bootscreen=0 ; uncomment to disable boot screen of some cores like Minimig.
  22. ;mouse_throttle=10 ; 1-100 mouse speed divisor. Useful for very sensitive mouses
  23. rbf_hide_datecode=0 ; 1 - hides datecodes from rbf file names. Press F2 for quick temporary toggle
  24.  
  25. ; USER button emulation by keybaord. Usually it's reset button.
  26. ; 0 - lctrl+lalt+ralt (lctrl+lgui+rgui on keyrah)
  27. ; 1 - lctrl+lgui+rgui
  28. ; 2 - lctrl+lalt+del
  29. ; 3 - same as 0 (lctrl+lalt+ralt on keyrah)
  30. reset_combo=0
  31.  
  32. dvi_mode=0 ; set to 1 for DVI mode. Audio won't be transmitted through HDMI in DVI mode.
  33.  
  34. ; 0 - 1280x720@60
  35. ; 1 - 1024x768@60
  36. ; 2 - 720x480@60
  37. ; 3 - 720x576@50
  38. ; 4 - 1280x1024@60
  39. ; 5 - 800x600@60
  40. ; 6 - 640x480@60
  41. ; 7 - 1280x720@50
  42. ; 8 - 1920x1080@60
  43. ; 9 - 1920x1080@50
  44. ;10 - 1366x768@60
  45. ;11 - 1024x600@60
  46. ;
  47. ; custom mode: hact,hfp,hs,hbp,vact,vfp,vs,vbp,Fpix_in_KHz
  48. ; video_mode=1280,110,40,220,720,5,5,20,74250
  49. video_mode=8
  50. ;video_mode=320,16,30,34,240,2,3,22,6400
  51.  
  52. ; set to 1-10 (seconds) to display video info on startup/change
  53. video_info=9
  54.  
  55. ; Set to 1 for automatic HDMI VSync rate adjust to match original VSync.
  56. ; Set to 2 for low latency mode (single buffer).
  57. ; This option makes video butter smooth like on original emulated system.
  58. ; Adjusting is done by changing pixel clock. Not every display supports variable pixel clock.
  59. ; For proper adjusting and to reduce possible out of range pixel clock, use 60Hz HDMI video
  60. ; modes as a base even for 50Hz systems.
  61. vsync_adjust=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement