home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / archiv / ice_0493.zip / TS-CRIT.ZIP / TS-NOTES.DOC < prev   
Text File  |  1993-04-12  |  3KB  |  53 lines

  1. 04/12/93        12:07am
  2.  
  3. This demo requires a 286+, VGA+, and about 580K+ base memory free.
  4.  
  5. SOME TECHNICAL NOTES
  6.  
  7.         I know I always used to love it when a coder would put some
  8. hints & tips in his loader (Tran/Ren for one), so I figured I would too.
  9.  
  10.         The demo uses a 1280x200 virtual screen, in 320x200 Mode X. To
  11. widen the screen, you use the Offset Register at port 03D4H, Index 13H.
  12. Mode X is a bit harder to describe, but I can refer you to some Dr. Dobbs
  13. articles that will tell you all about it: July, August and September 1991
  14. issues have a column by Michael Abrash called "Graphics Programming" that
  15. will get you started with Mode X. His version is 320x240, but Mode X is more
  16. than that. It's an entirely different way of addressing video memory. It
  17. allows for 4 pages in regular 320x200 (hence the 1280x200 virtual screen is
  18. possible - and addressable :), 2 pages in 320x400.
  19.  
  20.         Many people often ask me for titles of books, with which to learn
  21. VGA programming... the one I'd most recommend is Programmer's Guide to the
  22. EGA and VGA Cards, by Richard F. Ferraro, published by Addison-Wesley
  23. (ISBN 0-201-57025-4). It's a great book that goes into detail with each of 
  24. the VGA registers, and doesn't skip registers that it figures you don't
  25. need to know about, and shouldn't fuck with anyway. Apparently there might
  26. be a new edition coming out (the one I have here is Second Edition), so you
  27. might want to wait for that.
  28.  
  29.         The MOD-playing routines are GoldPlay, by The Code Blasters. It was
  30. a tossup between that, or the STM Interface Kit. I chose the GoldPlay
  31. routines because they support more devices, even though the sound quality
  32. is a bit worse. Eventually I'll get around to writing my own routines, but
  33. right now I simply don't have the time to both code demos, and work on a
  34. music system.
  35.  
  36.         There's a serious lack of information in the demo-coding scene on the
  37. IBM. People are so tight-lipped about the things they develop, that there are
  38. very few demos being produced that are actually worth the time to download
  39. (at least in North America - damn Swedes! :). Share the wealth! The more
  40. you spread useful information, the more demos will be developed. 'Nuff said.
  41.  
  42.         Anyway, if you have some questions, you'll just have to get yourself
  43. on CRiTiCAL MASS :) . Feel free to mail me about anything. I don't profess 
  44. to be the God of Demo Coding, but if I can help out a fellow coder in need, 
  45. I will.
  46.  
  47.         <T*S>   [iCE]
  48.         Ottawa, Canada!
  49.  
  50.  
  51.  
  52.  
  53.