home *** CD-ROM | disk | FTP | other *** search
/ Nowy Teenagent / nowy_teenagent.zip / dosbox.conf next >
Text File  |  2019-11-16  |  13KB  |  287 lines

  1. # This is the configuration file for DOSBox SVN-lfn. (Please use its latest version)
  2. # Lines starting with a # are comment lines and are ignored by DOSBox.
  3. # They are used to (briefly) document the effect of each option.
  4.  
  5. [sdl]
  6. #        fullscreen: Start dosbox directly in fullscreen. (Press ALT-Enter to go back)
  7. #        fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox.
  8. #    fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).
  9. #                      Using your monitor's native resolution with aspect=true might give the best results.
  10. #                      If you end up with small window on a large screen, try an output different from surface.
  11. #  windowresolution: Scale the window to this size IF the output device supports hardware scaling.
  12. #                      (output=surface does not!)
  13. #            output: What video system to use for output.
  14. #                    Possible values: surface, overlay, opengl, openglnb, ddraw.
  15. #          autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
  16. #       sensitivity: Mouse sensitivity.
  17. #       waitonerror: Wait before closing the console if dosbox has an error.
  18. #          priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized.
  19. #                      pause is only valid for the second entry.
  20. #                    Possible values: lowest, lower, normal, higher, highest, pause.
  21. #        mapperfile: File used to load/save the key/event mappings from. Resetmapper only works with the default value.
  22. #      usescancodes: Avoid usage of symkeys, might not work on all operating systems.
  23. #          titlebar: Change the string displayed in the DOSBox title bar.
  24. # clipboardmodifier: Change the keyboard modifier for the right mouse button clipboard copy/paste function.
  25. #                    Possible values: none, alt, lalt, ralt, disabled.
  26.  
  27. fullscreen=true
  28. fulldouble=false
  29. fullresolution=original
  30. windowresolution=original
  31. output=surface
  32. autolock=true
  33. sensitivity=100
  34. waitonerror=true
  35. priority=higher,normal
  36. mapperfile=mapper-SVN.map
  37. usescancodes=true
  38. titlebar=GNU GPL
  39. clipboardmodifier=none
  40.  
  41. [dosbox]
  42. # language: Select another language file.
  43. #  machine: The type of machine DOSBox tries to emulate.
  44. #           Possible values: hercules, cga, tandy, pcjr, ega, vgaonly, svga_s3, svga_et3000, svga_et4000, svga_paradise, vesa_nolfb, vesa_oldvbe.
  45. # captures: Directory where things like wave, midi, screenshot get captured.
  46. #  memsize: Amount of memory DOSBox has in megabytes.
  47. #             The default value is 30, but it might be set to a different value like 16 to avoid problems with certain games,
  48. #             though few games might require a higher value.
  49. #             There is generally no speed advantage when raising this value.
  50.  
  51. language=
  52. machine=svga_s3
  53. captures=capture
  54. memsize=30
  55.  
  56. [render]
  57. # frameskip: How many frames DOSBox skips before drawing one.
  58. #    aspect: Do aspect correction, if your output method doesn't support scaling this can slow things down!.
  59. #    scaler: Scaler used to enlarge/enhance low resolution modes. If 'forced' is appended,
  60. #            then the scaler will be used even if the result might not be desired.
  61. #            Possible values: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x, advinterp3x, hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x, scan3x.
  62.  
  63. frameskip=0
  64. aspect=true
  65. scaler=normal2x
  66.  
  67. [cpu]
  68. #      core: CPU Core used in emulation. auto will switch to dynamic if available and
  69. #            appropriate.
  70. #            Possible values: auto, dynamic, normal, simple.
  71. #   cputype: CPU Type used in emulation. auto is the fastest choice.
  72. #            Possible values: auto, 386, 386_slow, 486_slow, pentium_slow, 386_prefetch.
  73. #    cycles: Amount of instructions DOSBox tries to emulate each millisecond.
  74. #            Setting this value too high results in sound dropouts and lags.
  75. #            Cycles can be set in 3 ways:
  76. #              'auto'          tries to guess what a game needs.
  77. #                              It usually works, but can fail for certain games.
  78. #              'fixed #number' will set a fixed amount of cycles. This is what you usually
  79. #                              need if 'auto' fails (Example: fixed 4000).
  80. #              'max'           will allocate as much cycles as your computer is able to
  81. #                              handle.
  82. #            Possible values: auto, fixed, max.
  83. #   cycleup: Amount of cycles to decrease/increase with keycombos.(CTRL-F11/CTRL-F12)
  84. # cycledown: Setting it lower than 100 will be a percentage.
  85.  
  86. core=auto
  87. cputype=auto
  88. cycles=max
  89. cycleup=10
  90. cycledown=20
  91.  
  92. [mixer]
  93. #   nosound: Enable silent mode, sound is still emulated though.
  94. #      rate: Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality.
  95. #            Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  96. # blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.
  97. #            Possible values: 1024, 2048, 4096, 8192, 512, 256.
  98. # prebuffer: How many milliseconds of data to keep on top of the blocksize.
  99.  
  100. nosound=false
  101. rate=44100
  102. blocksize=1024
  103. prebuffer=20
  104.  
  105. [midi]
  106. #     mpu401: Type of MPU-401 to emulate.
  107. #             Possible values: intelligent, uart, none.
  108. # mididevice: Device that will receive the MIDI data from MPU-401.
  109. #             Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.
  110. # midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.
  111. #               or in the case of coreaudio, you can specify a soundfont here.
  112. #               When using a Roland MT-32 rev. 0 as midi output device, some games may require a delay in order to prevent 'buffer overflow' issues.
  113. #               In that case, add 'delaysysex', for example: midiconfig=2 delaysysex
  114. #               See the README/Manual for more details.
  115.  
  116. mpu401=intelligent
  117. mididevice=default
  118. midiconfig=
  119.  
  120. [sblaster]
  121. #  sbtype: Type of Soundblaster to emulate. gb is Gameblaster.
  122. #          Possible values: sb1, sb2, sbpro1, sbpro2, sb16, gb, none.
  123. #  sbbase: The IO address of the soundblaster.
  124. #          Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300.
  125. #     irq: The IRQ number of the soundblaster.
  126. #          Possible values: 7, 5, 3, 9, 10, 11, 12.
  127. #     dma: The DMA number of the soundblaster.
  128. #          Possible values: 1, 5, 0, 3, 6, 7.
  129. #    hdma: The High DMA number of the soundblaster.
  130. #          Possible values: 1, 5, 0, 3, 6, 7.
  131. # sbmixer: Allow the soundblaster mixer to modify the DOSBox mixer.
  132. # oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All OPL modes are Adlib-compatible, except for 'cms'.
  133. #          Possible values: auto, cms, opl2, dualopl2, opl3, opl3gold, none.
  134. #  oplemu: Provider for the OPL emulation. compat might provide better quality (see oplrate as well).
  135. #          Possible values: default, compat, fast.
  136. # oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
  137. #          Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000.
  138.  
  139. sbtype=sb16
  140. sbbase=220
  141. irq=7
  142. dma=1
  143. hdma=5
  144. sbmixer=true
  145. oplmode=auto
  146. oplemu=default
  147. oplrate=44100
  148.  
  149. [gus]
  150. #      gus: Enable the Gravis Ultrasound emulation.
  151. #  gusrate: Sample rate of Ultrasound emulation.
  152. #           Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  153. #  gusbase: The IO base address of the Gravis Ultrasound.
  154. #           Possible values: 240, 220, 260, 280, 2a0, 2c0, 2e0, 300.
  155. #   gusirq: The IRQ number of the Gravis Ultrasound.
  156. #           Possible values: 5, 3, 7, 9, 10, 11, 12.
  157. #   gusdma: The DMA channel of the Gravis Ultrasound.
  158. #           Possible values: 3, 0, 1, 5, 6, 7.
  159. # ultradir: Path to Ultrasound directory. In this directory
  160. #           there should be a MIDI directory that contains
  161. #           the patch files for GUS playback. Patch sets used
  162. #           with Timidity should work fine.
  163.  
  164. gus=false
  165. gusrate=44100
  166. gusbase=240
  167. gusirq=5
  168. gusdma=3
  169. ultradir=C:\ULTRASND
  170.  
  171. [speaker]
  172. # pcspeaker: Enable PC-Speaker emulation.
  173. #    pcrate: Sample rate of the PC-Speaker sound generation.
  174. #            Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  175. #     tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'.
  176. #            Possible values: auto, on, off.
  177. # tandyrate: Sample rate of the Tandy 3-Voice generation.
  178. #            Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  179. #    disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible).
  180.  
  181. pcspeaker=true
  182. pcrate=44100
  183. tandy=auto
  184. tandyrate=44100
  185. disney=true
  186.  
  187. [joystick]
  188. # joysticktype: Type of joystick to emulate: auto (default), none,
  189. #               2axis (supports two joysticks),
  190. #               4axis (supports one joystick, first joystick used),
  191. #               4axis_2 (supports one joystick, second joystick used),
  192. #               fcs (Thrustmaster), ch (CH Flightstick).
  193. #               none disables joystick emulation.
  194. #               auto chooses emulation depending on real joystick(s).
  195. #               (Remember to reset dosbox's mapperfile if you saved it earlier)
  196. #               Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none.
  197. #        timed: enable timed intervals for axis. Experiment with this option, if your joystick drifts (away).
  198. #     autofire: continuously fires as long as you keep the button pressed.
  199. #       swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
  200. #   buttonwrap: enable button wrapping at the number of emulated buttons.
  201.  
  202. joysticktype=auto
  203. timed=true
  204. autofire=false
  205. swap34=false
  206. buttonwrap=false
  207.  
  208. [serial]
  209. # serial1: set type of device connected to com port.
  210. #          Can be disabled, dummy, modem, nullmodem, directserial.
  211. #          Additional parameters must be in the same line in the form of
  212. #          parameter:value. Parameter for all types is irq (optional).
  213. #          for directserial: realport (required), rxdelay (optional).
  214. #                           (realport:COM1 realport:ttyS0).
  215. #          for modem: listenport (optional).
  216. #          for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  217. #                         transparent, port, inhsocket (all optional).
  218. #          Example: serial1=modem listenport:5000
  219. #          Possible values: dummy, disabled, modem, nullmodem, directserial.
  220. # serial2: see serial1
  221. #          Possible values: dummy, disabled, modem, nullmodem, directserial.
  222. # serial3: see serial1
  223. #          Possible values: dummy, disabled, modem, nullmodem, directserial.
  224. # serial4: see serial1
  225. #          Possible values: dummy, disabled, modem, nullmodem, directserial.
  226.  
  227. serial1=dummy
  228. serial2=dummy
  229. serial3=disabled
  230. serial4=disabled
  231.  
  232. [parallel]
  233. # lpt1pass: Enable direct LPT1 port passthrough.
  234. # lpt2pass: Enable direct LPT2 port passthrough.
  235. # lpt3pass: Enable direct LPT3 port passthrough.
  236. # prnpass: Enable direct PRN port passthrough.
  237.  
  238. lpt1pass=true
  239. lpt2pass=false
  240. lpt3pass=false
  241. prnpass=true
  242.  
  243. [dos]
  244. #            xms: Enable XMS support.
  245. #            ems: Enable EMS support. The default (=true) provides the best
  246. #                 compatibility but certain applications may run better with
  247. #                 other choices, or require EMS support to be disabled (=false)
  248. #                 to work at all.
  249. #                 Possible values: true, emsboard, emm386, false.
  250. #            umb: Enable UMB support.
  251. #            ver: Set DOS version. The default value is 7.10.
  252. #            lfn: Enable LFN support. The default (=auto) means that LFN support
  253. #                 will be enabled if and only if the major DOS version is set to
  254. #                 at least 7.
  255. #                 Possible values: true, auto, false.
  256. #      automount: Enable automatic drive mounting.
  257. # keyboardlayout: Language code of the keyboard layout (or none).
  258.  
  259. xms=true
  260. ems=true
  261. umb=true
  262. ver=7.10
  263. lfn=auto
  264. automount=true
  265. keyboardlayout=auto
  266.  
  267. [ipx]
  268. # ipx: Enable ipx over UDP/IP emulation.
  269.  
  270. ipx=false
  271.  
  272. [autoexec]
  273. # Lines in this section will be run at startup.
  274. # You can put your MOUNT lines here.
  275. @ECHO OFF
  276. ECHO.
  277. MOUNT Y: .
  278. IF EXIST Z:\COMMAND.COM ECHO Drive Z is mounted as virtual internal drive.
  279. ECHO.
  280. Y:\KEYBUF 1024
  281. ECHO ON
  282. imgmount d .\cd\TEENAGNT.cue -t iso
  283. mount c: .
  284. c:
  285. cd teenagnt
  286. teenagnt
  287. exit