Subversion Repositories Kolibri OS

Rev

Rev 1928 | Rev 1941 | 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 $
9
 
9
 
10
 
10
 
Line 204... Line 204...
204
FDD_BUFF            equ (OS_BASE+0x000D000)
204
FDD_BUFF            equ (OS_BASE+0x000D000)
Line 205... Line 205...
205
 
205
 
206
;unused ? only one reference
206
;unused ? only one reference
Line 207... Line 207...
207
;ENABLE_TASKSWITCH   equ (OS_BASE+0x000E000)
207
;ENABLE_TASKSWITCH   equ (OS_BASE+0x000E000)
208
 
208
 
Line 209... Line 209...
209
;PUTPIXEL            equ (OS_BASE+0x000E020)
209
PUTPIXEL            equ (OS_BASE+0x000E020)
210
;GETPIXEL            equ (OS_BASE+0x000E024)
210
GETPIXEL            equ (OS_BASE+0x000E024)
Line 211... Line 211...
211
 
211