; Copyright (c) TCC 1991.  All rights reserved. 
; No part may be reproduced, transmitted, transcribed, stored in retrieval
; system, or translated into any language or computer language, in any form
; or by any means, electronic, mechanical, magnetic, optical, manual,
; or otherwise, without prior written permission of TCC.
;
; Configuration file for the Orchid ProDesigner VGA Adapter.
; @[#]TCC0235      1.20                            91/09/30

;=== Maintenance History =====================================================
;
;Rev   Date     Name Comment
;----  --------  --  ----------------------------------------------
;1.20  30.09.91  TF  Text edits for release.
;1.10  07.02.91  DM  Changed file name to !TCC0235.CFG, extensive rewrite
;1.00  02.01.91  DM  Initial release
;
BOARD
  ID = "TCC0235"
  NAME = "Orchid ProDesigner VGA Adapter"
  MFR = "Orchid Technology"
  CATEGORY = "VID"
  SLOT = ISA8OR16
  LENGTH = 330
  READID = NO

  SWITCH(1) = 4
    STYPE = DIP
    NAME = "SwitchBlock"
    LABEL = LOC(4-1) "SW 4" "SW 3" "SW 2" "SW 1"
    FACTORY = LOC(4-1) 0000
    INITVAL = LOC(4-1) 0x0x

  JUMPER(1) = 1
    JTYPE = TRIPOLE
    NAME = "IRQ 2 Retrace"
    VERTICAL = YES
    FACTORY = LOC(1) 1

  JUMPER(2) = 1
    JTYPE = TRIPOLE
    NAME = "ROM Decode"
    FACTORY = LOC(1) 0

  FUNCTION = "ProDesigner VGA Adapter"

    CONNECTION = "The analog VGA monitor must be connected to the 15-pin DSUB
    connector, labelled J1, on the rear bracket.  If a VGA pass-through
    connection is required for an ultrahigh resolution graphics adapter,
    connector P3 on the top of the board will be used.  A pass-through cable
    must be supplied by the manufacturer of the other board."

    SUBFUNCTION = "Selected Video Mode"
      CHOICE = "Graphics: Color or Mono"
        FREE
          PORT = 03B0h - 03BBh
          PORT = 03C0h - 03CFh
          PORT = 03D0h - 03DFh
        FREE
          MEMORY = 128K
            ADDRESS = 0A0000h
            MEMTYPE = OTH
  
      CHOICE = "Graphics: Color"
        FREE
          PORT = 03C0h - 03CFh
          PORT = 03D0h - 03DFh
        FREE
          MEMORY = 64K
            ADDRESS = 0A0000h
            MEMTYPE = OTH
        FREE
          MEMORY = 32K
            ADDRESS = 0B8000h
            MEMTYPE = OTH
  
      CHOICE = "Graphics: Mono"
        FREE
          PORT = 03B0h - 03BBh
          PORT = 03C0h - 03CFh
        FREE
          MEMORY = 64K
            ADDRESS = 0A0000h
            MEMTYPE = OTH
        FREE
          MEMORY = 32K
            ADDRESS = 0B0000h
            MEMTYPE = OTH
  
      CHOICE = "Text Only: Color or Mono"
        FREE
          PORT = 03B0h - 03BBh
          PORT = 03C0h - 03CFh
          PORT = 03D0h - 03DFh
        FREE
          MEMORY = 32K
            ADDRESS = 0B0000h
            MEMTYPE = OTH
        FREE
          MEMORY = 32K
            ADDRESS = 0B8000h
            MEMTYPE = OTH
  
      CHOICE = "Text Only: Color"
        FREE
          PORT = 03C0h - 03CFh
          PORT = 03D0h - 03DFh
        FREE
          MEMORY = 32K
            ADDRESS = 0B8000h
            MEMTYPE = OTH
  
      CHOICE = "Text Only: Mono"
        FREE
          PORT = 03B0h - 03BBh
          PORT = 03C0h - 03CFh
        FREE
          MEMORY = 32K
            ADDRESS = 0B0000h
            MEMTYPE = OTH

    SUBFUNCTION = "ROM Decode"
      COMMENTS = "The Standard ROM decode allocates a block from 
      C000h-C7FFh in the high memory area.\n\nThe Enhanced ROM decode 
      allocates a block from C000h-DFFFh in the high memory area.  This 
      may preclude the use of some adapters that have ROMs or RAM 
      addressed in this area."

      CHOICE = "Standard"
        FREE
          MEMORY = 32K
            ADDRESS = 0C0000h
            WRITABLE = NO
            MEMTYPE = SYS
            SIZE = WORD
            CACHE = YES
            SHARE = NO
        INIT = JUMPER(2) LOC(1) 0

      CHOICE = "Enhanced"
        FREE
          MEMORY = 128K
            ADDRESS = 0C0000h
            WRITABLE = NO
            MEMTYPE = SYS
            SIZE = WORD
            CACHE = YES
            SHARE = NO
        INIT = JUMPER(2) LOC(1) 1


    SUBFUNCTION = "Vertical Retrace"
      CHOICE = "Software Controlled"
        FREE
          INIT = JUMPER(2) LOC(1) 1
      CHOICE = "Hardware thru IRQ 2"
        FREE
          IRQ = 2
            SHARE = NO
            TRIGGER = EDGE
          INIT = JUMPER(2) LOC(1) 0

    SUBFUNCTION = "High Resolution Mode"
      CHOICE = "Non-interlaced 1024x768"
        FREE
          INIT = SWITCH(1) LOC(1) 0
      CHOICE = "Interlaced 1024x768"
        FREE
          INIT = SWITCH(1) LOC(1) 1

    SUBFUNCTION = "Translation ROM"
      CHOICE = "Not Installed"
        FREE
          INIT = SWITCH(1) LOC(3) 0
      CHOICE = "Installed"
        FREE
          INIT = SWITCH(1) LOC(3) 1