home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / asm / tbsource / blank / final / blank.doc < prev   
Text File  |  1993-12-21  |  4KB  |  129 lines

  1.  
  2. 23/07/91                    Blank V0.01c
  3.  
  4. Updated: 03/06/91    - for version 0.01a
  5. Updated: 04/06/91    - for version 0.01b
  6. Updated: 23/07/91    - for version 0.01c
  7.  
  8. This program is based heavily on Jukka Marin's program "Keskeytysesi-
  9. merkki v1.5". All the blanking code is from that program. The only
  10. reason why I used that code was to speed up writing this program.
  11. The Blank program is provided "AS IS" without warranty of any kind,
  12. and the author is not responsible for any damage this software may do.
  13.  
  14. ***********************************************************************
  15.         THIS PROGRAM IS MOSTLY A HACK. BE WARNED!
  16. ***********************************************************************
  17.  
  18. WHAT DOES IT DO?
  19. ~~~~~~~~~~~~~~~~
  20. This is a normal blanker upto a certain poin (i.e. it turns off the
  21. screen if there is no user activity or the is no special activity from
  22. the computer). Blank changes a few library vector offsets, so whenever
  23. a screen or window opens or some text is being written on the screen
  24. the blanker "lights" up the screen again.
  25.  
  26. COMPATIBILITY
  27. ~~~~~~~~~~~~~
  28. The program tests for Kickstart 2.0 and if it is the current kickstart, the
  29. program will also patch the new Open(Screen/Window)TagList vectors. It will
  30. also patch the dos library vector for the Write function.
  31.  
  32. HOW TO USE IT
  33. ~~~~~~~~~~~~~
  34. Start the program from the CLI.
  35.  
  36.     1> Blank NN
  37.  
  38. Where NN is the time to wait before blanking.
  39.  
  40. To get some info/help, you can use
  41.  
  42.     1> Blank ?
  43.  
  44. ERROR MESSAGES
  45. ~~~~~~~~~~~~~~
  46. At this moment the program is a quick hack, i.e. no error messages.
  47.  
  48. PROBLEMS
  49. ~~~~~~~~
  50. If you've got the graphics.library Text patched and you've got some kind of
  51. a clock on the screen it the screen will not blank. You'll have the same
  52. problem if you have a drawer/device open in the WB. It seems to print
  53. something in it around every 3 secs.
  54.  
  55. VERSIONS
  56. ~~~~~~~~
  57. Here is a list of changes etc. between different versions, starting
  58. with the newest version.
  59.  
  60. Version     Size    Date     Description
  61. ---------------------------------------------------------------------
  62. 0.01c     2004    23/07/91 Changed Write function to change only under
  63.              Kickstart 2.0 or higher.
  64.  
  65. 0.01b     2004    04/06/91 Added OpenNewScreenTagList and OpenNewWindow-
  66.              TagList. Added some texts (Break, version...)
  67.  
  68. 0.01a     1024    03/06/91 Wrote program. Not properly tested. Docs not
  69.              checked.
  70.  
  71. FUTURE VERSIONS
  72. ~~~~~~~~~~~~~~~
  73. Future versions, if any, will have optimized code, possible bug fixes.
  74. Command line options will most likely pop up aswell, a possibility to
  75. choose which vectors to patch (i.e. when to stop blanking).
  76.  
  77. MY HARDWARE
  78. ~~~~~~~~~~~
  79. If the program doesn't work, compare your hardware with mine and see
  80. what's different. (The list is universal for all my programs at pre-
  81. release stage, so don't get any funny ideas...)
  82.  
  83. Amiga B2000
  84. Amiga A2620
  85. Amiga A2090a
  86. Amiga A2286
  87. Amiga A2058 (2 Megs)
  88. Supra Modem 2400zi
  89. Paradise Basic EGA
  90. CBM MPS1250
  91. Philips 8833
  92.  
  93. BUGS
  94. ~~~~
  95. No known bugs at this time. The old dos.library bug fixed for version
  96. 0.01c. Under Kickstart 2.0, the dos.library has been changed into a normal
  97. library.
  98.  
  99. COPYRIGHTS
  100. ~~~~~~~~~~
  101. This program originally written for a friend. The real blanking part
  102. was written by Jukka Marin (it stole it from him, why invent the
  103. wheel 50 time over?). That I suppose means that he has most of the
  104. copyrights.                  ^^^^^^^
  105.  
  106. BUG REPORTS ETC...
  107. ~~~~~~~~~~~~~~~~~~
  108. Please send donations, bug reports and list of features you would like
  109. to have included in future versions to
  110.  
  111. Tomi Blinnikka
  112. Syystie 10
  113. 00780 Helsinki
  114. FINLAND
  115.  
  116. If you want the source code contact me (or resource it :) at the address
  117. above, or you can also contact me on the following BBS:
  118.  
  119. MITS +358-0-458 2066
  120. MITS +358-0-458 2077
  121. MITS +358-0-458 2088 (Paying users with sec. level 40 or higher ONLY) 
  122.  
  123. "...trademark of Xerox Corporations. Reading legal mush can turn your
  124. brain to guacamole! Epson is registered trademark of Epson America
  125. ..." -Amiga RKRM Includes & AutoDocs, fourth page.
  126.  
  127.  
  128.                         Tomi Blinnikka
  129.