home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / fractal / fractint / debugfla.doc < prev    next >
Text File  |  1991-04-20  |  2KB  |  48 lines

  1. This list complete as of version 14.
  2. None of these are necessarily supported in future.
  3.  
  4. Add one to any debug value to trigger writing benchmark values to
  5. the file "bench".  This gets stripped at startup; so all values
  6. used for other purposes are even.
  7.  
  8. Example:  "fractint debug=8088" forces Fractint to think you have an
  9. 8088/8086 CPU and ignore all of the tricky 186/286/386-specific stuff.
  10. "Fractint 8089" does the same thing, but also turns on the benchmark
  11. timer.
  12.  
  13. 16    video.asm    pretend not a vga
  14. 22    lorenz.c    force float for 3D perspective
  15. 50    fractint.c    compare <r>estored files
  16. 70    fractint.c    set fpu = 0
  17. 72    fractint.c    don't use fast >= 287 fpu routines
  18. 90    fractals.c    force "C" mandel & julia integer type (no calcmand)
  19. 90    fractals.c    force generic code for fn+fn etc types
  20. 200    fractint.c    time encoder
  21. 420    diskvid.c    don't use extended/expanded mem (force disk)
  22. 420    realdos.c      same for screen save (force disk)
  23. 422    diskvid.c    don't use expanded mem (force extended or disk)
  24. 422    realdos.c      same for screen save (force extended or disk)
  25. 600    printer.c    paintjet, no form feed
  26. 602    printer.c    paintjet, flip image
  27. 870    fractint.c    set fpu to max 87
  28. 1010    fractals.c    force fp for newton & newtbasin (no mpc math)
  29. 1234    fractint.c    force larger integer arithmetic bitshift value
  30. 1946    calcfrac.c    BTM fills with color 1 (boundary only display)
  31. 2222    line3d.c    show amount of extra seg memory used
  32. 2224    line3d.c    old just-the-dots logic, probably a temporary thing
  33. 2870    fractint.c    set fpu to max 287 iit off
  34. 2872    fractint.c    set fpu to max 287 iit on
  35. 3000    general.asm    '~' goes to color play mode
  36. 3002    realdos.c    don't show development in heading
  37. 3870    fractint.c    set fpu to max 387 iit off
  38. 3872    fractint.c    set fpu to max 387 iit on
  39. 8088    general.asm    set cpu = 86, ie dont use 32 bit stuff
  40. 8088    fractint.c    set cpu = 86, (case in general.asm is redundant?)
  41. 9002-9100 fractint.c    reduce video_type to (debug-9000)/2 if init was higher
  42. 10000    fractint.c    display cpu, fpu, and free memory at startup
  43. 10000    fractint.c    ? (try extra hard for minimal startup memory?)
  44.  
  45. nonzero value, line3d.c, show "normal vector" errors instead of just fixing
  46. nonzero value, prompts.c, show info if fullscreen_prompt2 array invalid
  47.  
  48.