Date: Mon, 1 Mar 1999 19:24:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Carlos Giani_AEN2003 (M2003)" cc: djgpp AT delorie DOT com Subject: Re: BUG - the 2nd edition :) In-Reply-To: <49E2AE2F5B@pcc.tgm.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 1 Mar 1999, Carlos Giani_AEN2003 (M2003) wrote: > dmaMode=(autoinit) ? 0x58 : 0x48; > > to > > dmaMode=(autoinit!=FALSE) ? 0x58 : 0x48; > > And suddenly single-cycle DMA worked! You see? Please post the shortest program that can be compiled by others and which exhibits this problem. It is impossible to argue about code fragments.