Date: Sun, 8 Jan 1995 12:03:15 -0500 (EST) From: Long Doan To: Eli Zaretskii Cc: Kimberley Burchett , DJGPP Mailing List Subject: Re: timer int On Sun, 8 Jan 1995, Eli Zaretskii wrote: > > Anyway, the timer handler routines I have should take care of calling > > the old timer every 18.2 times a second or thereabouts - and they do as > > long as I'm not doing anything too fancy, but apparently resynching the > > timer is just too much for it and somehow even though my handler is > > getting called 70x/sec, the old timer is never getting called at all. > > > > I don't feel like spamming the group with my code unless someone asks > > for it, so I'll leave it at this and hope it might be enough to ring a > > Not the whole program, but a snippet thereof: how do you call the old > timer interrupt routine? > The module perform.c of the fullscreen debugger (fsdb10?.zip) has routines to call the old timer interrupt at 18.2 times/sec. Check it out... +--------------------------------------------------------+ | Long Doan ldoan1 AT osf1 DOT gmu DOT edu | | ld AT netrix DOT com | +--------------------------------------------------------+