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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!cs.uoregon.edu!news.uoregon.edu!news.u.washington.edu!hardy.u.washington.edu!kludge
  2. From: kludge@hardy.u.washington.edu (Kludge)
  3. Newsgroups: rec.games.programmer
  4. Subject: Re: MCGA 320x400x256
  5. Message-ID: <1992Nov22.083944.17164@u.washington.edu>
  6. Date: 22 Nov 92 08:39:44 GMT
  7. Article-I.D.: u.1992Nov22.083944.17164
  8. References: <1992Nov21.195314.21119W@skylark.edb.tih.no>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington, Seattle
  11. Lines: 34
  12.  
  13. In article <1992Nov21.195314.21119W@skylark.edb.tih.no> thomash@edb.tih.no writes:
  14. >!
  15. >
  16. >I've heard there is a standard MCGA 320x400x256 mode available on all VGA cards. Is this
  17. >true, and if so -
  18. >
  19. >1) What mode-number is it? 
  20. >2) How is the screen organized (bitmap/bitplanes)?
  21. >3) Where must I write to change which bitplane/screen area to write to/read from?
  22. >
  23. >Thanks a lot -
  24. >
  25. >Thomas Hagen
  26. >thomash@edb.tih.no
  27.  
  28.   Well... it's not exactly a standard mode.  For that matter, it's not a
  29. mode at all - it's just a tweaked set of video parameters.  For that reason,
  30. there isn't a mode number for it.  The screen is organized into... well...
  31. byteplanes, I guess.  One byte corresponds to four pixels - the pixel number
  32. (or numbers - more than one can be selected) is selected through a register.
  33. This sounds confusing - a much better explanation than I'm capable of went
  34. by a few posts ago.
  35.   I'd suggest you pick up xlib04.zip off wuarchive.wustl.edu in 
  36. pub/MSDOS_UPLOADS.  It's a great library of routines for tweaked VGA modes.
  37.  
  38. ...by the way, there is one annoying "feature" of some tweaked modes - they
  39. confuse monitors.  Sometimes they'll click and hum for a moment, or lose
  40. the hold on the picture so you need to turn them off and on again.  Also,
  41. in some tweaked modes (including 320x400) the picture is not the full
  42. vertical height of the screen, so it needs to be adjusted.  Kind of
  43. annoying, but it works.
  44.  
  45.  
  46.                                 --Kludge
  47.