Subversion Repositories Kolibri OS

Rev

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

Rev 767 Rev 769
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: 767 $
8
$Revision: 769 $
Line 9... Line 9...
9
 
9
 
Line 86... Line 86...
86
 
86
 
87
;szSound        db 'SOUND',0
87
;szSound        db 'SOUND',0
88
;szInfinity     db 'INFINITY',0
88
;szInfinity     db 'INFINITY',0
89
szHwMouse	db 'ATI2D',0
89
szHwMouse	db 'ATI2D',0
-
 
90
szPS2MDriver	db 'PS2MOUSE',0
90
szPS2MDriver	db 'PS2MOUSE',0
91
szCOM_MDriver	db 'COM_MOUSE',0
Line 91... Line 92...
91
szUSB		db 'USB',0
92
szUSB		db 'USB',0
92
 
93
 
93
szSTART        db 'START',0
94
szSTART        db 'START',0
Line 383... Line 384...
383
;* start code - Mario79
384
;* start code - Mario79
Line 384... Line 385...
384
 
385
 
385
mouse_active	      rd 1
386
mouse_active	      rd 1
386
mouse_pause	      rd 1
387
mouse_pause	      rd 1
387
MouseTickCounter      rd 1
-
 
388
com1_mouse_detected   rb 1
-
 
-
 
388
MouseTickCounter      rd 1
389
com2_mouse_detected   rb 1
389
 
Line 390... Line 390...
390
;* end code - Mario79
390
;* end code - Mario79
391
 
391
 
392
img_background	      rd 1
392
img_background	      rd 1