First post, by Azami
- Rank
- Newbie
The windows 3.1 sound blaster 2.0 driver suffers from a potential divide per zero error if two successive calls to timeGetTime() returns the same value during the driver initialization.
This is a patch to fix this, changing the driver to act as if the difference between the two calls was 1ms.
I needed it so I can use LPTDAC.386 on my Armada M700, so let's share it.