home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / hardware / 22128 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  917 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Tony-Preston
  2. From: Tony-Preston@cup.portal.com (ANTHONY FRANCIS PRESTON)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: slowing down an amiga 1200
  5. Message-ID: <72502@cup.portal.com>
  6. Date: Mon, 28 Dec 92 12:36:03 PST
  7. Organization: The Portal System (TM)
  8. References:  <1992Dec28.163527.5277@news.columbia.edu>
  9. Lines: 10
  10.  
  11. Sure there is...  What you do is create a cpu hog that 
  12. eats cpu time(busy wait loop) at prio 128.  It has to sleep
  13. part of the time.  If you want 8 mhz out of a 40 mhz, then
  14. it would eat 4 units of time and sleep for 1 unit.  The unit
  15. of time should be small enough to give smoothness to the system
  16. but not too small or the overhead would slow you down further...
  17.  
  18. Using the timer.device you could calculate a delay factor and 
  19. busy wait, then do a wait for the amount you wish to free up.
  20. Interesting idea... No, I don't think there is such a tool yet!
  21.