home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / gamegif / gds109.lzh / GDS.CFG next >
Text File  |  1991-03-20  |  15KB  |  247 lines

  1. ;FORMAT:
  2. ;
  3. ;NOTE:  Any ';' will cause GDS to ignore to the end of the line.
  4. ;       If a video mode is giving you problems, you can disable it
  5. ;       by inserting a ';' in front of the line which describes it.
  6. ;
  7. ;<name> is the name of the video display (7 characters MAXIMUM)
  8. ;<hRes> and <vRes> are the screen resolution
  9. ;<bpix> is the number of bits per pixel
  10. ;<ax>, <bx>, <cx>, and <dx> are the processor registers on a call to
  11. ;           "int 010h" unless <directFlag> is non-zero
  12. ;<dirct> indicates the base address for text modes, and tells if
  13. ;           the graphics mode should be initialized by directly
  14. ;           accessing the VGA registers. (0, 1, or text base address)
  15. ;           
  16. ;<format> dictates the screen format (0 is normal, 1 is chunky 4-bit)
  17. ;
  18. ;<name> <hRes>  <vRes>  <bpix>  <ax>    <bx>    <cx>    <dx>    <dirct> <dotMode>
  19.  
  20. ;STANDARD EGA
  21. EGA,    80,     25,     0,      0x3,    0,      0,      0,      0xb800, 0 ;default text mode
  22. EGA,    320,    200,    4,      0xd,    0,      0,      0,      0,      0
  23. EGA,    640,    200,    4,      0xe,    0,      0,      0,      0,      0
  24. EGA,    640,    350,    4,      0x10,   0,      0,      0,      0,      0
  25.  
  26. ;STANDARD VGA
  27. VGA,    640,    480,    4,      0x12,   0,      0,      0,      0,      0
  28. VGA,    320,    200,    8,      0x13,   0,      0,      0,      0,      0
  29.  
  30. ;NON-STANDARD VGA (FOR REGISTER COMPATIBLE VGA CARDS ONLY!!!)
  31. VGA,    320,    400,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  32. VGA,    360,    480,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  33. ;VGA,   704,    528,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  34. ;VGA,   720,    540,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  35. ;VGA,   736,    552,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  36. ;VGA,   752,    564,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  37. ;VGA,   768,    576,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  38. ;VGA,   784,    588,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  39. ;VGA,   800,    600,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  40. ;VGA,   640,    400,    8,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  41. ;   NOTE: If you'd like to use these modes (and you have a registered
  42. ;       version), we strongly recommended that you move these definitions
  43. ;       into GDSUSER.CFG and remove the semicolons (';').  This will prevent
  44. ;       new versions from overwriting your preferences.  Unregistered
  45. ;       versions of GDS do not read GDSUSER.CFG.
  46.  
  47. ;AHEAD SYSTEMS
  48. AHEAD,  640,    400,    8,      0x60,   0,      0,      0,      0,      0
  49. AHEAD,  640,    480,    8,      0x61,   0,      0,      0,      0,      0
  50. AHEAD,  800,    600,    8,      0x62,   0,      0,      0,      0,      0
  51.  
  52. ;AHEAD SYSTEMS
  53. AHEADB, 800,    600,    4,      0x6a,   0,      0,      0,      0,      0
  54. AHEADB, 1024,   768,    4,      0x74,   0,      0,      0,      0,      0
  55. AHEADB, 640,    400,    8,      0x60,   0,      0,      0,      0,      0
  56. AHEADB, 640,    480,    8,      0x61,   0,      0,      0,      0,      0
  57. AHEADB, 800,    600,    8,      0x62,   0,      0,      0,      0,      0
  58. AHEADB, 1024,   768,    8,      0x63,   0,      0,      0,      0,      0
  59.  
  60. ;ATI Wonder
  61. ATI,    132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  62. ATI,    132,    44,     0,      0x33,   0,      0,      0,      0xb800, 0
  63. ATI,    800,    600,    4,      0x54,   0,      0,      0,      0,      0
  64. ;ATI,   1024,   768,    4,      0x55,   0,      0,      0,      0,      0 ;bank selection for video reads
  65.                                                                          ;doesn't seem to work properly in
  66.                                                                          ;this mode.  ATI?  What's up?
  67. ATI,    1024,   768,    4,      0x65,   0,      0,      0,      0,      1
  68. ATI,    640,    400,    8,      0x61,   0,      0,      0,      0,      0
  69. ATI,    640,    480,    8,      0x62,   0,      0,      0,      0,      0
  70. ATI,    800,    600,    8,      0x63,   0,      0,      0,      0,      0
  71.  
  72. ;CHIPS & TECHNOLOGIES
  73. CHIPS,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  74. CHIPS,  132,    50,     0,      0x61,   0,      0,      0,      0xb800, 0
  75. CHIPS,  800,    600,    4,      0x70,   0,      0,      0,      0,      0
  76. CHIPS,  1024,   768,    4,      0x72,   0,      0,      0,      0,      0
  77. CHIPS,  640,    400,    8,      0x78,   0,      0,      0,      0,      0
  78. CHIPS,  640,    480,    8,      0x79,   0,      0,      0,      0,      0
  79. CHIPS,  768,    576,    8,      0x7a,   0,      0,      0,      0,      0
  80. CHIPS,  800,    600,    8,      0x7b,   0,      0,      0,      0,      0
  81.  
  82. ;EVEREX
  83. EVEREX, 800,    600,    4,      0x70,   0x02,   0,      0,      0,      0
  84. EVEREX, 640,    350,    8,      0x70,   0x13,   0,      0,      0,      0
  85. EVEREX, 640,    400,    8,      0x70,   0x14,   0,      0,      0,      0
  86. EVEREX, 512,    480,    8,      0x70,   0x15,   0,      0,      0,      0
  87. EVEREX, 640,    480,    8,      0x70,   0x30,   0,      0,      0,      0
  88. EVEREX, 800,    600,    8,      0x70,   0x31,   0,      0,      0,      0
  89.  
  90. ;GENOA 6000 series (6100, 6200, 6300, 6400, 6600)
  91. ;      THANX: Herman, Steve, and Decker w/Genoa customer support
  92. GENOA,  80,     32,     0,      0x58,   0,      0,      0,      0xb800, 0
  93. GENOA,  80,     60,     0,      0x72,   0,      0,      0,      0xb800, 0
  94. GENOA,  80,     66,     0,      0x74,   0,      0,      0,      0xb800, 0
  95. GENOA,  100,    42,     0,      0x5a,   0,      0,      0,      0xb800, 0
  96. GENOA,  100,    75,     0,      0x78,   0,      0,      0,      0xb800, 0
  97. GENOA,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  98. GENOA,  132,    29,     0,      0x61,   0,      0,      0,      0xb800, 0
  99. GENOA,  132,    32,     0,      0x62,   0,      0,      0,      0xb800, 0
  100. GENOA,  132,    44,     0,      0x63,   0,      0,      0,      0xb800, 0
  101. GENOA,  132,    60,     0,      0x64,   0,      0,      0,      0xb800, 0
  102. GENOA,  512,    512,    4,      0x7c,   0,      0,      0,      0,      0
  103. GENOA,  720,    512,    4,      0x59,   0,      0,      0,      0,      0
  104. GENOA,  800,    600,    4,      0x79,   0,      0,      0,      0,      0
  105. GENOA,  1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  106. GENOA,  512,    512,    8,      0x7d,   0,      0,      0,      0,      0
  107. GENOA,  640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  108. GENOA,  640,    400,    8,      0x7e,   0,      0,      0,      0,      0
  109. GENOA,  640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  110. GENOA,  720,    512,    8,      0x5d,   0,      0,      0,      0,      0
  111. GENOA,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  112.  
  113. ;OAKTECH
  114. OAK,    640,    480,    8,      0x53,   0,      0,      0,      0,      0
  115. OAK,    800,    600,    8,      0x54,   0,      0,      0,      0,      0
  116.  
  117. ;PARADISE
  118. PARA,   132,    25,     0,      0x55,   0,      0,      0,      0,      0
  119. PARA,   132,    43,     0,      0x54,   0,      0,      0,      0,      0
  120. PARA,   800,    600,    4,      0x58,   0,      0,      0,      0,      0
  121. PARA,   1024,   768,    4,      0x5d,   0,      0,      0,      0,      0
  122. PARA,   640,    400,    8,      0x5e,   0,      0,      0,      0,      0
  123. PARA,   640,    480,    8,      0x5f,   0,      0,      0,      0,      0
  124.  
  125. ;TRIDENT (ATI Prism Elite)
  126. TRIDNT, 80,     30,     0,      0x50,   0,      0,      0,      0xb800, 0
  127. TRIDNT, 80,     43,     0,      0x51,   0,      0,      0,      0xb800, 0
  128. TRIDNT, 80,     60,     0,      0x52,   0,      0,      0,      0xb800, 0
  129. TRIDNT, 132,    25,     0,      0x53,   0,      0,      0,      0xb800, 0
  130. TRIDNT, 132,    30,     0,      0x54,   0,      0,      0,      0xb800, 0
  131. TRIDNT, 132,    43,     0,      0x55,   0,      0,      0,      0xb800, 0
  132. TRIDNT, 132,    60,     0,      0x56,   0,      0,      0,      0xb800, 0
  133. TRIDNT, 132,    25,     0,      0x57,   0,      0,      0,      0xb800, 0
  134. TRIDNT, 132,    30,     0,      0x58,   0,      0,      0,      0xb800, 0
  135. TRIDNT, 132,    43,     0,      0x59,   0,      0,      0,      0xb800, 0
  136. TRIDNT, 132,    60,     0,      0x5a,   0,      0,      0,      0xb800, 0
  137. ;TRIDNT, 768,   1024,   4,      0x61,   0,      0,      0,      0,      0 ;for portrait CRTs ONLY!!! (like Magics 15FP)
  138. TRIDNT, 800,    600,    4,      0x5b,   0,      0,      0,      0,      0
  139. TRIDNT, 1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  140. TRIDNT, 640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  141. TRIDNT, 640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  142. TRIDNT, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  143. TRIDNT, 1024,   768,    8,      0x62,   0,      0,      0,      0,      0
  144.  
  145. ;TSENG LABS
  146. TSENG,  80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  147. TSENG,  100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  148. TSENG,  132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  149. TSENG,  132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  150. TSENG,  132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  151. TSENG,  800,    600,    4,      0x29,   0,      0,      0,      0,      0
  152. TSENG,  1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  153. TSENG,  640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  154. TSENG,  640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  155. TSENG,  720,    512,    8,      0x2f,   0,      0,      0,      0,      0
  156. TSENG,  800,    600,    8,      0x30,   0,      0,      0,      0,      0
  157.  
  158. ;TSENG LABS (4000 SERIES)
  159. TSENG4, 80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  160. TSENG4, 100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  161. TSENG4, 132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  162. TSENG4, 132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  163. TSENG4, 132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  164. TSENG4, 800,    600,    4,      0x29,   0,      0,      0,      0,      0
  165. TSENG4, 1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  166. TSENG4, 640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  167. TSENG4, 640,    400,    8,      0x2f,   0,      0,      0,      0,      0
  168. TSENG4, 640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  169. TSENG4, 800,    600,    8,      0x30,   0,      0,      0,      0,      0
  170. TSENG4, 1024,   768,    8,      0x38,   0,      0,      0,      0,      0
  171.  
  172. ;VESA
  173. VESA,   640,    400,    8,      0x4f02, 0x100,  0,      0,      0,      0
  174. VESA,   640,    480,    8,      0x4f02, 0x101,  0,      0,      0,      0
  175. VESA,   800,    600,    8,      0x4f02, 0x103,  0,      0,      0,      0
  176. VESA,   1024,   768,    8,      0x4f02, 0x105,  0,      0,      0,      0
  177. VESA,   1280,   1024,   8,      0x4f02, 0x107,  0,      0,      0,      0
  178.  
  179. ;VIDEO 7
  180. VID7,   80,     43,     0,      0x6f05, 0x40,   0,      0,      0xb800, 0
  181. VID7,   80,     60,     0,      0x6f05, 0x43,   0,      0,      0xb800, 0
  182. VID7,   80,     67,     0,      0x6f05, 0x46,   0,      0,      0xb800, 0
  183. VID7,   100,    60,     0,      0x6f05, 0x44,   0,      0,      0xb800, 0
  184. VID7,   132,    25,     0,      0x6f05, 0x41,   0,      0,      0xb800, 0
  185. VID7,   132,    28,     0,      0x6f05, 0x45,   0,      0,      0xb800, 0
  186. VID7,   132,    43,     0,      0x6f05, 0x42,   0,      0,      0xb800, 0
  187. VID7,   720,    540,    4,      0x6f05, 0x61,   0,      0,      0,      0
  188. VID7,   752,    410,    4,      0x6f05, 0x60,   0,      0,      0,      0
  189. VID7,   800,    600,    4,      0x6f05, 0x62,   0,      0,      0,      0
  190. VID7,   1024,   768,    4,      0x6f05, 0x65,   0,      0,      0,      0
  191. VID7,   640,    400,    8,      0x6f05, 0x66,   0,      0,      0,      0
  192. VID7,   640,    480,    8,      0x6f05, 0x67,   0,      0,      0,      0
  193. VID7,   720,    540,    8,      0x6f05, 0x68,   0,      0,      0,      0
  194. VID7,   800,    600,    8,      0x6f05, 0x69,   0,      0,      0,      0
  195.  
  196. ;ORCHID
  197. ORCHID, 640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  198. ORCHID, 640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  199. ORCHID, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  200.  
  201. ;ZYMOS (Hi Res 512)
  202. ZYMOS,  640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  203. ZYMOS,  640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  204. ZYMOS,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  205.  
  206. ;NCR chipset?                    <-- I need information to support these.
  207. ;ACER chipset?
  208. ;CHIPS&TECH 452 & 453 differences?
  209. ;REALTECH chipset?
  210.  
  211. ;AUTOMATIC CONFIGURATION parameters
  212.  
  213. ;   IMAGE GENERATION PARAMETERS:
  214. ;auto,/a1               ;default antialiasing level (0=Off, 1=Horizontal(default), 2=Horz and Vert)
  215. ;auto,/b1               ;default mouse mode (0=Boxy, 1=Bits)
  216. ;auto,/d1               ;default dithering level (0=Off, 1=Norm(default), 2=High)
  217. ;auto,/g640x400x256     ;default graphics mode (default=640x480x256)
  218. ;auto,/m256             ;maximum colors allowed in palette generation (default=256) (NOTE: this may be any number between 2 and 256)
  219. ;auto,/nGDS%03d         ;filename printf() style template for saving files
  220. ;auto,/i1               ;NOT A RUNTIME OPTION.  interlaced GIF early fill mode (default=OFF)
  221. ;auto,/w0               ;NOT A RUNTIME OPTION.  automatically write arrays after first write command (Alt-P or Alt-W)
  222.  
  223. ;   USER INTERFACE PARAMETERS:
  224. ;auto,/f1001            ;default file display mode (Extension/Resolution/Bits/FileSize) (default=1001)
  225. ;auto,/t80x25           ;default text mode (default=80x25)
  226. ;auto,/v0               ;NOT A RUNTIME OPTION.  vertical orientation mode (default=OFF)
  227.  
  228. ;   SLIDESHOW OPTIONS:
  229. ;auto,/s                ;do automatic slideshow
  230. ;auto,/o0               ;don't sort files in automatic slideshow
  231. ;auto,@filename         ;get list of file specifications from file
  232. ;auto,/z200             ;NOT A RUNTIME OPTION.  delay between slide show slides in 100ths of a second
  233.  
  234.  
  235. ;NOTE: You may automatically have GDS find files all over
  236. ;      your system by inserting a line with a path/file
  237. ;      description in it, just like you would enter it on
  238. ;      the GDS command line (remove the semicolon ';'):
  239.  
  240. ;auto, j:\gifs\myfile* c:\pictures  bozo.gif
  241.  
  242.  
  243. ;NOTE: You may force 512K video memory support by using
  244. ;      the following line (remove the semicolon ';')
  245.  
  246. ;auto, /512             ;this forces 512K of video memory
  247.