Mail Archives: djgpp/1995/01/16/02:54:17
>> Second, how many HW interrupts are you hooking?
> Just the timer. If I could get code to do it working, I would instead
> use the sound card's IRQ. But I haven't been able to. (Haven't tried
> again in a while, though.
If it's the sound card you are talking about, why not looking
at the SoundBlaster support code? It works (so claims its
author) and is interrupt-driven. You can find it as sb02.zip
in the djgpp directory on SimTel mirrors (where djgpp itself
resides).
> Ok. Well, any ideas where my 0xd is coming from? I checked Ralf
> Brown's interrupt list, and among other things, it had some GPF thingy in
> it. Is that what I am doing wrong?
Yes, Int 0xd is GPF.
- Raw text -