Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: Accurate timing! Distribution: world References: <38ad4252$1_1 AT news DOT uni-bielefeld DOT de> X-Newsreader: News Xpress 2.01 Date: Sat, 19 Feb 2000 21:17:50 GMT NNTP-Posting-Host: ppp36-268.hrz.uni-bielefeld.de Message-ID: <38af0880$1_1@news.uni-bielefeld.de> X-Trace: 19 Feb 2000 22:17:52 +0200, ppp36-268.hrz.uni-bielefeld.de Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote: >On Sat, 19 Feb 2000 06:57:05 +0500 (MVT), Prashant TR > wrote: > >>On Fri, 18 Feb 2000, Manni Heumann wrote: >> >>> It won't work under windows, you should not try to access a floppy drive > with >>> the timer ticking faster, and your system time will be wrong afterwards. >> >>Shouldn't try using any disk drive with a modified timer. > >Then what about Allegro? If you install_timer() and then >fopen("A:/foo.txt", "wb"), what blows up? > > Nothing, I hope. Allegro uses a different method, some call it the Abrash method. To be honest, I never understood how that worked. All I know is that the timer is not ticking faster with this method. -- Manni