Subversion Repositories Kolibri OS

Rev

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

Rev 2118 Rev 2288
Line 342... Line 342...
342
end if
342
end if
343
;all initialized data place here
343
;all initialized data place here
344
align 4
344
align 4
345
version       dd (5 shl 16) or (API_VERSION and 0xFFFF)
345
version       dd (5 shl 16) or (API_VERSION and 0xFFFF)
Line -... Line 346...
-
 
346
 
346
 
347
sb_base_port:
Line 347... Line 348...
347
sb_base_port: dd 200h ;don't ask me why - see the code&docs
348
              dd 200h ;don't ask me why - see the code&docs
Line 348... Line 349...
348
 
349
 
349
sound_dma     dd sb_dma_num
350
sound_dma     dd sb_dma_num
Line 374... Line 375...
374
msgErrDMAsetup db 'failed to setup DMA - bad channel',13,10,0
375
msgErrDMAsetup db 'failed to setup DMA - bad channel',13,10,0
375
;-------------------------------------------------------------------------------
376
;-------------------------------------------------------------------------------
376
msgDSPFound   db 'DSP found at port 2'
377
msgDSPFound   db 'DSP found at port 2'
377
label port_second_digit_num dword at $
378
label port_second_digit_num dword at $
378
	      db '00h',13,10,'DSP version '
379
              db '00h',13,10,'DSP version '
-
 
380
sb_DSP_version:
379
sb_DSP_version: db '0.00 - SB'
381
                db '0.00 - SB'
-
 
382
sb_DSP_description:
380
sb_DSP_description: db 32,32,32,32,13,10,0
383
                    db 32,32,32,32,13,10,0
381
;-------------------------------------------------------------------------------
384
;-------------------------------------------------------------------------------
382
end if
385
end if
Line 383... Line 386...
383
 
386
 
384
section '.data' data readable writable align 16
387
section '.data' data readable writable align 16