home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / s / surfemu3.zip / 00READ.ME next >
Text File  |  1988-02-06  |  3KB  |  70 lines

  1. This file describes the programs EMULATT and EMATTSET.  These programs
  2. were written by
  3.  
  4.   Kevin Lowey
  5.   Department of Computing Services
  6.   University of Saskatchewan
  7.   Saskatoon, Saskatchewan Canada
  8.  
  9.   LOWEY@SASK.BITNET
  10.   ...!ihnp4!sask!lowey.uucp
  11.  
  12.   (306) 966-4826.
  13.  
  14.  
  15.   The program is distributed as is, without any warranties.  The University
  16. of Saskatchewan takes no responsibility for the actions of this program.
  17. USE AT YOUR OWN RISK.  The program copywrite is owned by the University of
  18. Saskatchewan, but the program may be freely distributed, as long as the code
  19. is not modified, and the University of Saskatchewan is acknowledged as the
  20. original source of the program.
  21.  
  22.  
  23.   The programs are both written in Turbo Pascal version 4.0.
  24.  
  25.  
  26. EMULATT:
  27. ~~~~~~~
  28.   This program makes your DEC VAXmate 640x400x2 colour graphics resolution
  29. look like the AT&T 6300 (olivetti) 640x400x2 colour graphics mode.  This
  30. allows many programs which do not support the VAXmate, but do support the
  31. AT&T 6300 computer, to utilize the VAXmate hires mode.
  32.  
  33.   To use the program, type EMULATT.  The program will then install its self.
  34.  
  35.   The EMULATT program works by intercepting interrupt 10h.  Whenever the
  36. application asks to go into the AT&T hires mode (mode 40h) this program
  37. substitutes the VAXmate hires mode number (D0h).  All other aspects of the
  38. graphics system remain the same.
  39.  
  40. LIMITATIONS:
  41. ~~~~~~~~~~~
  42.   This program will not work with programs which automatically detect the
  43. AT&T computer is present by looking at the ROM BIOS copyright message or
  44. some other method.  The program will only work with programs which allow
  45. the user to specify the device driver the program should use.
  46.  
  47.   The program has been tested with Turbo Pascal's Borland Graphics
  48. Interface (.BGI) driver for the AT&T computer.
  49.  
  50.  
  51. EMATTSET:
  52. ~~~~~~~~
  53.   There are two interrupt 10h functions which use the computer mode.  One
  54. puts the computer into the graphics mode.  This is the one EMULATT changes.
  55. The other reports what graphics mode we are currently in.  EMULATT normally
  56. reports that it is in the DEC graphics mode (D0h).  This was done for
  57. compatibility with VAXmate graphics programs, such as GRAPHICS.COM.  However,
  58. some applications may require that the AT&T mode number is returned (40h).
  59. EMATTSET is used to toggle which mode is reported.
  60.  
  61.   "EMATTSET"   by its self displays a help screen and tells what mode is
  62.                currently being reported.
  63.  
  64.   "EMATTSET +" makes EMULATT report that it is using an AT&T
  65.                graphics card for compatibility with AT&T software.
  66.  
  67.   "EMATTSET -" makes EMULATT report that it is using a VAXmate
  68.                graphics card for compatibility with DEC software.
  69.  
  70.