home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23768 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.9 KB

  1. Path: sparky!uunet!ogicse!emory!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!David.Empson
  2. From: David.Empson@bbs.actrix.gen.nz
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: Double low/hi Res
  5. Message-ID: <1992Nov12.072259.302@actrix.gen.nz>
  6. Date: 12 Nov 92 07:22:59 GMT
  7. Article-I.D.: actrix.1992Nov12.072259.302
  8. References: <1992Nov9.235907.3531@mnemosyne.cs.du.edu>
  9. Sender: David.Empson@actrix.gen.nz (David Empson)
  10. Organization: Actrix Information Exchange
  11. Lines: 37
  12.  
  13. In article <1992Nov9.235907.3531@mnemosyne.cs.du.edu> sledbett@nyx.cs.du.edu (Shawn Ledbetter) writes:
  14. > I've read somewhere about the Apple ][e/][c/][gs that it can handle
  15. > double lo-res/hi-res.  Does anyone know the poke values or any other
  16. > information I need.  Thanks in advance.
  17.  
  18. Double Lo-Res is not documented anywhere as an official graphics mode.
  19. Despite this, Applesoft Basic has support for it!  I'm not sure about
  20. the original IIe, but it definitely works on the enhanced IIe, IIc and IIgs.
  21.  
  22. To enable Double Lo-Res mode:
  23.  
  24. 1. Get into 80-column mode using PR#3.
  25. 2. Turn on Annunciator 3 by doing a POKE 49246,0.
  26. 3. Use Lo-Res graphics commands as normal, starting with GR.
  27.  
  28. To restore normal Lo-Res graphics, POKE 49247,0 then do a GR again.
  29.  
  30. [I'm not sure about the ordering of these pokes - they might be around
  31. the other way.  The manual isn't nearby.]
  32.  
  33. Note that you have to be in 80-column mode to use Double Lo-Res (or
  34. Double Hi-Res).
  35.  
  36.  
  37. Double Hi-Res is enabled in the same manner - 80 column mode, poke the
  38. annunciator, and enable Hi-Res graphics using HGR or whatever.  The
  39. big catch: Applesoft has no support for Double Hi-Res mode, so
  40. you'll get alternating vertical stripes of random data and black
  41. stripes, and drawing will only affect the 'black' areas.
  42.  
  43. Double Lo-Res requires an 80-column card; Double Hi-Res requires an
  44. extended 80-column card (i.e. 128k RAM).
  45. -- 
  46. David Empson
  47.  
  48. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  49. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  50.