home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7635 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  762 b 

  1. Path: yama.mcc.ac.uk!usenet
  2. From: Christos Dimitrakakis <mbge4cd1@fs1.ee.man.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: System Interrupt
  5. Date: 19 Apr 1996 18:41:59 GMT
  6. Organization: Manchester Computing
  7. Message-ID: <4l8mpn$2ei@yama.mcc.ac.uk>
  8. References: <4l52l5$5n1@rubycon.man.szczecin.pl>
  9. NNTP-Posting-Host: pca46.li.man.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  14.  
  15. Oh, I forgot:
  16. Exec calls your program every other VBlank or so,
  17. depending on what's running 
  18. (On every VBlank if there is nothing else running)
  19. so there it is.
  20. Put a   Delay (1) call
  21. at the end  of your program,
  22. which will put it to sleep until the next
  23. vertical blank.
  24.  
  25. Happy?
  26.  
  27.  
  28.