home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 462 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: aargh.incubus.sub.org!marc
  2. From: marc@aargh.incubus.sub.org (Marc 'Nepomuk' Heuler)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Message-ID: <Tf+Ux*0ia@aargh.incubus.sub.org>
  6. Date: Sun, 07 Jan 1996 19:45:59 CET
  7. Reply-To: marc@aargh.incubus.sub.org
  8. References: <38231819@kone.fipnet.fi> <4cgsn7$ke3@maureen.teleport.com> <38231852@kone.fipnet.fi>
  9.  <4ck41j$a9a@serpens.rhein.de> <38231887@kone.fipnet.fi> <4cmive$21c@sunsystem5.informatik.tu-muenchen.de>
  10. Distribution: world
  11. Organization: Data Design
  12. X-Newsreader: Arn V1.03a
  13.  
  14. In article <4cmive$21c@sunsystem5.informatik.tu-muenchen.de>, Juergen "Rally" Fischer writes:
  15.  
  16. > i heard even screentofront does copy on some cards.
  17. > it's really annoying to find out a routine that won't
  18. > jerk and will be done by card-drivers.
  19.  
  20. Why not implement an alternative that can be activated in the Settings
  21. menu?
  22.  
  23. Screen update >> [ ] ScrollVPort()
  24.          [ ] ChangeScreenBuffer()
  25.          [ ] ScreenToFront()
  26.          [ ] Whatever else
  27.          ~~~~~~~~~~~~~~~~~~~~~~~~
  28.          [ ] Fastest
  29.  
  30. Ghost whatever isn't available on the setup (ie depending on OS version).
  31.  
  32. "Fastest"  should become default (but choose from 100% OS compliant drivers
  33. only).   If  it fails on a certain config, the user can change the setting.
  34. Make it a CLI option, if the display driver completly screws up and doesn't
  35. let the user access the menu anymore.
  36.