home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 18016 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Chunky Pixels vs. Bitplanes (was: Chunky Chip Set...)
  5. References: <C05EDw.M9I@unix.portal.com>
  6. Message-ID: <paulk.3182@terapin.com>
  7. Date: 31 Dec 92 20:35:00 PST
  8. Organization: BBS
  9. Lines: 14
  10.  
  11. >>> No, the VRAMs contain a color register. The "1" expands to
  12. >>> whatever color was previously loaded. Again, this allows text
  13. >>> writing and polygon filling to be done 4 times faster than usual.
  14.  
  15. > No, it is specific to chunky. There's -no way-to write several
  16. > bitplanes at the same time except by using seperate memory banks
  17. > for each bitplane.
  18.  
  19. It is NOT specific to chunky, as best I can tell from your
  20. description... it's simply a hardware feature that allows a normally
  21. chunky display to temporarily act like a bitplane display using a
  22. small number of planes.  The planar version doesn't have to write the
  23. same value to several planes, it simply has to turn the other planes
  24. off.
  25.