Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!sdcsvax!ucbvax!COGSCI.BERKELEY.EDU!bryce From: bryce@COGSCI.BERKELEY.EDU.UUCP Newsgroups: comp.sys.amiga Subject: Re: WaitTOF Message-ID: <8706180627.AA01145@cogsci.berkeley.edu> Date: Thu, 18-Jun-87 02:27:40 EDT Article-I.D.: cogsci.8706180627.AA01145 Posted: Thu Jun 18 02:27:40 1987 Date-Received: Sat, 20-Jun-87 01:03:06 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 16 In article <> someone@something.somewhere.abstraction said: > WaitTOF() -- wait for the top of the next video frame is documented on page > A-11 of the RKM Vol. 2 (original edition, Addison-Wesley is probably on > another page). I also saw it in the autodocs. Close! Thats's page A-141 (One Hundred Fourty One). It's part of the graphics library. (my RKM is rev 2 12.9.85) WaitTOF() waits for vertical blank to occur, and all other vertical blank servers to complete. Also available is WaitBOVP(viewport), which will wait for the BOTTOM of a viewport. -bryce-