home *** CD-ROM | disk | FTP | other *** search
- ;; Video-7 FastWrite VGA Screen Drivers for Sprint version 1.00 ... 05-NOV-1988
- ;;
- ;; Writen by Clair Hardesty
- ;; Senior Member of the Technical Staff
- ;; Siemens Components Inc.
- ;; Semiconductor Division
- ;; 2191 Laurelwood Road
- ;; Santa Clara, Ca 95054
- ;; (408) 980-4500 x4606
- ;;
- ;; V7ANSI.SYS must be installed to take advantage of these extended modes.
- ;; Pure VGA mode must be disabled to use the extended modes.
- ;;
- ;; Insert the following line in MAIN.SPL to provide access to these modes:
- ;;
- ;; screen Video-7 FastWrite VGA, in fastvga.spl
-
- screen Video-7 FastWrite VGA,
- root
-
- screen Video-7 FastWrite VGA.Color\, 80x43,as FAST.BASIC,rows 43,
- init H 40h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen Video-7 FastWrite VGA.Color\, 80x60,as FAST.BASIC,rows 60,
- init H 43h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen Video-7 FastWrite VGA.Color\, 100x60,as FAST.BASIC,rows 60,cols 100,
- init H 44h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen Video-7 FastWrite VGA.Color\, 132x25,as FAST.BASIC,cols 132,
- init H 41h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen Video-7 FastWrite VGA.Color\, 132x28,as FAST.BASIC,rows 28,cols 132,
- init H 45h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen Video-7 FastWrite VGA.Color\, 132x43,as FAST.BASIC,rows 43,cols 132,
- init H 42h>BL 05h>AL 6Fh int 10h 3>AL 0>BL 10h int 10h 20h>BL 0>AL 12h int 10h
-
- screen FAST.BASIC,cur B,up B,down B,map B800H,
- help 02fh, infobox 070h, menufirst 07fh, menu 070h, error 070h,
- status 070h, select 070h, plain 017h,
- ^A 06AH, ^B 01FH, ^C 071H, ^D 030H, ^E 012H,
- ^J 020H, ^K 031H, ^L 017H, ^M 01BH, ^O 03EH, ^P 071H, ^Q 01DH,
- ^R 071H, ^S 019H, ^T 01Ch, ^U 01AH, ^V 035H, ^W 016H, ^X 013H,
- reset H 43h>BL 05h>AL 6Fh int 10h ;; choose your prefered reset mode here