Joseph_Joestar wrote on 2022-06-24, 18:14:
Those registry tweaks would be nice to have, feel free to share.
I also noticed that my AUTOEXEC.BAT and DOSSTART.BAT get overwritten if I place a custom SET BLASTER entry there. Would be great if that could be avoided as well.
The usual warnings about editing the registry apply, but here are the Win 98 keys for the stopping the Windows ESS driver from changing your DOS configuration.
"AddParaToESSOLO",01,ff
"Add ESSOLO.COM To Autoexec.bat",01,FF
"Add DEVICE=ESSOLO.SYS",01,FF
"Add Game Port",01,00 ;01,01=True, 01,00=False
These are in the registry under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\MEDIA\0000\Config but might also be under 0001, 0002, etc. depending on how many hardware profiles you have and which is the current one in use. Change the FF's to 00. I think the first one controls writes to the C:\ESSOLO.INI file. Change the fourth key from 00 to 01 to enable the joystick port if yours hasn't.
I am not experienced in editing INF files but the keys above are used in the C:\WINDOWS\INF\OTHER\essoemsetup.inf file, taken from the driver setup files? If you edit the INF file before installing the card it might fix the problem permanently, and for future hardware profiles.