home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / ST_USER / 1992 / USERJN92.MSA / INVERT_INVERT.DOC < prev    next >
Text File  |  1987-04-21  |  2KB  |  44 lines

  1.  
  2.                          SCREEN INVERTER ACCESSORY
  3.                          =========================
  4.  
  5.      This  is  a  little accessory for flipping the screen colours to black
  6. background  and white text, resulting in less strain on your poor bloodshot
  7. mince  pies!  and  a  lot  more  economical with available ram than Atari's
  8. control panel. Install the accessory in the normal manner and then click on
  9. from the desk menu, the screen colours will be flipped, click again and the
  10. screen will be restored to the original palette settings.
  11.  
  12.      The  program will work in all three st screen resolutions and users of
  13. medium  res  green  screen  monitors ( like yours truly ) will find it most
  14. useful.  Unfortunately,  it  will  not  work  properly  on a ste due to the
  15. expanded palette, sorry about this but as I am a victim of the recession, I
  16. am  unable  to upgrade to a mega ste4!, I have however, included the source
  17. code  for  you  to  have  a fiddle with, it should'nt take much fiddling to
  18. alter the code to the ste's palette settings.
  19.  
  20.      Thanks  are  in order to Roger Pearson and the guys at zzSoft, without
  21. the book " introducing ATARI ST machine code" I'd still be writing progs in
  22. basic!. The program is public domain, please distribute.
  23.  
  24.  
  25.                               SCREEN COLOURS
  26.                               ==============
  27.  
  28.  
  29. LOW RES      black background
  30. =======      white text
  31.              5 shades of grey
  32.  
  33. MED RES      black background
  34. =======      white text
  35.              2 shades of grey
  36.  
  37. HIGH RES      black background
  38. ========      white text
  39.  
  40.  
  41.                                                         Kevin Williams 1992
  42.                                                                 Birmingham.
  43.  
  44.