Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 2288 → Rev 2287

/kernel/trunk/drivers/sb16/sb16.asm
344,8 → 344,7
align 4
version dd (5 shl 16) or (API_VERSION and 0xFFFF)
 
sb_base_port:
dd 200h ;don't ask me why - see the code&docs
sb_base_port: dd 200h ;don't ask me why - see the code&docs
 
sound_dma dd sb_dma_num
 
377,10 → 376,8
msgDSPFound db 'DSP found at port 2'
label port_second_digit_num dword at $
db '00h',13,10,'DSP version '
sb_DSP_version:
db '0.00 - SB'
sb_DSP_description:
db 32,32,32,32,13,10,0
sb_DSP_version: db '0.00 - SB'
sb_DSP_description: db 32,32,32,32,13,10,0
;-------------------------------------------------------------------------------
end if
 
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/kernel/trunk/drivers/sb16/CONFIG.INC
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property
/kernel/trunk/drivers/sb16/SB16.INC
Property changes:
Deleted: svn:eol-style
-native
\ No newline at end of property