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

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 24 Feb 1996 13:59:22 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <998.6628T739T238@ifi.uio.no>
  8. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>
  9.     <38232604@kone.fipnet.fi> <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de> <4gkusd$r6s@oreig.uji.es>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  14. >> Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  15. >> : > c2p8.s is too slow for 25 fps effects (due to blitter speed).
  16. >> : > For this 3 CPU passes and one blitter pass is better.
  17. >> : Yep. I still believe 030/50 could do free c2p by doing
  18. >> : three passes with the CPU and the last one with the blitter.
  19. >> : This one would not limit the frame rate too much either.
  20. >Well, after some headaches I don't believe it's possible to
  21. >do 3 passes for free on 030@50 :-( If someone tells me I'm
  22. >wrong I'll be really happy...
  23. You are RIGHT! Sorry to make you unhappy. :-/
  24.  
  25. Hey wait! I'm wrong. You can probably do 4 passes for free on a 030/50mhz,
  26. Just turn on SuperHires 256 colors and let the blitter work in the
  27. background while you do CPU c2p to chipram. This way you will KILL almost all
  28. DMA time and get a lot of free cycles. ;)
  29.  
  30.  
  31. <sb>Ludde - Amiga Demo Coder
  32. <sb>Virtual Reality & Official Be developer
  33. <sb>ludvigp@ifi.uio.no
  34.  
  35.