Subversion Repositories Kolibri OS

Rev

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

Rev 472 Rev 479
Line 1... Line 1...
1
$Revision: 472 $
1
$Revision: 479 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 225... Line 225...
225
MOUSE_PORT          equ (OS_BASE+0x000F604)
225
MOUSE_PORT          equ (OS_BASE+0x000F604)
Line 226... Line 226...
226
 
226
 
227
;unused
227
;unused
Line -... Line 228...
-
 
228
PS2_CHUNK           equ (OS_BASE+0x000FB00)
228
PS2_CHUNK           equ (OS_BASE+0x000FB00)
229
 
229
 
230
MOUSE_SCROLL_H      equ (OS_BASE+0x000FB08)
-
 
231
MOUSE_X             equ (OS_BASE+0x000FB0A)
Line 230... Line 232...
230
MOUSE_X             equ (OS_BASE+0x000FB0A)
232
MOUSE_Y             equ (OS_BASE+0x000FB0C)
231
MOUSE_Y             equ (OS_BASE+0x000FB0C)
233
MOUSE_SCROLL_V      equ (OS_BASE+0x000FB0E)
232
 
234
 
233
MOUSE_COLOR_MEM     equ (OS_BASE+0x000FB10)
235
MOUSE_COLOR_MEM     equ (OS_BASE+0x000FB10)