Im having trouble w/ interupts. X-)
I got the code off the web and am modifying it.
here is the code im having trouble w/
struct Ssoundcard card
{
int intcount,autoinit,...
void (interrupt far *oldintvector)(void);
void (interrupt far *inthandler)();//
//**********inthandler wasn't...