First post, by drew2020
I have an ESS1868F and X2GS wavetable card. My goal is to play midi files in DOS as well as old DOS games. I used DOS ESS1868F drivers from Phils web site. Unfortunately, when I configure DOOM to use midi, I don't get any music. Also, when I use dosmid /sbmidi=330 *.mid to play midi file, I get a hardware initialization error message. It seems like the ESS1868F is not communicating with X2GS. Using dosmid /opl *.mid, the midi file is played. I'm not sure what to do next
My autoexec.bat
SET SOUND=C:\AUDIODRV
SET BLASTER=A220 I5 D1 H5 P300 T4 REM Corrected to match ESSCFG D1 setting
SET PATH=C:\AUDIODRV;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Windows\System
C:\AUDIODRV\ESSCFG.EXE /A:220 /I:5 /D:1 /B:330 /J:E
C:\AUDIODRV\ESSVOL.EXE /V:8 /L:8 /W:8 /M:0 /C:8 /S:8 /A:0
config.sys
REM === Load DOS into high memory and enable UMBs for LH commands ===
DOS=HIGH,UMB
REM === Load extended memory manager ===
DEVICE=A:\HIMEM.SYS
REM === Load ANSI.SYS ===
DEVICE=A:\ANSI.SYS
REM === Enable Upper Memory Blocks without EMS by default ===
DEVICE=A:\EMM386.EXE NOEMS
REM === Load ESS1868F Sound Card Driver into High Memory ===
DEVICEHIGH=C:\AUDIODRV\ES1868.COM /A:220 /I:5 /D:1 /B:330