{=====================================================} {=== SBDETECT.TPU Written By Franz-Josef Ayestaran ===} {=====================================================} { *** Public Variables *** } { ************************ } { ************************ } { *** Public Procedures / Functions *** } { ************************************* } interface function detect_sb(var BaseIO:word;var IRQ,DMA,DMA16:byte): boolean; {Gets sound card settings from BLASTER environment variable } {Parameters: } { BaseIO: Sound card base IO address } { IRQ: Sound card IRQ } { DMA: Sound card 8-bit DMA channel } { DMA16: Sound card 16-bit DMA channel (0 if none) } {Returns: } { TRUE: Sound card settings found successfully } { FALSE: Sound card settings could not be found } { ************************************* }