First post, by Kahenraz
- Rank
- l33t
I want to mix an Aureal Vortex 1 or 2 with another ISA card with a genuine Yamaha OPL chip. I found that the Aureal cards are configurable in the vortex.ini/au30dos.ini files, but i can't find a way to disable FM synthesis. There is an option "FMBase=0x388" which should allow me to move it to a different address, but this doesn't work, and the Aureal card still outputs FM when "Adlib" is chosen in game sound setups.
Is there a way to modify these drivers to not set themselves up for FM synthesis so that I can pair it with an ISA card with genuine Yamaha OPL?
If FMBase is set to 0x0, the DOS driver utility will throw an error about the address not being available, so it should be possible to locate the right part of the code with a debugger and NOP it out. Does anyone know how to do this with a DOS executable?