home *** CD-ROM | disk | FTP | other *** search
/ Fractal Creations (Second Edition) / FRACTALS_2E.iso / frasrc.exe / DEBUGFLA.DOC < prev    next >
Text File  |  1993-07-13  |  3KB  |  56 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 code (no calcmand or calmanfp)
  19. 90    fractals.c    force generic code for fn+fn etc types
  20. 90 parser.c    force "C" parser code even if FPU >= 387
  21. 100    calcmand.asm    force use of 'code32bit' logic
  22. 200    fractint.c    time encoder
  23. 322   parserfp.c  disable optimizer (FPU >= 387 only)
  24. 420    diskvid.c    don't use extended/expanded mem (force disk)
  25. 420    realdos.c      same for screen save (force disk)
  26. 420    editpal.c      same for screen save (force disk)
  27. 420    jiim.c            same for screen save (force disk)
  28. 422    diskvid.c    don't use expanded mem (force extended or disk)
  29. 422    realdos.c      same for screen save (force extended or disk)
  30. 450    fractint.c    abort in batch mode if savename exists
  31. 470    calcfract.c    disable prevention of color 0 for BTM
  32. 600    printer.c    paintjet, no form feed
  33. 602    printer.c    paintjet, flip image
  34. 7nn     miscovl.c    set <b> getprec() digits variable to nn
  35. 870    fractint.c    set fpu to max 87
  36. 1010    fractals.c    force fp for newton & newtbasin (no mpc math)
  37. 1234    fractint.c    force larger integer arithmetic bitshift value
  38. 2222    line3d.c    show amount of extra seg memory used
  39. 2224    line3d.c    old just-the-dots logic, probably a temporary thing
  40. 2870    fractint.c    set fpu to max 287 iit off
  41. 2872    fractint.c    set fpu to max 287 iit on
  42. 3000    general.asm    '~' goes to color play mode
  43. 3002    realdos.c    don't show development in heading
  44. 3870    fractint.c    set fpu to max 387 iit off
  45. 3872    fractint.c    set fpu to max 387 iit on
  46. 4000    miscres.c    turn on math error message (off otherwise)
  47. 8088    general.asm    set cpu = 86, ie dont use 32 bit stuff
  48. 8088    fractint.c    set cpu = 86, (case in general.asm is redundant?)
  49. 9002-9100 fractint.c    reduce video_type to (debug-9000)/2 if init was higher
  50. 10000    fractint.c    display cpu, fpu, and free memory at startup
  51. 10000    fractint.c    ? (try extra hard for minimal startup memory?)
  52.  
  53. nonzero value, line3d.c, show "normal vector" errors instead of just fixing
  54. nonzero value, prompts.c, show info if fullscreen_prompt2 array invalid
  55.  
  56.