166
Multimedia / Re: PC Speaker output to sound card?
« on: April 03, 2020, 04:06:36 pm »
There ought to be a way to intercept the DosBeep call and re route it to MMOS2. DosBeep is a Control Program API, so it's in DOSCALL, isn't it? Replacing DOSCALL1.DLL would be tricky, but should be possible.
You could also load your own DLL, and binary edit the exe to change the DosBeep to a call to your own DLL.
You could also load your own DLL, and binary edit the exe to change the DosBeep to a call to your own DLL.