home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 95 / af095sub.adf / Speccylator.LZX / Speccylator / Distribution_Notes < prev    next >
Text File  |  1997-01-15  |  1KB  |  39 lines

  1.  
  2.     Notes for the 1.0 distribution of the Speccylator
  3.  
  4.  
  5.     Three versions of the Speccylator program are included, all compiled
  6.     *without* the DEBUG option and *not* including debugging information
  7.     such as labels:
  8.  
  9.         * `Speccylator'
  10.  
  11.         Runs on MC68020 and compatible processors. Does full Z80
  12.         emulation. Needs at least 433 kByte RAM, of which about 43
  13.         kByte is "chip memory".
  14.  
  15.         * `Speccylator-00'
  16.  
  17.         Runs only on MC68000 or MC68008 processors (put otherwise,
  18.         it does not run on MC68010 and compatible processors). In
  19.         all other aspects it should be equal to the above version.
  20.  
  21.         * `Speccylator-00q'
  22.  
  23.         The "Quick-and-dirty" version. Like the `Speccylator-00'
  24.         program, it runs only on MC68000 or MC68008 processors, but
  25.         the executable program is almost 32 kByte smaller, and it
  26.         dynamically allocates 64 kByte RAM less than the normal
  27.         versions; in other words, it needs at least 337 kByte RAM.
  28.           This version does not include emulation of BCD flags,
  29.         cannot detect interrupts between iterations of Load and
  30.         Repeat instructions, and more importantly, does not protect
  31.         the ROM memory area from being written to, and cannot cope
  32.         with modified code (the term used in the widest possible
  33.         sense).
  34.           The speedup of these "unfeatures" is significant, but many
  35.         ZX Spectrum programs will not work. Do not use this program
  36.         for producing serious work in a ZX Spectrum environment,
  37.         since a crash can occur at any time.
  38.  
  39.