home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / games / programm / 4721 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!news.nd.edu!bsu-cs!bsu-ucs.uucp!00rbspelman
  2. From: 00rbspelman@leo.bsuvc.bsu.edu
  3. Newsgroups: rec.games.programmer
  4. Subject: Re: vga mode 13
  5. Message-ID: <1992Nov17.121513.11999@bsu-ucs>
  6. Date: 17 Nov 92 17:15:13 GMT
  7. References: <1992Nov13.152904.1806@ms.uky.edu>
  8. Organization: Ball State University, Muncie, In - Univ. Computing Svc's
  9. Lines: 29
  10.  
  11. In article <1992Nov13.152904.1806@ms.uky.edu>, carld@ms.uky.edu (Carl Lafferty) writes:
  12. > I have been trying to monitor quietly for some time now as a friend
  13. > gives me the articles to this group to save my phone bill..
  14. > Anyway.  I was wondering if anyone can tell me how to page flip using
  15. > mode $13 on the IBM vga compatibles.  Any help will be appreciated.  
  16. > Either Post or E-Mail will be acceptable terms for reply.
  17. > Carl Lafferty
  18.  
  19.     Well, there is ALWAYS a way around this one, only I don't quite know
  20. what it is at the moment.  Officially, you cannot flip pages while in mode 13.
  21. It is not supported by the chip?  If you are using some form of basic which
  22. supports mode 13, you can dimension an array, and assuming that your pictures
  23. will be similar in backround, you might use GET/PUT and a few DRAW statements
  24. to manipulate things to your liking.  Otherwise I would say try to set aside 
  25. enough memory to hold an image in mode 13, then direct the VGA card to get
  26. the picture information from there instead of from its own memory.  
  27.  
  28.     The major problem this causes is with memory.  I don't remember offhand
  29. how much memory mode 13 takes up, but I am sure it is at least 256k, probably
  30. substantially more due to the higher resolution and color options.  Good luck..
  31.  
  32. Robert B. Spelman
  33. Ball State University
  34. Muncie, IN
  35. 00RBSPELMAN@LEO.BSUVC.BSU.EDU
  36.  
  37.