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

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: need help on A1200/030 board programming
  5. Date: 20 Feb 1996 01:49:12 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: inet
  8. Message-ID: <4gb9ao$104@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4hiu$oum@ionews.io.org> <38232327@kone.fipnet.fi> <1596.6622T138T1200@wr.com.au>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Accolyte (accolyte@wr.com.au) wrote:
  14.  
  15. : > WHY ? you can do
  16. : >
  17. : > loop:
  18. : >    move.l d0,(a0)+
  19. : >    dbra d7,loop
  20. : >
  21. : > this will store 7mb/sec on A1200 and 4mb/sec on A4000.
  22. : > the code is compatible, so what do you mean ?
  23.  
  24. : Sorry, I didn't mean compatible. I mean "to make your code work 
  25. : on computers with slower access times to chip".
  26. : > just test for it. won't make anything slower.
  27. : I don't, that'd be crazy. it's just that I'm using 95% of that 7mb/sec
  28.  
  29. Testing for blitter ready is not crazy.
  30.  
  31. : on a 1200 without fastmem, so I guess it'd drop into 2 frames on a
  32. : 4000 without fast :\
  33.  
  34. yes, but I would not call this "not working". And if you use
  35. tripple buffering, 4mb/sec-platforms won't drop to 2 frames.
  36. And if they run it on a A4000 without fastmem, well... ;)
  37.  
  38. : >|> > There are exceptions, for example cpu-scroll in chipmem. Will be just
  39.  
  40. : Still, even ignoring caches; A copy loop from one chip buffer to another
  41. : chip buffer, is slower on my accelerated 1200 than it is without the card
  42. : installed. That bites.. <sigh>
  43.  
  44. yep, for things like shell-scrolling. But most other fx are fastmemable.
  45.  
  46.