home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / finc / fastvga.spl < prev    next >
Encoding:
Text File  |  1988-11-07  |  3.0 KB  |  46 lines

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