Date: Wed, 6 Apr 94 15:02:21 -0400 From: dj AT ctron DOT com (DJ Delorie) To: dmb AT ai DOT mit DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Soundblaster code lockups? > Has anyone looked at my sound blaster code in contrib/sblaster? I wrote it > months ago and still have no idea what's causing it to lock up. This would > be the start of a really nice SB library for DJGPP, and I'd be willing to > invest more time in it if someone were to send me a patch to either my code > or GO32 (whichever is hosed). > > Gerhard Kordmann sent me code that he claims > fixes the choppiness. Has anyone fixed the other problem? I've gotten double buffering to work (the choppiness problem) but it loses interrupts. I had to put a timeout on the interrupt wait routine to keep it from hanging. It looks like it may be a go32 problem, but those types are very hard to track down.