home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / tech / 6601 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!uqcspe!cs.uq.oz.au!warwick
  2. From: warwick@cs.uq.oz.au (Warwick Allison)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: TT video memory organisation...
  5. Message-ID: <11649@uqcspe.cs.uq.oz.au>
  6. Date: 12 Jan 93 05:23:41 GMT
  7. References: <3_800_842_fidonet2b4ea0d6@Kralizec.fido.zeta.org.au>
  8. Sender: news@cs.uq.oz.au
  9. Reply-To: warwick@cs.uq.oz.au
  10. Lines: 29
  11.  
  12. michael.smith@f842.n800.z3.fido.zeta.org.au (michael smith) writes:
  13.  
  14. >G'day again - this time I'm after anyone who has info on the layout of the
  15. >bitplanes in the TT resolutions : most particularly TT medium.
  16.  
  17. All ST and TT resolutions are the same.  For a n-bitplane resolution
  18. (where STLow,TTMedium=4bitplanes, STMedium=2Bitplane, STHigh/TTHigh=1Bitplane,
  19.  TTLow=8bitplanes) the layout is:
  20.  
  21.    word 0           word 1               word n-1
  22. 0000000000000000 0000000000000000 ... 0000000000000000
  23.  
  24.  
  25. The colour of the first pixel in the top, left-hand corner of the screen is
  26. determined by the left-most bit in the first n planes of screen memory.  The
  27. next pixel (to the right) is determined by the next bit in those bitplanes,
  28. and so on to the 15th pixel.  The 16th pixel on the screen is determined
  29. by the left-most bit of the next n-words of screen memory.
  30.  
  31. This scheme applies for STLow, STMedium, STHigh, TTLow, TTMedium, TTHigh,
  32. and all Falcon resolutions EXCEPT TrueColour, which is word-per-pixel.
  33.  
  34. --
  35. Warwick
  36. --
  37.   _-_|\      warwick@cs.uq.oz.au            /Disclaimer:
  38.  /     * <-- Computer Science Department,  /  
  39.  \_.-._/     University of Queensland,    /   C references are NULL && void*
  40.       v      Brisbane, Australia.        /  
  41.