home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10692 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.9 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!ucsvc.ucs.unimelb.edu.au!lugb!latcs1!latcs2.lat.oz.au!moore
  2. Newsgroups: comp.os.msdos.programmer
  3. Subject: Help with graphics.
  4. Message-ID: <1992Nov17.071337.19111@latcs1.lat.oz.au>
  5. From: moore@latcs2.lat.oz.au (Clinton W Moore)
  6. Date: Tue, 17 Nov 1992 07:13:37 GMT
  7. Sender: news@latcs1.lat.oz.au (news)
  8. Organization: Comp Sci, La Trobe Uni, Australia
  9. Nntp-Posting-Host: latcs2.lat.oz.au
  10. Lines: 29
  11.  
  12. OK.. now this might sound rather stupid, but I have nowhere else to turn.
  13. I'm having difficulty in working out the idea behind using 'planes' to
  14. access video memory.  The basic idea of using a nibble which spans four
  15. bytes to access a pixel is ok.  I'm just not sure of how the memory is
  16. laid out for it.
  17.  
  18. My basic interpretation was that there must be four buffers, each 
  19. containing a single bit, for each screen pixel.  The first buffer
  20. starting at A0000.  I'm beginning to assume that this might be incorrect,
  21. and suspect that this may have experienced graphics programmers howling
  22. over their keyboards.  ok ok.. I can take the shame!  Just please,
  23. could someone explain to me the principle of planes.
  24.  
  25. I *really* don't like using the bios, as I feel it is way to slow.
  26. This might be an incorrect assumption, but I am new to programming
  27. ibm's, so please forgive me.
  28.  
  29. Any help here would be greatly appreciated.  If anyone feels any
  30. inclination to provide examples, then I'll inform you that I'm
  31. using Borland C++, and assembly. 
  32.  
  33.        Thanks once again.
  34.  
  35.        Clinton Moore.
  36.        =============================================================
  37.       | Put your nose to the Grindstone. || moore@latcs1.lat.oz.au  |
  38.       |    -Amalgamated toolmakers and   || Latrobe Uni. Australia. |
  39.       |     Plastic Surgeons Ltd.        || "Hi Mum!"               | 
  40.        =============================================================
  41.