Date: Sun, 20 Jun 1999 14:19:08 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Usher cc: djgpp AT delorie DOT com Subject: Re: Problem getting IRQ 7 handler to trigger In-Reply-To: <7kie9j$h0d$1@orudios.magnet.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 20 Jun 1999, Mark Usher wrote: > /////////////////////////////////////////////////////////////////////// > // Handler routine > > void card_handler() > { > ScreenPutChar(65, (BLUE << 4) | WHITE, 78, 6); > } This handler doesn't send the EOI (End Of Interrupt) command to the Interrupt Controller. So after the first interrupt, you won't any more interrupts.