Subversion Repositories Kolibri OS

Rev

Rev 9932 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9932 Rev 10010
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9932 $
8
$Revision: 10010 $
9
 
9
 
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
;;                                                            ;;
11
;;                                                            ;;
Line 116... Line 116...
116
      dd sys_background          ; 15-bgr
116
      dd sys_background          ; 15-bgr
117
      dd sys_cachetodiskette     ; 16-FlushFloppyCache
117
      dd sys_cachetodiskette     ; 16-FlushFloppyCache
118
      dd sys_getbutton           ; 17-GetButton
118
      dd sys_getbutton           ; 17-GetButton
119
      dd sys_system              ; 18-System Services
119
      dd sys_system              ; 18-System Services
120
      dd undefined_syscall       ; 19-reserved
120
      dd undefined_syscall       ; 19-reserved
121
      dd sys_midi                ; 20-ResetMidi and OutputMidi
121
      dd undefined_syscall       ; 20- deprecated ResetMidi and OutputMidi
122
      dd sys_setup               ; 21-SetMidiBase,SetKeymap,SetShiftKeymap,.
122
      dd sys_setup               ; 21-SetKeymap,SetShiftKeymap,.
123
      dd sys_settime             ; 22-setting date,time,clock and alarm-clock
123
      dd sys_settime             ; 22-setting date,time,clock and alarm-clock
124
      dd sys_wait_event_timeout  ; 23-TimeOutWaitForEvent
124
      dd sys_wait_event_timeout  ; 23-TimeOutWaitForEvent
125
      dd syscall_cdaudio         ; 24-PlayCdTrack,StopCd and GetCdPlaylist
125
      dd syscall_cdaudio         ; 24-PlayCdTrack,StopCd and GetCdPlaylist
126
      dd syscall_putarea_backgr  ; 25-Put Area to background
126
      dd syscall_putarea_backgr  ; 25-Put Area to background
127
      dd sys_getsetup            ; 26-GetMidiBase,GetKeymap,GetShiftKeymap,.
127
      dd sys_getsetup            ; 26-GetMidiBase,GetKeymap,GetShiftKeymap,.