home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20793 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.6 KB  |  44 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!mcsun!sunic!kth.se!dront.nada.kth.se!d88-jwa
  3. From: d88-jwa@dront.nada.kth.se (Jon WΣtte)
  4. Subject: Re: Alternate Screen buffer in newer macs?
  5. Message-ID: <1993Jan6.144402.28619@kth.se>
  6. Keywords: Alternate screen buffer, animation
  7. Sender: usenet@kth.se (Usenet)
  8. Nntp-Posting-Host: dront.nada.kth.se
  9. Organization: Royal Institute of Technology, Stockholm, Sweden
  10. References: <9300610.18577@mulga.cs.mu.OZ.AU>
  11. Date: Wed, 6 Jan 1993 14:44:02 GMT
  12. Lines: 30
  13.  
  14. In <9300610.18577@mulga.cs.mu.OZ.AU> markkj@muse.cs.mu.OZ.AU (Mark Johnston) writes:
  15.  
  16. >    G'day.  I was wondering if anyone could tell me if the newer macs (ie
  17. >anything above a Plus... :) still have the alternate screen buffer?  Looking
  18.  
  19. >hardware, and it details no changes to the Segment Loader (which, I would assume
  20. >means that the Chain call is unaffected, hence one would imagine the alternate
  21. >buffer does exist in these later machines).
  22.  
  23. The _Chain call is not supported since quite some time.
  24. You have LaunchApplication under System 7 and _Launch under
  25. System 6, but even so, the alternate screen buffer assumes
  26. things about zones that's not true anymore.
  27.  
  28. Also, Color QuickDraw machines don't work that way AT ALL.
  29. Some cards have extra space in memory so you can do page
  30. flipping, but don't count on it.
  31.  
  32. Instead, do as you said and _CopyBits longword-aligned bitmaps
  33. at the vertical refresh. Be sure to use SlotVInstall for
  34. color quickdraw machines, and VInstall for the Plus, SE, Classic
  35. and PowerBook 100.
  36.  
  37. Cheers,
  38.  
  39.                             / h+
  40. -- 
  41.  -- Jon W{tte, h+@nada.kth.se, Mac Hacker Deluxe --
  42.  
  43.    Cookie Jar: Vanilla Yoghurt with Crushed Oreos.
  44.