Date: Sun, 8 Aug 1999 14:38:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Sahab Yazdani cc: djgpp AT delorie DOT com Subject: Re: SoundBlaster Interrupt Gets called only once! In-Reply-To: <37AC8021.2E57D173@geocities.com> 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 Sat, 7 Aug 1999, Sahab Yazdani wrote: > I have some code that will play a RAW sound file. The problem is that > the interrupt gets called only once! The most frequent cause for this is that your handler doesn't send the EOI command to the Interrupt Controller chip.