Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 388
Line 16... Line 16...
16
SB16_load_music  equ   0xc0000000
16
SB16_load_music  equ   0xc0000000
17
SB16_play_music  equ   0xc0000001
17
SB16_play_music  equ   0xc0000001
18
DMAPage          equ   0x2A
18
DMAPage          equ   0x2A
19
Rate             equ   44100
19
Rate             equ   44100
20
SB16Buffer       equ   0x2A0000
20
SB16Buffer       equ   0x2A0000
21
SB16_Status      equ   SB16Buffer+65536
21
;SB16_Status      equ   SB16Buffer+65536
Line 22... Line 22...
22
 
22
 
23
iglobal
23
iglobal
24
  sound_data_format   dd    0x1
24
  sound_data_format   dd    0x1
25
  sound_data_length   dd    65536
25
  sound_data_length   dd    65536