home *** CD-ROM | disk | FTP | other *** search
/ Fractal Creations (Second Edition) / FRACTALS_2E.iso / frasrc.exe / FRACTINT.DEF < prev    next >
Text File  |  1993-06-07  |  2KB  |  99 lines

  1. ; boilerplate header stuff
  2.  
  3. NAME        Fractint
  4. DESCRIPTION    'Fractint for DOS'
  5. EXETYPE        DOS
  6.  
  7. ; The basics:  The main code and video sections
  8.  
  9. SEGMENTS    fractint_text ovl:0
  10. SEGMENTS    general_text ovl:0
  11. SEGMENTS    video_text ovl:0
  12.  
  13. ; core fractal-generating routines (in the root segment for speed)
  14.  
  15. SEGMENTS    calcfrac_text ovl:0
  16. SEGMENTS    fractalp_text ovl:0
  17. SEGMENTS    fractals_text ovl:0
  18. SEGMENTS    fracsuba_text ovl:0
  19.  
  20. ; commonly used math routines (in the root segment for speed)
  21.  
  22. SEGMENTS    fpu087_text ovl:0
  23. SEGMENTS    fpu387_text ovl:0
  24. SEGMENTS    mpmath_c_text ovl:0
  25. SEGMENTS    mpmath_a_text ovl:0
  26.  
  27. ; specialized video routines (which could be in overlays if needs be)
  28.  
  29. SEGMENTS    diskvid_text ovl:31
  30. SEGMENTS    fr8514a_text ovl:32
  31. SEGMENTS    hgcfra_text ovl:33
  32. SEGMENTS    tplus_text ovl:34
  33. SEGMENTS    tplus_a_text ovl:35
  34. SEGMENTS    tp3d_text ovl:36
  35. SEGMENTS    targa_text ovl:37
  36. SEGMENTS    tgaview_text ovl:38
  37. SEGMENTS    f16_text ovl:39
  38.  
  39. ; commonly-used 3D routines (which could be in overlays if needs be)
  40.  
  41. SEGMENTS    plot3d_text ovl:40
  42. SEGMENTS    $3d_text ovl:40
  43.  
  44. ; now the overlays start: hopefully, nothing runs *too* slowly...
  45.  
  46. SEGMENTS    cmdfiles_text ovl:1
  47.  
  48. SEGMENTS    help_text ovl:2
  49. SEGMENTS    intro_text ovl:3
  50.  
  51. SEGMENTS    prompts1_text ovl:4
  52. SEGMENTS    prompts2_text ovl:5
  53.  
  54. SEGMENTS    gifview_text ovl:6
  55. SEGMENTS    decoder_text ovl:6
  56.  
  57. SEGMENTS    encoder_text ovl:7
  58.  
  59. SEGMENTS    slideshw_text ovl:8
  60.  
  61. SEGMENTS    loadfile_text ovl:9
  62. SEGMENTS    loadfdos_text ovl:9
  63.  
  64. SEGMENTS    line3d_text ovl:0
  65.  
  66. SEGMENTS    rotate_text ovl:11
  67. SEGMENTS    editpal_text ovl:11
  68.  
  69. SEGMENTS    printer_text ovl:12
  70. SEGMENTS    printera_text ovl:12
  71.  
  72. SEGMENTS    miscovl_text ovl:13
  73.  
  74. SEGMENTS    zoom_text ovl:14
  75.  
  76. SEGMENTS    miscres_text ovl:15
  77. SEGMENTS    realdos_text ovl:15
  78. SEGMENTS    loadmap_text ovl:17
  79.  
  80. ; fractal-specific routines, each in its own overlay.
  81.  
  82. SEGMENTS    fracsubr_text ovl:19
  83. SEGMENTS    calcmand_text ovl:20
  84. SEGMENTS    calmanfp_text ovl:21
  85. SEGMENTS    testpt_text ovl:22
  86. SEGMENTS    jiim_text ovl:23
  87. SEGMENTS    parser_text ovl:0
  88. SEGMENTS    parsera_text ovl:0
  89. SEGMENTS    parserfp_text ovl:0
  90. SEGMENTS    lsys_text ovl:25
  91. SEGMENTS    lsysa_text ovl:25
  92. SEGMENTS    lorenz_text ovl:26
  93. SEGMENTS    jb_text ovl:27
  94. SEGMENTS    hcmplx_text ovl:28
  95. SEGMENTS    newton_text ovl:29
  96. SEGMENTS    lyapunov_text ovl:30
  97. SEGMENTS    miscfrac_text ovl:30
  98. SEGMENTS    yourvid_text ovl:31
  99.