home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0108.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  943 b   |  22 lines

  1. >>>>> "pageone" == pageone  <pageone@netcom.com> writes:
  2.  
  3.     pageone>     Sounds good.  I'm thinking about a certain game
  4.     pageone> "pararena" which was very usable under 1.2e but was hurt
  5.     pageone> badly by the color quickdraw in 1.99x.  It looked like
  6.     pageone> the bitblt handling was slower (even in B&W mde).
  7.  
  8. Older versions of executor would let the emulated program directly
  9. access the VGA frame buffer.  That doesn't work under Windows/DPMI,
  10. has various problems in larger screen modes, and doesn't work well
  11. with dynamic depth setting, so now the emulated program references an
  12. "offscreen" frame buffer which is used to update the real VGA screen
  13. periodically.  This indirection will slow down some programs (like
  14. pararena?).
  15.  
  16. We may eventually add an option that gives you faster graphics access
  17. under non-DPMI; that mode will cause serious problems with a few
  18. programs (e.g. Solarian) so we can't make it the default.
  19.  
  20. -Mat
  21.  
  22.