home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 961 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.shlink.de!wiloyee!chaos
  3. From: chaos@wiloyee.shnet.org
  4. Subject: Re: Demo/game to OS friendly part II
  5. X-Newsreader: TIN [version 1.2 PL2]
  6. Organization: Studentenhochhaus Wedel Deutschland
  7. Message-ID: <DL2FMo.Doq@wiloyee.shnet.org>
  8. References: <38231819@kone.fipnet.fi>
  9. Date: Fri, 12 Jan 1996 11:23:11 GMT
  10.  
  11.  
  12. i think you make a big mistake!
  13. ===============================
  14.  
  15. do you really call it OS compatible coding if you use all hacks you can
  16. think of to imitate a blitterscreen with the OS? Would you call a programm
  17. that
  18.  
  19. - uses dual playfield to shift odd planes different then even
  20. - uses sprites to mask out some undesired pixels
  21. - uses blitter to do C2P
  22.  
  23. OS compatible? Is there ONE computer that will be able to run such a
  24. program, that will fail to run the same using hardware banging? And it there
  25. will be the AAA Power Amiga, do you really want to use a blitterscreen on
  26. such a computer?
  27.  
  28. My advice:
  29. ----------
  30.  
  31. - Check for AGA hardware
  32. - if there is AGA, ECS hardware, BANG IT!
  33. - if there isn't, use one of the C2P routines from the OS.
  34.  
  35. This way you will get a system that runs on maximum speed for all Amigas
  36. with Amiga chipset, and with maximum speed for all Graphics cards (I doupt
  37. that there is a single gfx cards that uses planar modes).
  38.  
  39. And please stop perverting the OS, although it is fun to tell all KEWL
  40. C0DERS that they can access each piece of the hardware by the OS. This is
  41. simply WRONG and works only on REAL (Amiga Chipset) Amigas.
  42.  
  43.  
  44. Dierk "Chaos" Ohlerich.
  45.