home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15795 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  2.0 KB

  1. Path: sparky!uunet!cbmvax!chrisg
  2. From: chrisg@cbmvax.commodore.com (Chris Green)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: New hardware reference guide?
  5. Message-ID: <37025@cbmvax.commodore.com>
  6. Date: 13 Nov 92 13:05:23 GMT
  7. References: <36847@cbmvax.commodore.com> <BxM1ED.J61@visix.com>
  8. Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 25
  11.  
  12. In article <BxM1ED.J61@visix.com> brett@visix.com writes:
  13. >The problem now is trying to still be competative in the games market.  
  14. >Look at the IBM games now, 256 color palettes and some SVGA games are  
  15. >making their way to the stores; 
  16.     Bad example. The PC architecture provides only a directly accessible
  17. frame buffer which can be double buffered. Also note that all modern
  18. PC games use DOS for file access, and use the BIOS routines for reading
  19. the mouse port. Usually they bang on the keyboard HW directly, but
  20. that is because you can't detect if a key is held down via the BIOS
  21. (a problem which does not exist in the Amiga OS). 
  22.     An intuition screen under 3.0 (or a view under <3.0) provides exactly
  23. the same capabilities (+ more: 8 way 60hz scroll, sprites, etc.). Open
  24. a screen or ViewPort and then bang the bits either with the CPU or
  25. blitter (via OwnBlitter). If you're careful (like don't assume that you
  26. "know" what the BytesPerRow will be for a given screen size), you're
  27. a LOT more likely to remain compatible then if you bang on the copper
  28. and display stuff directly.
  29. -- 
  30. *-------------------------------------------*---------------------------*
  31. |Chris Green - Graphics Software Engineer   - chrisg@commodore.COM      f
  32. |                  Commodore-Amiga          - uunet!cbmvax!chrisg       n
  33. |My opinions are my own, and do not         - icantforgettheimpression  o
  34. |necessarily represent those of my employer.- youmadeyouleftaholeinthe  r
  35. |"A screaming comes across the sky..."      - backofmyhead              d
  36. *-------------------------------------------*---------------------------*
  37.