Date: Thu, 28 Oct 1999 19:25:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: exph cc: djgpp AT delorie DOT com Subject: Re: Advice needed: displaying many pcx images for emulator front end In-Reply-To: <381787e8.11350866@news.anet.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 Wed, 27 Oct 1999, exph wrote: > Does shelling decrease mames performance? It does, to some extent. First, you have less memory in the child program. Second, the hardware keyboard handler installed by every DJGPP program steals a few cycles from the child (assuming the child chains to the previous keyboard handler). Whether these issues are of any significance in your case is something for you to test and decide. The memory-related issues are further discussed in section 15.8 of the DJGPP FAQ list.