Subversion Repositories Kolibri OS

Rev

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

Rev 750 Rev 753
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: 750 $
8
$Revision: 753 $
9
 
9
 
10
 
10
 
Line 248... Line 248...
248
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)
248
MOUSE_BUFF_COUNT    equ (OS_BASE+0x000FCFF)
Line 249... Line 249...
249
 
249
 
250
LFBAddress          equ (OS_BASE+0x000FE80)
250
LFBAddress          equ (OS_BASE+0x000FE80)
Line 251... Line 251...
251
MEM_AMOUNT          equ (OS_BASE+0x000FE8C)
251
MEM_AMOUNT          equ (OS_BASE+0x000FE8C)
252
 
252
 
253
ScreenWidth         equ (OS_BASE+0x000FE00)
253
Screen_Max_X        equ (OS_BASE+0x000FE00)
254
ScreenHeight        equ (OS_BASE+0x000FE04)
254
Screen_Max_Y        equ (OS_BASE+0x000FE04)
Line 255... Line 255...
255
BytesPerScanLine    equ (OS_BASE+0x000FE08)
255
BytesPerScanLine    equ (OS_BASE+0x000FE08)
256
SCR_MODE            equ (OS_BASE+0x000FE0C)
256
SCR_MODE            equ (OS_BASE+0x000FE0C)