home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / apple2 / 19602 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  3.0 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!swrinde!news.dell.com!math.utexas.edu!ut-emx!ccwf.cc.utexas.edu
  2. From: foegelle@ccwf.cc.utexas.edu (Michael Foegelle)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: AE RGB card question
  5. Message-ID: <78494@ut-emx.uucp>
  6. Date: 27 Aug 92 14:48:33 GMT
  7. References: <s7e3PB21w165w@bluemoon.rn.com>
  8. Sender: news@ut-emx.uucp
  9. Organization: The University of Texas at Austin, Austin TX
  10. Lines: 62
  11.  
  12. In article <s7e3PB21w165w@bluemoon.rn.com> djredick@bluemoon.rn.com (Darrin J. Redick) writes:
  13. >Ok, here's my current setup:
  14. >
  15. >Apple IIe (enhanced)
  16. >8mhz Zip Chip
  17. >No Slot Clock
  18. >AE Ramworks II w/3megs and RGB card/monitor
  19. >Apple DMP Printer
  20. >1 20meg Sider and 2 85meg Seagates
  21. >
  22. >Question: Why does the RGB continually display Double Hi-Res graphics
  23. >in BLACK AND WHITE?  It's a bit annoying, and I'd like to find out why.
  24. >
  25. <snicker>  Yeah, I've had the AE RGB card for several years and have 
  26. been more than a little annoyed at AE's design on the blasted thing.
  27.  
  28. Basically, if you pick up your manual, in the back you'll see a section 
  29. for programmers...  To turn on the double-hires part of the RGB card 
  30. completely takes a fancy six operand softswitch sequence rather than 
  31. just turning on the softswitches once as most programs do.  There are 
  32. two options; the first of which is to make a short ML routine that you
  33. call each time before running a DHGR program which just does the turn on
  34. sequence.  This doesn't always work on some programs, and any text screen
  35. shown in 40 columns will show up in the color 40 mode (where the colors 
  36. are determined by whatever's in the Aux-page part of the last 80 column
  37. screen) and usually isn't visible.  
  38.  
  39. The other option is of course to go in and hack the program itself and find
  40. some place where you can add those extra needed lines.  A very few software
  41. programmers have taken into account the AE RGB and done the code to handle
  42. it; I put it in my Columns //e, which I'm going to put on the binaries 
  43. section and probably on Tybalt, and you'll see it starts up in color like
  44. it should.
  45.  
  46. I don't have the code in front of me, so this is just a guess, but I think
  47. the sequence is something like:
  48.  
  49.   LDA $C054
  50.   STA $C05F
  51.   STA $C05E
  52.   STA $C05F
  53.   STA $C05E
  54.   STA $C05F
  55.  
  56. but don't take my word for it, it should be in the back of the AE manual.
  57. And if you're hacking a program, the thing to look for is something like
  58. just the first two commands of the sequence (where it just says "turn DHGR
  59. on" instead of AE's on-off-on-off-on sequence to wake it up..)
  60.  
  61. Hope that answers your question (and helps you solve the problem).
  62.  
  63. Michael Foegelle
  64.  
  65.  
  66.  
  67. -- 
  68. -------------------------------------------------------------------------------
  69.    Michael Foegelle  |                    |   foegelle@ccwf.cc.utexas.edu
  70.      ____________    |     You want it    |   foegelle@utaphy.ph.utexas.edu
  71.                      |                    |   GEnie:   M.FOEGELLE2
  72.     University of    |        WHEN?       |   Wunderland BBS  (512) 472-0544
  73.    Texas at Austin   |                    |   14.4kbaud, v.32/bis:  Sysop
  74.