home *** CD-ROM | disk | FTP | other *** search
- # Chocks Away Extra Missions+ Configuration file
- # Note on configuration file:
- # This file can be messed around with as much as you like. It will only read
- # the variables that it requires, and ignore any spaces, case, blank lines or
- # lines starting with the '#' character. Variables defined more than once
- # will use the last value defined. Values which are out of range, or invalid
- # and the closest/default value will be used.
-
- # Normal Options
- # ==============
- # Screenmode:
- # Note: If the screenmode is invalid, it will try to match a suitable one.
- # 0 = TV Mode (Mode 13, 320x256 only for TV monitors really but displays
- # the most screen area and the fastest)
- # 1 = VGA-Half (Mode 49, 320x240 only fills up every other rows on screen,
- # and chops off the top 16 pixels but is faster than
- # VGA-Full)
- # 2 = VGA-Full (Mode 49, 320x240 fills all rows on screen and looks nicest,
- # but again, chops off the top 16 pixels and may slow down
- # the game)
-
- Screenmode = 2
-
- # Controls:
- # 0 = Keyboard (controls redefinable via menu)
- # 1 = Mouse
- # 2 = Joystick
-
- Controls = 0
-
- # Mouse speed (only relevant for mouse controls)
-
- Mouse Speed = 1
-
-
- # Serial options:
- # ===============
- #
- # Serial devices path
-
- Serial Path = SerialDev:Modules
-
- # Blockdriver used for serial games
-
- Driver = InternalPC
-
- # The serial port used (relevant only for multiple-port serial cards)
-
- Port = 0
-
- # Baud speed of serial port
-
- Baud = 19200
-
- # Handshaking protocol
- # 0 = None
- # 1 = Hardware (CTS/RTS)
- # 2 = Software (XON/XOFF)
- # 3 = Both
-
- Handshake = 0
-