Subversion Repositories Kolibri OS

Rev

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

Rev 1626 Rev 1641
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line -...
16
$Revision: 1626 $
-
 
17
 
-
 
18
 
-
 
19
;struc db [a] { common . db a
-
 
20
;  if ~used .
-
 
21
;    display 'not used db: ',`.,13,10
-
 
22
;  end if }
-
 
23
;struc dw [a] { common . dw a
-
 
24
;  if ~used .
-
 
25
;    display 'not used dw: ',`.,13,10
-
 
26
;  end if }
-
 
27
;struc dd [a] { common . dd a
-
 
28
;  if ~used .
-
 
29
;    display 'not used dd: ',`.,13,10
-
 
30
;  end if }
-
 
31
;struc dp [a] { common . dp a
-
 
32
;  if ~used .
-
 
33
;    display 'not used dp: ',`.,13,10
-
 
34
;  end if }
-
 
35
;struc dq [a] { common . dq a
-
 
36
;  if ~used .
-
 
37
;    display 'not used dq: ',`.,13,10
-
 
38
;  end if }
-
 
39
;struc dt [a] { common . dt a
-
 
Line 40... Line 16...
40
;  if ~used .
16
$Revision: 1641 $
41
;    display 'not used dt: ',`.,13,10
17
 
42
;  end if }
18
 
43
 
19
 
Line 242... Line 218...
242
include "fs/ext2.inc"     ; read / write for ext2 filesystem
218
include "fs/ext2.inc"	  ; read / write for ext2 filesystem
Line 243... Line 219...
243
 
219
 
Line 244... Line 220...
244
; sound
220
; sound
245
 
221
 
Line 246... Line 222...
246
include "sound/playnote.inc" 	; player Note for Speaker PC
222
include "sound/playnote.inc"	; player Note for Speaker PC
Line 247... Line 223...
247
include "sound/FFT.inc" 	; fast Fourier transform routines
223
include "sound/FHT.inc" 	; fast Fourier transform routines
248
 
224
 
Line 309... Line 285...
309
; load external lib
285
; load external lib
310
include "core/ext_lib.inc"
286
include "core/ext_lib.inc"
Line 311... Line 287...
311
 
287
 
312
; list of external functions
288
; list of external functions
-
 
289
include "imports.inc"