From: Henri Ossi Newsgroups: comp.os.msdos.djgpp Subject: Actual timing on different computers. Date: Wed, 23 Apr 1997 14:59:43 +0300 Organization: Telecom Finland News Service Lines: 17 Message-ID: <335DF9AF.1A59@geocities.com> NNTP-Posting-Host: pc1003.public.htk.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How can I check the machines speed with Allegro? If I make the game with my P133 and someone plays it with a 486 DX2, it runs in different speed. It would be great to have a variable like this: if(one_second_elapsed == TRUE){ ... ... ... } If you get my point... I just cant use the timing functions properly, silly me. Thanks for the answers.