home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3218.dms / 3218.adf / CLI / FBL.Doc < prev    next >
Encoding:
Text File  |  1994-06-26  |  2.0 KB  |  47 lines

  1.  
  2.        ========================================================
  3.                          fbl - fASTERblIT 3.3
  4.        ========================================================
  5.                     Copyright (C) 1993 Arthur Hagen
  6.                           All rights reserved
  7.        ========================================================
  8.  
  9.  
  10. This tiny program will speed up blitter processes just like FastBlit,
  11. for any Amiga, but with a few additional bonuses:
  12. With KickStart 39.xx or lower, the WaitBlit routine used by the system
  13. will be replaced by a routine that doesn't slow down the blitter that
  14. much while busy-looping.
  15. With KickStart 37.xxx, the WaitTOF, WritePixel, ClearEOL, ClearScreen,
  16. SetAPen, SetBPen and SetDrMd routines will also be replaced with more
  17. optimised routines.
  18.  
  19. Should work for ALL Amiga's, except for the earliest A1000 and
  20. A2000a model computers (which suffers from a bug in the Agnus chip).
  21. Among things that should be notacibly faster with fbl installed is
  22. menu browsing, WB updating, text scrolling and benchmark programs that
  23. tests the gfx capabilities (like AIBB).  And if you have problems with
  24. "snow" when using the A2091 controller with full SCSI DMA, fbl might
  25. help somewhat.
  26. To use this program, run it from CLI, or just add it to your startup-
  27. sequence or user-startup.
  28.  
  29. Caveat:  If your system runs on chip-mem and/or slow-mem only, fbl
  30. *can* be dangerous to use, since the blitter then will have full
  31. priority over the CPU, and when showing screens with high resolution
  32. and/or many colors, the CPU can be prevented from memory access for
  33. too long, and interrupts can crash.  If you still want to run fbl, use
  34. the keyword "SLOW", i.e.  "fbl SLOW" (case sensitive).  This will just
  35. install the graphics.library patches, but not turn on the blitter
  36. priority.
  37.  
  38. Changes since last version (3.1):
  39. Some code enhancements.  Should be safer, and might even work on
  40. old A1000 and A2000a machines.
  41.  
  42. This little thingy is ofcourse PD, but if you REALLY like it,
  43. you can send me your sister as payment.
  44.  
  45. Enjoy,
  46. *Art
  47.