Subversion Repositories Kolibri OS

Rev

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

Rev 662 Rev 673
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 662 $
8
$Revision: 673 $
9
 
9
 
10
 
10
 
Line 442... Line 442...
442
 
442
 
Line 443... Line 443...
443
           ret 4
443
           ret 4
444
 
444
 
-
 
445
align 4
445
align 4
446
proc init_cursors
446
proc init_cursors
447
 
Line -... Line 448...
-
 
448
           cmp [SCR_MODE],word 0x13
-
 
449
           jbe .fail
-
 
450
 
447
           cmp [SCR_MODE],word 0x13
451
           test word [SCR_MODE], 0x4000
448
           jbe .fail
452
           jz .fail
449
 
453
 
450
           movzx eax, byte [ScreenBPP]
454
           movzx eax, byte [ScreenBPP]
451
           mov ebx, [BytesPerScanLine]
455
           mov ebx, [BytesPerScanLine]