Subversion Repositories Kolibri OS

Rev

Rev 425 | Rev 469 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 425 Rev 431
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 431 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
3
;;                                                        ;;
6
;;                                                              ;;
4
;;  VESA20.INC                                            ;;
7
;;  VESA20.INC                                                  ;;
5
;;                                                        ;;
8
;;                                                              ;;
6
;;  Vesa 2.0 functions for MenuetOS                       ;;
9
;;  Vesa 2.0 functions for MenuetOS                             ;;
7
;;                                                        ;;
10
;;                                                              ;;
Line 11... Line 14...
11
;;  Juan M. Caravaca                                      ;;
14
;;  Juan M. Caravaca                                            ;;
12
;;  - Graphics optimimizations eg. drawline               ;;
15
;;  - Graphics optimimizations eg. drawline                     ;;
13
;;                                                        ;;
16
;;                                                              ;;
14
;;  See file COPYING for details                          ;;
17
;;  See file COPYING for details                                ;;
15
;;                                                        ;;
18
;;                                                              ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 20...
17
 
20
 
18
; If you're planning to write your own video driver I suggest
21
; If you're planning to write your own video driver I suggest
Line 19... Line 22...
19
; you replace the VESA12.INC file and see those instructions.
22
; you replace the VESA12.INC file and see those instructions.