Subversion Repositories Kolibri OS

Rev

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

Rev 388 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
2
;;                                                        ;;
6
;;                                                              ;;
3
;;  VESA20.INC                                            ;;
7
;;  VESA20.INC                                                  ;;
4
;;                                                        ;;
8
;;                                                              ;;
5
;;  Vesa 2.0 functions for MenuetOS                       ;;
9
;;  Vesa 2.0 functions for MenuetOS                             ;;
6
;;                                                        ;;
10
;;                                                              ;;
Line 10... Line 14...
10
;;  Juan M. Caravaca                                      ;;
14
;;  Juan M. Caravaca                                            ;;
11
;;  - Graphics optimimizations eg. drawline               ;;
15
;;  - Graphics optimimizations eg. drawline                     ;;
12
;;                                                        ;;
16
;;                                                              ;;
13
;;  See file COPYING for details                          ;;
17
;;  See file COPYING for details                                ;;
14
;;                                                        ;;
18
;;                                                              ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 20...
16
 
20
 
17
; 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 18... Line 22...
18
; you replace the VESA12.INC file and see those instructions.
22
; you replace the VESA12.INC file and see those instructions.