home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4638 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.2 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!convex!news.utdallas.edu!corpgate!bnrgate!nrcnet0!cunews!torn!csd.unb.ca!morgan.ucs.mun.ca!nstn.ns.ca!ac.dal.ca!chip
  2. From: chip@ac.dal.ca
  3. Newsgroups: comp.lang.pascal
  4. Subject: Saving VGA screen graphic screen to memory.
  5. Message-ID: <1992Jul30.235035.6751@ac.dal.ca>
  6. Date: 30 Jul 92 23:50:35 -0300
  7. Organization: Dalhousie University, Halifax, Nova Scotia, Canada
  8. Lines: 22
  9.  
  10. Hi all,
  11.  
  12.   I have a question about saving a VGA graphics screen.  Like how you
  13.   do it?? :)
  14.  
  15. I know a 640x480*16 screen is 150k large.  I also know that the VGA memory
  16. segment is A000:0000.  However, the segment is only 64k.  I assume that some
  17. sort of virtual memory is used to store all the information (in layers??
  18. bit planes?)  But I do not know how to access it.
  19.  
  20. I have heard a little about the CRTC controler? But nothing good.
  21.  
  22. I have also heard of a book called "Programmer's Guide to PC and PS/2 Video
  23. Systems" (microsoft press)  I have looked locally for this book but haven't 
  24. found it.
  25.  
  26. Can anyone help me save a VGA screen...Any code would be appricated, either
  27. in TP, ASM, C, or BASIC(ick!)
  28.  
  29. Please EMAIL me at CHIP@AC.DAL.CA 
  30. Thanks ... Mark Klaamas
  31.  
  32.