home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / utility / rvsscrn / rvsscrn.doc < prev   
Encoding:
Text File  |  1985-11-20  |  1.4 KB  |  38 lines

  1.  
  2.  
  3. RVSSCRN Desk Accessory - Documentation
  4.  
  5.  
  6.  
  7. This program may not be distributed without this documentation.
  8.  
  9.  
  10.  
  11. --required--
  12.  
  13. Developed using TDI Modula-2/ST.  0272-742796 (UK), (214) 340-4942 (USA)
  14.  
  15. --required--
  16.  
  17.  
  18.  
  19.  
  20.  
  21. RVSSCRN is a desk accessory for Monochrome STs.  It should work on 1 meg STs
  22.  
  23. but I have only tested it on my unexpanded 520ST.
  24.  
  25.  
  26.  
  27. I love the monochrome monitor but have always been annoyed by the fact that its
  28.  
  29. display is black on white instead of white on black.  So, I decided to write
  30.  
  31. this utility.  What it does is reverse the screen colors so that they are
  32.  
  33. white on black - all formerly black pixels are turned white and vice versa.
  34.  
  35. You may also restore the normal colors with it.
  36.  
  37.  
  38.  
  39. To use RVSSCRN, install the .ACC file on a disk that you will boot with.
  40.  
  41. Once you have booted, you may use it by selecting the "Reverse Screen" option
  42.  
  43. under the desk menu.  This will give you a choice of a Reversed or Normal
  44.  
  45. screen.  Choose the one you would like.
  46.  
  47.  
  48.  
  49. RVSSCRN works by redefining color palette index 0 with either black or
  50.  
  51. white, depending on which option you choose.  It uses the screen's handle
  52.  
  53. (obtained with GrafHandle [graf_handle for C folks.. I wish I had a C
  54.  
  55. compiler :-) ]).
  56.  
  57.  
  58.  
  59. I hope you enjoy this, and please send me any comments on BITNET.
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Matt Kimmel
  66.  
  67.  
  68.  
  69. Matt@UMass.BITNET
  70.  
  71. Matt%UMass.BITNET@wiscvm.ARPA
  72.  
  73.  
  74.  
  75.