Advertisement
Guest User

Untitled

a guest
Aug 18th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # This DOSBox configuration file was automatically created by D-Fend Reloaded.
  2. # Changes made to this file will NOT be transfered to D-Rend Reloaded profiles list.
  3. # D-Fend Reloaded will delete this file from temp directory on program close.
  4.  
  5. # Command line used when starting DOSBox:
  6. # -CONF "C:\Users\lmill\AppData\Local\Temp\Kings Quest 2.conf" -NOCONSOLE
  7.  
  8. # Config file for profile "KQ II: Romancing the Throne"
  9.  
  10. [sdl]
  11. fullscreen=false
  12. fulldouble=false
  13. fullresolution=original
  14. windowresolution=original
  15. output=overlay
  16. autolock=true
  17. sensitivity=100
  18. waitonerror=true
  19. usescancodes=true
  20. priority=higher,normal
  21. mapperfile=L:\Games\D-Fend Reloaded\mapper.txt
  22.  
  23. [dosbox]
  24. machine=tandy
  25. captures=L:\Games\D-Fend Reloaded\Capture\KQ2\
  26. memsize=16
  27.  
  28. [render]
  29. frameskip=0
  30. aspect=true
  31. scaler=normal3x
  32.  
  33. [cpu]
  34. core=normal
  35. cputype=auto
  36. cycles=fixed 700
  37. cycleup=10
  38. cycledown=20
  39.  
  40. [mixer]
  41. nosound=false
  42. rate=44100
  43. blocksize=1024
  44. prebuffer=10
  45.  
  46. [midi]
  47. mpu401=intelligent
  48. mididevice=default
  49. midiconfig=
  50.  
  51. [sblaster]
  52. sbtype=sb16
  53. sbbase=220
  54. irq=7
  55. dma=1
  56. hdma=5
  57. sbmixer=true
  58. oplmode=auto
  59. oplrate=44100
  60. oplemu=default
  61.  
  62. [gus]
  63. gus=false
  64. gusrate=44100
  65. gusbase=240
  66. gusirq=5
  67. gusdma=3
  68. ultradir=C:\ULTRASND
  69.  
  70. [speaker]
  71. pcspeaker=true
  72. pcrate=44100
  73. tandy=auto
  74. tandyrate=44100
  75. disney=true
  76.  
  77. [dos]
  78. xms=true
  79. ems=true
  80. umb=true
  81. keyboardlayout=US
  82.  
  83. [joystick]
  84. joysticktype=none
  85. timed=true
  86. autofire=false
  87. swap34=false
  88. buttonwrap=false
  89.  
  90. [serial]
  91. serial1=dummy
  92. serial2=dummy
  93. serial3=disabled
  94. serial4=disabled
  95.  
  96. [autoexec]
  97. @echo off
  98. SET PATH=Z:\
  99. keyb US 437
  100. mount C "L:\Games\D-Fend Reloaded\VirtualHD\"
  101. echo.
  102. mixer master 50 spkr 25 tandy 50
  103. C:
  104. cd\
  105. cd \GAMES\KQ2
  106. Z:\config.com -securemode > nul
  107. SIERRA.COM
  108. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement