home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / DGRAF / FRAIN196.ZIP / DEBUGFLA.DOC < prev    next >
Text File  |  1996-08-25  |  3KB  |  68 lines

  1. This list complete as of version 19.
  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. 92     parser.c    print out list of FRM files searched
  22. 94      parsera.asm     Use old buggy pwr()
  23. 94      mpmath_c.c      Use old buggy pwr()
  24. 100    calcmand.asm    force use of 'code32bit' logic
  25. 200    fractint.c    time encoder
  26. 322    parserfp.c    disable optimizer (FPU >= 387 only)
  27. 420    diskvid.c    don't use extended/expanded mem (force disk)
  28. 420    realdos.c    same for screen save (force disk)
  29. 420    editpal.c    same for screen save (force disk)
  30. 420    jiim.c          same for screen save (force disk)
  31. 422    diskvid.c    don't use expanded mem (force extended or disk)
  32. 422    realdos.c    same for screen save (force extended or disk)
  33. 450    fractint.c    abort in batch mode if savename exists
  34. 470    calcfract.c    disable prevention of color 0 for BTM
  35. 472    calcfract.c    enable solid guessing at bottom and right
  36. 600    printer.c    paintjet, no form feed
  37. 602    printer.c    paintjet, flip image
  38. 620    loadfile.c    force the browser to use expanded memory
  39. 622    loadfile.c    force the browser to use extended memory
  40. 624    loadfile.c    force the browser to use far memory
  41. 7nn     miscovl.c    set <b> getprec() digits variable to nn
  42. 750     miscovl.c    print out as many params digits as possible in PAR
  43. 870    fractint.c    set fpu to max 87
  44. 1010    fractals.c    force fp for newton & newtbasin (no mpc math)
  45. 1234    fractint.c    force larger integer arithmetic bitshift value
  46. 2222    line3d.c    show amount of extra seg memory used
  47. 2224    line3d.c    old just-the-dots logic, probably a temporary thing
  48. 2870    fractint.c    set fpu to max 287 iit off
  49. 2872    fractint.c    set fpu to max 287 iit on
  50. 3000    general.asm    '~' goes to color play mode
  51. 3002    realdos.c    don't show development in heading
  52. 3200    fracsubr.c      disable auto switch back from arbitrary precision
  53. 3400    fracsubr.c      disable auto switch from integer to float
  54. 3600    miscfrac.c      pins the plasma corners to 1
  55. 3870    fractint.c    set fpu to max 387 iit off
  56. 3872    fractint.c    set fpu to max 387 iit on
  57. 4000    miscres.c    turn on math error message (off otherwise)
  58. 4010    miscres.c    use pre-19.3 centermag conversion.
  59. 8088    general.asm    set cpu = 86, ie dont use 32 bit stuff
  60. 8088    fractint.c    set cpu = 86, (case in general.asm is redundant?)
  61. 9002-9100 fractint.c    reduce video_type to (debug-9000)/2 if init was higher
  62. 10000    fractint.c    display cpu, fpu, and free memory at startup
  63. 10000    fractint.c    ? (try extra hard for minimal startup memory?)
  64.  
  65. nonzero value, line3d.c, show "normal vector" errors instead of just fixing
  66. nonzero value, prompts.c, show info if fullscreen_prompt2 array invalid
  67.  
  68.