Subversion Repositories Kolibri OS

Rev

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

Rev 4418 Rev 4588
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 4418 $
8
$Revision: 4588 $
9
 
9
 
10
 
10
 
Line 203... Line 203...
203
WIN_POS             equ (OS_BASE+0x000C400)
203
WIN_POS             equ (OS_BASE+0x000C400)
204
FDD_BUFF            equ (OS_BASE+0x000D000)     ;512
204
FDD_BUFF            equ (OS_BASE+0x000D000)     ;512
Line 205... Line 205...
205
 
205
 
206
WIN_TEMP_XY         equ (OS_BASE+0x000F300)
206
WIN_TEMP_XY         equ (OS_BASE+0x000F300)
207
KEY_COUNT           equ (OS_BASE+0x000F400)
207
KEY_COUNT           equ (OS_BASE+0x000F400)
Line 208... Line 208...
208
KEY_BUFF            equ (OS_BASE+0x000F401)
208
KEY_BUFF            equ (OS_BASE+0x000F401) ; 120*2 + 2*2 = 244 bytes, actually 255 bytes
209
 
209