Subversion Repositories Kolibri OS

Rev

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

Rev 6244 Rev 6263
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 6244 $
16
$Revision: 6263 $
17
 
17
 
18
; Core functions
18
; Core functions
19
include "core/sync.inc"     ; macros for synhronization objects
19
include "core/sync.inc"     ; macros for synhronization objects
Line 62... Line 62...
62
 
62
 
Line 63... Line 63...
63
; display
63
; display
64
 
64
 
65
;include "video/vesa12.inc"   ; Vesa 1.2 functions
65
;include "video/vesa12.inc"   ; Vesa 1.2 functions
66
include "video/vesa20.inc"   ; Vesa 2.0 functions
66
include "video/vesa20.inc"   ; Vesa 2.0 functions
67
include "video/blitter.inc"  ;
67
include "video/blitter.inc"
-
 
68
include "video/vga.inc"      ; VGA 16 color functions
Line 68... Line 69...
68
include "video/vga.inc"      ; VGA 16 color functions
69
include "video/cursors.inc"  ; cursors functions
Line 69... Line 70...
69
include "video/cursors.inc"  ; cursors functions
70
include "video/framebuffer.inc"     ; framebuffer functions