;NAME: sb_inc.zip
;November 30th, 1996
;rebuild December 15th, 1996
;dma.e updated January 21, 1997
;SFX2 added on May 7, 1997

;This zip file contain  sound blaster card related include files for euphoria
;programming.  

;list of files:

DELAY.E       ;a delay procedure
PORTS.E       ;to access hardware I/O ports
BITWISE.E     ;bitwise logical operators AND OR XOR NOT
FILELIST.E    ;file select function used by wavdemo.ex
DOSWRAP.E     ;dos function wrap up used in soundfx.e
DMA.E         ;to program direct memory access chips, used by sbcard.e
SBCARD.E      ;sound blaster card digital sound processor programming. 
SOUNDFX.E     ;functions to use in game programming in euphoria.
GAMEPAD.E     ;use special keyboard keys as a game pad.
GAME&WAV.EX   ;demo program for SOUNDFX.E
WAVEDEMO.EX   ;demo program for SBCARD.E
SB_INC.TXT    ;this file.

