Subversion Repositories Kolibri OS

Rev

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

Rev 1928 Rev 1929
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 1928 $
8
$Revision: 1929 $
Line 9... Line 9...
9
 
9
 
Line 331... Line 331...
331
img_pix_y	  rd 1          ; real Ysize
331
img_pix_y	  rd 1          ; real Ysize
332
img_screen_x	  rd 1
332
img_screen_x	  rd 1
333
img_screen_y	  rd 1
333
img_screen_y	  rd 1
Line 334... Line 334...
334
 
334
 
335
align 64
335
align 64
336
_WinMapWidth	  rd 1
336
;_WinMapWidth	  rd 1
337
_WinMapHeight	  rd 1
337
;_WinMapHeight	  rd 1
338
_WinMapAddress	  rd 1
338
_WinMapAddress	  rd 1
Line 339... Line 339...
339
_WinMapSize	  rd 1
339
_WinMapSize	  rd 1
340
 
340
 
Line 411... Line 411...
411
mouse_pause	      rd 1
411
mouse_pause	      rd 1
412
MouseTickCounter      rd 1
412
MouseTickCounter      rd 1
Line 413... Line 413...
413
 
413
 
Line 414... Line 414...
414
;* end code - Mario79
414
;* end code - Mario79
415
 
415
 
416
;img_background	      rd 1
416
img_background	      rd 1
Line 417... Line 417...
417
;mem_BACKGROUND	      rd 1
417
mem_BACKGROUND	      rd 1
418
;static_background_data rd 1
418
static_background_data rd 1
419
 
419
 
420
cache_ide0:
420
cache_ide0: