home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / misc / accrete-1.1.lha / Accrete / Readme.amiga < prev    next >
Text File  |  1994-02-04  |  2KB  |  38 lines

  1. Ethan Dicks                             4-Feb-1992
  2. <erd@kumiss.infinet.com>
  3.  
  4. The AmigaDOS version of Accrete is as unaltered a port as I could manage.  The
  5. most significant changes were in the random number generator initialization
  6. routine and in the definitions relating to just how large an int is on the
  7. Amiga.  Unlike the Apple ][ version, this version is compact and fairly quick.
  8. What takes 15 minutes on a 1Mhz 6502, takes less than a minute on an A3000/25.
  9. Given this runtime speed, I saw no real need for a version that supported
  10. the 68881 and 68882 math-coprocessors.
  11.  
  12. Just as in the original, this program dumps its output to a file named
  13. "New.System" but it does *not* create an icon, even if launched from the
  14. Workbench.  There is presently no way to override this default.  There are
  15. a couple of compile-time options, however.  The proprocessor symbols, SILENT
  16. and VERBOSE are just as they sound.  The default mode prints a single dot with
  17. each attempt to create and resolve a planetessimal, the silent mode prints
  18. abolutely nothing during a run, while the verbose mode spews forth with a
  19. couple of (short) lines about each attempt to inject proto-planet into the 
  20. solar system.  Accrete works from either the CLI or the Workbench.  Note
  21. that if you launch Accrete from the Workbench, you will have to close the
  22. console window yourself.
  23.  
  24. Scientific references to the techniques used to generate planets and their 
  25. star systems are provided in the code and in the other read.me files.  I
  26. made no attempt to verify the correctness of any of the mathematical code; I
  27. simply fixed up the word size problems as well as the non-random random
  28. number problems.
  29.  
  30. I found no copyright notices in the source code I started with, so I didn't
  31. bother to put additional notices in any of it.  The only file *I* created
  32. from scratch was the Makefile and the only distribution restrictions I have 
  33. placed on it prohibit commercial uses, and are mentioned (briefly) in that file.
  34.  
  35. Share and Enjoy,
  36. -ethan
  37.  
  38.