home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / sys / amiga / demos / 1963 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.2 KB  |  37 lines

  1. Newsgroups: alt.sys.amiga.demos
  2. Path: sparky!uunet!psinntp!viper!news
  3. From: brett@visix.com (Brett Bourbin)
  4. Subject: Re: Demo Utils
  5. Sender: news@visix.com
  6. Message-ID: <Bz3roB.ACx@visix.com>
  7. Date: Fri, 11 Dec 1992 16:12:10 GMT
  8. Distribution: inet
  9. Reply-To: brett@visix.com
  10. References: <OAHVENLA.92Dec8201145@lk-hp-4.hut.fi>
  11. Organization: Visix Software, Reston, Virginia
  12. Lines: 23
  13.  
  14. In article <OAHVENLA.92Dec8201145@lk-hp-4.hut.fi>  
  15. oahvenla@snakemail.hut.fi (Osma Ahvenlampi) writes:
  16. > tst.b $dff002 ;necessary to give the chipset some time to update  
  17. registers
  18. > loop:
  19. > btst.b #6,$dff002
  20. > bne loop
  21. > rts
  22. > I checked this two hours ago, it's the correct way.
  23. > This will work on the old and ECS chipsets, what AGA does I have no  
  24. idea.
  25. > It's not too difficult to check it, though, I could do it, and I have  
  26. not
  27. > coded for 2 years.. And back then I was terribly bad.
  28.  
  29. While this is not wrong, it is not the best thing to do (to take in  
  30. account the different CHIP bugs). I have NOPs in my check, along with TSTs  
  31. on a a CIA register (so I don't have to go on the chip memory bus).
  32. --                   __
  33. Brett Bourbin        \  / /(_  /\/  11440 Commerce Park Drive
  34.   brett@visix.com     \/ / __)/ /\  Reston, Virginia 22091
  35.   ..uupsi!visix!brett     Software Inc  703.758.8230
  36.