home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / fractal / mndlplt2.lha / Docs / Bugs.Doc < prev    next >
Encoding:
Text File  |  1980-01-05  |  2.2 KB  |  42 lines

  1.  
  2.            BUGS (V2.4)                 19/8/93
  3.            ===========
  4.                 
  5.                 
  6.      Mandelplot is a VERY large and complex program, with over 4500 lines
  7.      of Amos pro code and over 400 K of assembler source code. This makes
  8.      the program very difficult to debug, and as a result, there are many
  9.      bugs. Some I have noticed, and have not corrected as yet - either 
  10.      because I could not find the cause, or because I have not got around to
  11.      it yet. Other bugs I will not have noticed yet - if you find a bug
  12.      not listed below, please contact me, and I will investigate it.
  13.      
  14.      The program has only been fully tested on an A1200 6 Mb RAM, 60Mb HDD,
  15.      25MHz 68882. On this machine, the program seems very stable, with the
  16.      following bugs noted:
  17.      
  18.          Boundary tracing: There are faults in my btrace algorithm - at the 
  19.        moment, horizontal lines are sometimes left. Also, solid areas are
  20.        occasionally filled with the wrong colour. If these bugs occur, you
  21.        can redraw the affected areas with the redraw area option.
  22.         Also, very rarely, the algorithm gets stuck and will not finish. 
  23.        Then, you must interrupt it with the LMB.
  24.        
  25.      On machines with 68000/68010 (A500,A600,A1500,A2000): 
  26.       If running on a 68020 or better, Mandelplot uses the extra instructions
  27.      present on these processors for extra speed. Therefore I have had to 
  28.      write all the assembler bits twice: a 68000 version and a 68020+ version.
  29.       I have not been able to test the '000 versions much: I have an '020,
  30.      and just because the '000 code runs on it does not mean that it will
  31.      run on an '000! I have had problems with words written to odd addresses
  32.      and things like that.
  33.       I have tried the program on an old 1Mb A500 (KS 1.2!). It worked ok, 
  34.      except that it did seem less stable than on my machine. In particular, 
  35.      the 'user fuction' mode seemed a bit dodgy. So don't be suprised if you 
  36.      have some problems.  
  37.      
  38.        
  39.        PLEASE do send in reports of any other bugs. If you do, please note
  40.       any GURU number, the model of your Amiga, and the setting of
  41.       'optimise for processor' in the basic options menu. T
  42.