2 1

*Set to the first character of this file the number of the driver you
 select:

	1	DSOUND using primary buffer (minium delay)
	2	DSOUND using secondary buffer (medium delay)
	3	WaveOut (big delay)
	4	No Sound

*The second number is the device number selected for init.


examples:

	1 1		Uses the first dsound (with primary buffer) device

	1 2		Uses the second dsound (with primary buffer) device

	3 1		Uses the first waveout device

	3 3		Uses the third waveout device

	3 1		Uses no sound (num dev. is ignored)

	3 2		Uses no sound (num dev. is ignored)