ectorhga

Untitled

Apr 30th, 2021 (edited)
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. # This is the configuration file for dosbox-staging (0.77.0).
  2. # Lines starting with a '#' character are comments.
  3.  
  4. [sdl]
  5. fullscreen = true
  6. display = 0
  7. fullresolution = desktop
  8. windowresolution = default
  9. output = openglpp
  10. texture_renderer = opengl
  11. capture_mouse = onstart middlegame
  12. sensitivity = 100
  13. raw_mouse_input = true
  14. waitonerror = true
  15. priority = higher,normal
  16. mapperfile = mapper-sdl2-0.77.0.map
  17. screensaver = auto
  18.  
  19. [dosbox]
  20. language =
  21. machine = vesa_nolfb
  22. captures = capture
  23. memsize = 16
  24. startup_verbosity = high
  25.  
  26. [render]
  27. frameskip = 0
  28. aspect = true
  29. monochrome_palette = white
  30. scaler = none
  31. glshader = /opt/retropie/configs/pc/zfast_crt.glsl
  32.  
  33. [cpu]
  34. core = dynamic
  35. cputype = auto
  36. cycles = 25000
  37. cycleup = 1000
  38. cycledown = 1000
  39.  
  40. [mixer]
  41. nosound = false
  42. rate = 44100
  43. blocksize = 1024
  44. prebuffer = 25
  45.  
  46. [midi]
  47. mididevice = fluidsynth
  48. midiconfig =
  49. mpu401 = intelligent
  50.  
  51. [fluidsynth]
  52. soundfont = /usr/share/sounds/sf2/FatBoy.sf2
  53.  
  54. [mt32]
  55. model = auto
  56. romdir =
  57.  
  58. [sblaster]
  59. sbtype = sb16
  60. sbbase = 220
  61. irq = 7
  62. dma = 1
  63. hdma = 5
  64. sbmixer = false
  65. oplmode = auto
  66. oplemu = fast
  67.  
  68. [gus]
  69. gus = false
  70. gusbase = 240
  71. gusirq = 5
  72. gusdma = 3
  73. ultradir = C:\ULTRASND
  74.  
  75. [speaker]
  76. pcspeaker = true
  77. pcrate = 18939
  78. zero_offset = auto
  79. tandy = auto
  80. tandyrate = 44100
  81. disney = true
  82.  
  83. [joystick]
  84. joysticktype = auto
  85. timed = true
  86. autofire = false
  87. swap34 = false
  88. buttonwrap = false
  89. circularinput = false
  90. deadzone = 10
  91.  
  92. [serial]
  93. serial1 = dummy
  94. serial2 = dummy
  95. serial3 = disabled
  96. serial4 = disabled
  97. phonebookfile = phonebook.txt
  98.  
  99. [dos]
  100. xms = true
  101. ems = true
  102. umb = true
  103. ver = 5.0
  104. keyboardlayout = auto
  105.  
  106. [ipx]
  107. ipx = false
  108.  
  109. [autoexec]
  110. mount c "/home/pi/RetroPie/roms/pc.system" -label System -freesize 1024
  111. mount d "/home/pi/RetroPie/roms/pc.games" -label Games -freesize 1024
  112. set PATH=%PATH%;c:\;c:\nc
  113. c:
  114.  
Advertisement
Add Comment
Please, Sign In to add comment