delorie.com/archives/browse.cgi | search |
Date: | Sun, 20 Jun 1999 14:19:08 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Mark Usher <marku AT magnet DOT at> |
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: | <Pine.SUN.3.91.990620141709.1585A-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |