home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / SYSTEM / TOSBOX / TB.INI < prev   
Text File  |  1998-09-26  |  2KB  |  64 lines

  1.   # Sample configuration file for TOSBOX
  2.  
  3.   # Specify the location of your operating system image file here;
  4.   #   if omitted, it is assumed to be 'TOS.IMG' in current directory.
  5. system c:\atari\tos.img
  6.   
  7.   # Request ST memory here in one-meg units.
  8. memory 4
  9.  
  10.   # Set video mode; see the list of supported modes below.
  11. video mode 0
  12.  
  13.   #  SUPPORTED VIDEO MODES
  14.   #
  15.   # The ST video modes are provided for compatibility.
  16.   # Note: The Atari desktop may override your choice of color modes.
  17.   #  0 =  640x400    monochrome  (ST high)
  18.   #  1 =  640x200x4              (ST med)
  19.   #  2 =  320x200x16             (ST low)
  20.   #
  21.   # These modes require TOS 1.04 or higher.
  22.   #  3 =  640x480    monochrome
  23.   #  4 =  640x480x4
  24.   #  5 =  640x480x16
  25.   #
  26.   # These modes require at least TOS 1.04 and VESA 1.2.
  27.   #  6 =  800x600    monochrome
  28.   #  7 =  800x600x4
  29.   #  8 =  800x600x16
  30.   #  9 = 1024x768    monochrome
  31.   # 10 = 1024x768x4
  32.   # 11 = 1024x768x16
  33.  
  34.   # Only the drives you list here will show up in the ST's drive map.
  35.   # Subdirectories may be mounted (see commented example); be sure
  36.   #   to leave off any trailing backslashes.
  37. mount A A:            # single floppy
  38. mount B B:
  39. mount C C:            # allow access to all of C:
  40. # mount C C:\TB       # allow access to this and its subdirectories
  41. mount D D:            # CD-ROM on most systems
  42. mount E E:
  43. # mount F C:
  44.  
  45.   # Change this to 'A' if you want to boot from a floppy.  (Or you could
  46.   # maybe do a "mount C A:" instead...)
  47. boot from C
  48.  
  49.   # Choose parallel and serial ports.
  50. use lpt1
  51. use com1
  52.  
  53.   # Choose baud translation type.
  54.   #  0 = no translation, top speed 19200 baud
  55.   #  1 = low settings mapped to high speeds:
  56.   #    134 -> 115200, 110 -> 57600, 75 -> 38400, all others unchanged
  57.   #  2 = all settings shifted upward:
  58.   #    19200 -> 115200, 9600 -> 57600, 4800 -> 38400, 2400 -> 9600, etc.
  59. baud translation 2
  60.  
  61.   # Wait for keypress after returning from DOS programs.
  62. pause after DOS
  63.  
  64.