From: Temujin Newsgroups: comp.os.msdos.djgpp Subject: Re: Interrupts Date: Sat, 23 Aug 1997 23:16:59 -0700 Organization: Sentex Communications Lines: 10 Message-ID: <33FFD1DB.1088@sentex.net> References: NNTP-Posting-Host: 207.245.212.94 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jason D. Chu wrote: > > Does anyone know how to preplace an interrupt with your own, while not > affecting graphics? If that makes sense. If you have ALLEGRO, there is an undocumented command.. _install_irq(interruptnum,functionname); (Found it snooping around in the source, makes things easy) Otherwise, it will take a bit of work if your in a DPMI environment.