RE: sfx2.e and irq's higher than 7

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu