1@ECHO OFF 2REM Virtual DOS Machine (VDM) Default Environment Configuration 3 4REM NOTE: NTVDM does not use AUTOEXEC.BAT as the default 5REM environment settings file when running a DOS application. If you 6REM wish to change the default settings for DOS programs, make changes 7REM to this file instead. 8 9REM Sound Blaster Settings 10REM ====================== 11REM A = The I/O address of the Sound Blaster. 12REM * Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300. 13REM I = The IRQ number of the Sound Blaster. 14REM * Possible values: 7, 5, 3, 9, 10, 11, 12. 15REM D = The DMA number of the Sound Blaster. 16REM * Possible values: 1, 5, 0, 3, 6, 7. 17REM H = The High DMA number of the Sound Blaster. 18REM * Possible values: 1, 5, 0, 3, 6, 7. 19REM T = Type of Sound Blaster Card 20REM * 1 - SB 1.5 21REM * 2 - SB Pro I 22REM * 3 - SB 2.0 23REM * 4 - SB Pro II 24REM * 6 - SB 16/AWE 32/32/64 25REM 26REM NOTE: To disable Sound Blaster support, simply place an invalid 27REM I/O Port Address (e.g. SET BLASTER=A0). However, if SET BLASTER is 28REM not specified in this file, then the default values (A220 I7 D1 H5 T6) 29REM will be used instead. 30SET BLASTER=A220 I7 D1 H5 T6 31