home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gdos / tt_assgn.txt < prev   
Text File  |  1991-04-22  |  4KB  |  140 lines

  1. ;GDOS on the TT.
  2. ;
  3. ;Well, after a certain amount of thrashing about, here's an ASSIGN.SYS
  4. ;that works in all TT resolutions (yes, even TT LOW, but GDOS 
  5. ;applications have a certain amount of problems with the 40 column 
  6. ;screen width).
  7. ;
  8. ;NOTE that at this time Atari GDOS 1.1 is the only flavour that 
  9. ;works, however G+PLUS/G+FLAIR owners should be able to contact 
  10. ;Codehead software for an update to those programs.
  11. ;
  12. ;This file can be used INTACT as your ASSIGN.SYS. Simply rename it.
  13. ;
  14. ;NOTE that this ASSIGN.SYS started out in life as the one from the 
  15. ;SLM804 GDOS DRIVER disk, shipped with the Atari lasers. It has the 
  16. ;SLM804 installed as the default printer. Wherever changes have been 
  17. ;made to the original file, comments are inserted to explain.
  18. ;
  19. ;(Also note that the original file I uploaded didn't work because I 
  20. ;had left in TABS....the ASSIGN.SYS file shoulb be plain ASCII, with 
  21. ;NO CONTROL CHARACTERS)
  22. ;
  23. path = C:\GEMSYS\   ;was originally just c:\, but most folks
  24. 01p screen.sys      ;use a folder these days...put whatever path
  25. ATSS10.FNT          ;you like in here, just make sure everything
  26. ATSS12.FNT          ;is in it.
  27. ATSS18.FNT
  28. ATSS24.FNT
  29. ATTR10.FNT
  30. ATTR12.FNT
  31. ATTR18.FNT
  32. ATTR24.FNT
  33. ATTP10.FNT
  34. 02p screen.sys
  35. ATSS10.FNT
  36. ATSS12.FNT
  37. ATSS18.FNT
  38. ATSS24.FNT
  39. ATTR10.FNT
  40. ATTR12.FNT
  41. ATTR18.FNT
  42. ATTR24.FNT
  43. ATTP10.FNT
  44. 03p screen.sys      ;ST-MEDIUM has a funny aspect ratio, hence
  45. ATSS10CG.FNT        ;it is the only resolution that requires
  46. ATSS12CG.FNT        ;these elongated fonts with the CG ending.
  47. ATSS18CG.FNT
  48. ATSS24CG.FNT
  49. ATTR10CG.FNT        ;Atari GDOS fonts usually are in this format:
  50. ATTR12CG.FNT        ;
  51. ATTR18CG.FNT        ;ATTR18CG.FNT
  52. ATTR24CG.FNT        ;||||||||
  53. ATTP10CG.FNT        ;|||||| -----DEVICE
  54. 04p screen.sys      ;|||| -------type size
  55. ATSS10.FNT          ;|| ---------type face (TR=Times Roman) 
  56. ATSS12.FNT          ; -----------supplier (AT=Atari)
  57. ATSS18.FNT          ;
  58. ATSS24.FNT          ;Note that DEVICE is denoted by:
  59. ATTR10.FNT          ;CG=ST MEDIUM RES SCREEN
  60. ATTR12.FNT          ;EP=EPSON 9-PIN PRINTER
  61. ATTR18.FNT          ;LS=300 DPI LASER PRINTER, etc.
  62. ATTR24.FNT          ;no initials=ST LOW/HIGH,TT-MED/HIGH SCREEN
  63. ATTP10.FNT
  64. 05p screen.sys      ;01 = Default screen
  65. 06p screen.sys      ;02 = ST Low
  66. ATSS10.FNT          ;03 = ST Medium
  67. ATSS12.FNT          ;04 = ST High
  68. ATSS18.FNT          ;05 = NOT USED
  69. ATSS24.FNT          ;06 = TT Medium
  70. ATTR10.FNT          ;07 = NOT USED
  71. ATTR12.FNT          ;08 = TT High
  72. ATTR18.FNT          ;09 = TT Low
  73. ATTR24.FNT          ;(don't ask me why.....)
  74. ATTP10.FNT
  75. 07p screen.sys
  76. 08p screen.sys
  77. ATSS10.FNT          ;for TT-MEDIUM and TT-HIGH, the standard mono
  78. ATSS12.FNT          ;screen fonts are fine, because the aspect ratios 
  79. ATSS18.FNT          ;are similar.
  80. ATSS24.FNT
  81. ATTR10.FNT
  82. ATTR12.FNT
  83. ATTR18.FNT
  84. ATTR24.FNT
  85. ATTP10.FNT
  86. 09p screen.sys      ;The 'p' after each of these numbers tells GEM 
  87. ATSS10.FNT          ;that the driver in question is in ROM.
  88. ATSS12.FNT
  89. ATSS18.FNT
  90. ATSS24.FNT
  91. ATTR10.FNT
  92. ATTR12.FNT
  93. ATTR18.FNT
  94. ATTR24.FNT
  95. ATTP10.FNT
  96. 21 slm.sys          ;The original drivers are usually named SLM804.SYS
  97. ATSS10LS.FNT        ;but do not use these on the TT. You should use
  98. ATSS12LS.FNT        ;the new SLM.SYS that ships with the TT.
  99. ATSS18LS.FNT
  100. ATSS24LS.FNT
  101. ATTR10LS.FNT
  102. ATTR12LS.FNT
  103. ATTR18LS.FNT
  104. ATTR24LS.FNT
  105. ATTP10LS.FNT
  106. 31 meta.sys
  107. ATSS10MF.FNT
  108. ATSS12MF.FNT
  109. ATSS18MF.FNT
  110. ATSS24MF.FNT
  111. ATTR10MF.FNT
  112. ATTR12MF.FNT
  113. ATTR18MF.FNT
  114. ATTR24MF.FNT
  115. ATTP10MF.FNT
  116. ;
  117. ;
  118. ;<slap> That's it!
  119. ;
  120. ;If you use another GDOS program like Timeworks and install fonts with 
  121. ;it's INSTALLER, you must edit it before booting into a resolution 
  122. ;other than the ST resolutions. The salient point about converting an 
  123. ;ST ASSIGN.SYS to work on the TT are that the extra screen drivers 
  124. ;must be named, and must have fonts installed. Using an ASCII 
  125. ;text-editor, simply copy out the high-resolution screen fonts and 
  126. ;paste them back in for the TT-MEDIUM and HIGH resolutions.
  127. ;
  128. ;file courtesy:
  129. ;Ron Grant (GENIE R.GRANT11)
  130. ;GXR Systems
  131. ;302-1107 Homer Street,
  132. ;Vancouver, B.C. V6B 2Y5
  133. ;(604)687-8527
  134. ;
  135. ;While I've tested this system on our TT, I can not guarantee that it 
  136. ;will work on your system, and neither I nor GXR Systems can support 
  137. ;Atari GDOS on the TT. However, I'm happy to answer any questions in 
  138. ;e-mail on GEnie. Please don't phone me about this.
  139.  
  140.