home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8718 < prev    next >
Encoding:
Text File  |  1992-08-22  |  869 b   |  23 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!gatech!taco!dspascha
  3. From: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  4. Subject: Re: VGA buffer address
  5. Message-ID: <1992Aug22.200604.25610@ncsu.edu>
  6. Originator: dspascha@c00083-100lez.eos.ncsu.edu
  7. Lines: 9
  8. Sender: news@ncsu.edu (USENET News System)
  9. Reply-To: dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL)
  10. Organization: North Carolina State University, Project Eos
  11. References:  <92234.143304KSADEGH@auvm.american.edu>
  12. Date: Sat, 22 Aug 1992 20:06:04 GMT
  13.  
  14.  
  15. Standard CGA-compatible text modes use B800h as their buffer address, but EGA/
  16. VGA/MCGA graphics modes use up to 64K starting at A000.  However, if you're
  17. trying to directly read or modify pixels in graphics mode, you'll have to play
  18. around with the hardware registers, since the EGA and VGA map 256K or more into
  19. a space of just 64K.
  20.  
  21. Tschuess,
  22. David Paschal
  23.