Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. [sdl]
  2. # fullscreen -- Start dosbox directly in fullscreen. Leave as fullscreen for A3$
  3. # fulldouble -- Use double buffering in fullscreen. Leave as false for A320/Nan$
  4. # fullresolution -- What resolution to use for fullscreen: Leave as original fo$
  5. # windowresolution -- Scale the window to this size: Leave as original for A320$
  6. # output -- What to use for output: Leave as surface for A320/Nanonote.
  7. # autolock -- Mouse will automatically lock, if you click on the screen.
  8. # sensitiviy -- Mouse sensitivity.
  9. # waitonerror -- Wait before closing the console if dosbox has an error.
  10. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pa$
  11. # Second entry behind the comma is for when dosbox is not focused/m$
  12. # mapperfile -- File used to load/save the key/event mappings from.
  13. # usescancodes -- Avoid usage of symkeys, might not work on all operating syste$
  14. # keyhint -- When set to true, the first button press will display a hint about$
  15. # key you will get with the second button press.
  16. # If the key you want isn't there you can cancel by pressing cross.
  17.  
  18. fullscreen=true
  19. fulldouble=false
  20. fullresolution=original
  21. windowresolution=original
  22. output=surface
  23. #autolock=true
  24. #sensitivity=25
  25. waitonerror=false
  26. #priority=highest,normal
  27. #mapperfile=mapper.txt
  28. usescancodes=false
  29. #keyhint=false
  30.  
  31. [dosbox]
  32. # language -- Select another language file.
  33. # memsize -- Amount of memory dosbox has in megabytes. 1,2 for Nanonote, 1,2,4 $
  34. # machine -- The type of machine to emulate: hercules,cga,tandy,cga,tandy,pcjr,$
  35. # captures -- Directory where things like wave,midi,screenshot get captured.
  36.  
  37. #language=
  38. machine=svga_s3
  39. #captures=capture
  40. memsize=4
  41.  
  42. [render]
  43. # frameskip -- How many frames dosbox skips before drawing one: 0,1,2
  44. # aspect -- Do aspect correction, this can slow things down a bit: true,false
  45. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  46. # Supported are none only for A320 and Nanonote. Scaling is automatic.
  47. frameskip=1
  48. aspect=false
  49. scaler=none
  50.  
  51. [cpu]
  52. # core -- CPU Core used in emulation: normal,simple,dynamic,auto.
  53. # auto switches from normal to dynamic if appropriate.
  54. # Use either dynamic or simple on A320/Nanonote - both are fast.
  55. # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
  56. # Setting this value too high results in sound dropouts and lags.
  57. # You can also let DOSBox guess the correct value by setting it to ma$
  58. # The default setting (auto) switches to max if appropriate.
  59. # cycleup -- Amount of cycles to increase/decrease with keycombo.
  60. # cycledown Setting it lower than 100 will be a percentage.
  61.  
  62. core=simple
  63. cycles=3000
  64. #cycleup=2500
  65. #cycledown=400
  66. #autocycle=true
  67. #mincycles=600
  68. #maxcycles=4000
  69.  
  70. [mixer]
  71. # nosound -- Enable silent mode, sound is still emulated though.
  72. # rate -- Mixer sample rate, setting any devices higher than this will
  73. # probably lower their sound quality.
  74. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  75. # but sound will also be more lagged.
  76. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  77.  
  78. nosound=true
  79. rate=11025
  80. blocksize=1024
  81. prebuffer=10
  82.  
  83. [midi]
  84. # mpu401 -- Type of MPU-401 to emulate: none, uart or intelligent.
  85. # device -- Device that will receive the MIDI data from MPU-401.
  86. # This can be default,alsa,oss,win32,coreaudio,none.
  87. # config -- Special configuration options for the device. In Windows put
  88. # the id of the device you want to use. See README for details.
  89.  
  90. mpu401=none
  91. device=default
  92. config=
  93.  
  94. [sblaster]
  95. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  96. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  97. # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
  98. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  99. # On auto the mode is determined by sblaster type.
  100. # All OPL modes are 'Adlib', except for CMS.
  101. # oplrate -- Sample rate of OPL music emulation.
  102.  
  103. sbtype=none
  104. sbbase=220
  105. irq=5
  106. dma=1
  107. hdma=5
  108. mixer=true
  109. oplmode=auto
  110. oplrate=11025
  111.  
  112. [gus]
  113. # gus -- Enable the Gravis Ultrasound emulation.
  114. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
  115. # Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  116. # gusrate -- Sample rate of Ultrasound emulation.
  117. # ultradir -- Path to Ultrasound directory. In this directory
  118. # there should be a MIDI directory that contains
  119. gus=false
  120. gusrate=11025
  121. gusbase=240
  122. irq1=5
  123. irq2=5
  124. dma1=3
  125. dma2=3
  126. ultradir=C:\ULTRASND
  127.  
  128. [speaker]
  129. # pcspeaker -- Enable PC-Speaker emulation.
  130. # pcrate -- Sample rate of the PC-Speaker sound generation.
  131. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  132. # For auto Tandysound emulation is present only if machine is set to t$
  133. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  134. # disney -- Enable Disney Sound Source emulation.
  135.  
  136. pcspeaker=true
  137. pcrate=11025
  138. tandy=off
  139. tandyrate=11025
  140. disney=false
  141.  
  142. [joystick]
  143. # joysticktype -- Type of joystick to emulate: auto (default), none,
  144. # 2axis (supports two joysticks), 4axis,
  145. # fcs (Thrustmaster), ch (CH Flightstick).
  146. # none disables joystick emulation.
  147. # auto chooses emulation depending on real joystick(s).
  148. # timed -- enable timed intervals for axis. (false is old style behaviour).
  149. # autofire -- continuously fires as long as you keep the button pressed.
  150. # swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
  151. # buttonwrap -- enable button wrapping at the number of emulated buttons.
  152.  
  153. #joysticktype=2axis
  154. #timed=false
  155. #autofire=false
  156. #swap34=false
  157. #buttonwrap=true
  158.  
  159. [serial]
  160. # serial1-4 -- set type of device connected to com port.
  161. # Can be disabled, dummy, modem, nullmodem, directserial.
  162. # Additional parameters must be in the same line in the form of
  163. # parameter:value. Parameter for all types is irq.
  164. # for directserial: realport (required), rxdelay (optional).
  165. # for modem: listenport (optional).
  166. # for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  167. # transparent, port, inhsocket (all optional).
  168. # Example: serial1=modem listenport:5000
  169.  
  170. serial1=dummy
  171. serial2=dummy
  172. serial3=disabled
  173. serial4=disabled
  174.  
  175. [dos]
  176. # xms -- Enable XMS support.
  177. # ems -- Enable EMS support.
  178. # umb -- Enable UMB support.
  179. # keyboardlayout -- Language code of the keyboard layout (or none).
  180.  
  181. xms=true
  182. ems=true
  183. umb=true
  184. keyboardlayout=none
  185.  
  186. [autoexec]
  187. gus=false
  188. gusrate=11025
  189. gusbase=240
  190. irq1=5
  191. irq2=5
  192. dma1=3
  193. dma2=3
  194. ultradir=C:\ULTRASND
  195.  
  196. [speaker]
  197. # pcspeaker -- Enable PC-Speaker emulation.
  198. # pcrate -- Sample rate of the PC-Speaker sound generation.
  199. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  200. # For auto Tandysound emulation is present only if machine is set to t$
  201. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  202. # disney -- Enable Disney Sound Source emulation.
  203.  
  204. pcspeaker=true
  205. pcrate=11025
  206. tandy=off
  207. tandyrate=11025
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement