Metropoli BBS
VIEWER: !hwp00c0.cfg MODE: TEXT (ASCII)
;
; (C)Copyright Hewlett-Packard Co., 1989-1991
;    All Rights Reserved.
;
;    $Date:   01 Jul 1991 14:14:32  $


      BOARD
	ID	= "HWP00C0"
	NAME	= "HP Ultra VGA Board (D2325A)"
	MFR	= "Hewlett-Packard Co."
	CATEGORY= "VID"
	SLOT	= ISA16
	LENGTH	= 222  ; in millimeters
	AMPERAGE= 1600 ; in milliamps
	SKIRT	= NO
	READID	= NO
	COMMENTS = "The HP Ultra VGA board supports:
\n\n Monochrome and color high-resolution graphics and text modes;
\n Fixed- and variable-frequency analog displays;
\n The standard VGA resolution of 640x480;
\n Extended resolutions such as 1024x768 with up to 256 colors in a
\n  non-interlaced ergonomic mode (this requires 1 MB of video memory).
\n\nYour video board comes with the HP Ultra VGA Utilities and Drivers
diskette, that contains an installation program, utility programs,
and high-resolution drivers for software packages."

; Switch configuration block
; ---------------------------

	SWITCH(1) = 4
	  NAME	  = "SWITCH BLOCK"
	  STYPE   = DIP
	  VERTICAL= NO
	  REVERSE = NO
	  LABEL   = LOC(4-1) "4" "3" "2" "VRAM"
	  FACTORY = LOC(4-1) 0000	; All default are OFF
	  INITVAL = LOC(4)   0		; Switch 4 is non-functional
	  COMMENTS=	"Currently, switch 4 is non-functional
			 and switches 2 and 3 are reserved (OFF).
\n\nWhen OFF, switch 1 selects 512KB video RAM.
\n\nWhen ON, switch 1 selects 1MB video RAM."


; Video board operation
; ---------------------

	GROUP = "Video Board Options"
	TYPE = "VID"

	FUNCTION = "Video BIOS Address Decode"
	  HELP = "This selection specifies the address space and address
		  decode used by this VGA adapter.  This selection cannot be
		  changed."
	  CHOICE = "Fully-decoded"
	    LINK
	      MEMORY	 = 24K
		ADDRESS  = 0C0000h
		WRITABLE = NO
		MEMTYPE  = OTHER
		CACHE	 = YES
 	    LINK
	      MEMORY	 = 6K
		ADDRESS  = 0C6800h
		WRITABLE = NO
		MEMTYPE  = OTHER
		CACHE	 = YES
 	    LINK
	     INIT = SWITCH(1) LOC(3) 0

	FUNCTION = "Video Adapter Display"
	  HELP = "Select 'Single Display' if you are using only one video
		  adapter (or if you are using a second high resolution
		  video adapter which is not MDA or CGA).
		  \n\nSelect either of the other choices if you are using an
		  MDA or CGA secondary video adapter."
	  TYPE = "VGA"
	  CONNECTION = "15-pin, female, D-type connector"
	  CHOICE = "Single Display"
	    LINK
	      PORT = 03B0h - 03DFh
	    LINK
	      MEMORY = 128K
		ADDRESS = 0A0000h
		MEMTYPE = OTHER
	  CHOICE = "Primary Color VGA, Secondary Adapter: MDA"
	    LINK
	      PORT = 03C0h - 03DFh
	    LINK
	      MEMORY = 64K
		ADDRESS = 0A0000h
		MEMTYPE = OTHER
	    LINK
	      MEMORY = 32K
		ADDRESS = 0B8000h
		MEMTYPE = OTHER
	  CHOICE = "Primary Monochrome VGA, Secondary Adapter: CGA"
	    LINK
	      PORT = 03B0h - 03CFh
	    LINK
	      MEMORY = 64K
		ADDRESS = 0A0000h
		MEMTYPE = OTHER
	    LINK
	      MEMORY = 32K
		ADDRESS = 0B0000h
		MEMTYPE = OTHER

	FUNCTION = "Video RAM Size"
	  HELP	 = "The HP Ultra VGA board can support either 512KB or 1MB
		    of video RAM.  Select the appropriate amount installed."
	  CHOICE = "512KB"
	    LINK
	      INIT = SWITCH(1) LOC(1) 0
	  CHOICE = "1MB"
	    LINK
	      INIT = SWITCH(1) LOC(1) 1

	ENDGROUP
[ RETURN TO DIRECTORY ]