Subversion Repositories Kolibri OS

Rev

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

Rev 774 Rev 802
Line 9... Line 9...
9
 
9
 
Line 10... Line 10...
10
;driver sceletone
10
;driver sceletone
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
format MS COFF
12
format MS COFF
13
 
13
 
Line 14... Line 14...
14
API_VERSION	equ 5  ;debug
14
DEBUG        equ 0
15
 
-
 
16
include 'proc32.inc'
-
 
Line 17... Line 15...
17
include 'imports.inc'
15
 
18
 
16
include 'proc32.inc'
19
OS_BASE 	equ 0x80000000;
17
include 'imports.inc'
20
new_app_base	equ 0x0
18
 
Line 34... Line 32...
34
end virtual
32
end virtual
Line 35... Line 33...
35
 
33
 
36
public START
34
public START
Line 37... Line -...
37
public version
-
 
Line 38... Line 35...
38
 
35
public version
39
DEBUG	     equ 0
36
 
40
 
37