re: Joystick and sound.
Are you saying that the ONLY line in your autoexec.bat is “@ECHO OFF”????
If so, try adding the following line:
SET BLASTER=A220 I5 D1 H5 T4 J200
N.B.
1)Your gameport is probably “on” your sound card. If you don’t tell DOS that you have a sound card, it doesn’t go looking for one. According to your config.sys, you haven’t loaded a driver for your sound card. No driver = no sound.
2) T4 may not work, if not , try T6 ( different SB cards I think. Somebody out there know?)
3) J200 tells DOS (and therefore Privateer) that your joystick is “on” port 200.
4) Yes moslo works in DOS.
5) Getting the right values for MUSIC and SPEECH/SFX in Privateer can be a challenge. The SET BLASTER line has specified the following:
Port = 220
IRQ = 5
DMA = 1
You can check if your sound card is “active”, and what the values are by typing “set” at the dos prompt. If you get no values, then your sound card is not active.
Good luck.