home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / screenmo.lzh / ScreenMode / ScreenMode.doc < prev    next >
Encoding:
Text File  |  1991-10-09  |  1.1 KB  |  41 lines

  1.  
  2.                             ScreenMode 1.2
  3.  
  4.                      written 7.10.1991 by Mc Tendy
  5.  
  6.  
  7. For all Amigas with OS2.0 (or higher)
  8.  
  9. With ScreenMode, you can choose if customscreens are opened in 50Hz-PAL or 60Hz-
  10. NTSC mode. The following parameters in the GfxBase will be changed:
  11.  
  12. GfxBase->DisplayFlags      : NTSC or PAL
  13. GfxBase->monitor_id        : REQUEST_NTSC or REQUEST_PAL
  14. GfxBase->NormalDisplayRows : 240 or 282  (necessary for Cygnus Ed)
  15.  
  16.  
  17. You call ScreenMode from Shell as follows:
  18.  
  19. ScreenMode NTSC  : for NTSC-lovers on PAL-Amigas
  20. ScreenMode PAL   : for PAL-lovers on NTSC-Amigas
  21. ScreenMode       : to change between PAL- and NTSC-mode
  22.  
  23.  
  24. ScreenMode is public domain. Do with it what you want.
  25.  
  26.  
  27. HISTORY
  28. -------
  29.  
  30. ScreenMode 1.0: -internal version
  31.  
  32. ScreenMode 1.1: -First release.
  33.  
  34. ScreenMode 1.2: -SysBase->VBlankFrequency isn't changed anymore (Caused an error
  35.                  under certain circumstances)
  36.                 -If executed without parameters, ScreenMode changes between PAL
  37.                  and NTSC.
  38.  
  39. Markus Zehnder
  40. Internet: zehnder@avalon.physik.unizh.ch
  41.