1. RE: sfx2.e and irq's higher than 7
Michael Packard wrote:
> Hi Euphorians!
Michael:
Disregard my last posted message about changing the code in
detect.ex after looking at the code again I see that I
misunderstood how the code works.
Just be sure that the constant SB_INT_NO sequence contains the
interupts you are trying to use.
Also I noticed the software can generate a detect log maybe that
would help you with troubleshooting the problem.
Bernie
2. RE: sfx2.e and irq's higher than 7
Michael Packard wrote:
> Hi Euphorians!
>
> I'm having some trouble with sfx2.e, specifically, it doesn't seem to
> detect
> sound cards on IRQ's higher than 7. I have a plug and play sound
Michael:
I took a quick look at the code in detect.ex and see that the
IRQ routines limit you to IRQ 7.
It looks like you have to go through detect.ex and change
the code in the routines that interrupt is tested to be less than
eight (You would have to change the 8 to 16 ).
Note that 8 is also being subtracted in the
EnableIRQ(), DisableIRQ().
Also change 8 tests in TstInt()
Add the interrupts you want to use to constant SB_INT_NO sequence
Hope that helps.
Bernie