home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / fusion20.lha / FUSION_Update / Changes.txt < prev    next >
Encoding:
Text File  |  1997-09-01  |  3.6 KB  |  75 lines

  1.  
  2. Changes to V2.0 (09/01/97)
  3. --------------------------------------------------------------------------
  4. * Added SCSI-direct support.  Please note that any Macintosh application
  5.   that attempts to poke at the SCSI hardware port directly will crash.
  6.   You should now be able to use any Amiga SCSI controller to directly
  7.   control any SCSI device (ie. DATs, scanners, hard drives, CD-ROM drives,
  8.   digital cameras, etc.)  Here is a list of problem encoutered:
  9.  
  10.   Retrospect 2.0i (and earlier) is not 32 bit clean.  You will need to run
  11.   this program in Psuedo 24 mode or it will not properly store/restore
  12.   any data.
  13.  
  14.   SilverLining 5.5 (and earlier) hangs when you attempt to do the TIME
  15.   SCSI LOOP test.  This is because SilverLining's custom routines poke
  16.   at the SCSI hardware directly (which does not exist).
  17.  
  18.   Software that calls SCSI-direct functions from inside of an interrupt will
  19.   not work.  It is not possible to call Amiga SCSI-direct commands from
  20.   inside of an interrupt.  MAC programs (a few CD-ROM drivers) that do this
  21.   will never get a SCSI status back, but at least they will not crash the
  22.   machine.
  23.  
  24. * Corrected OS8.0 problems with 060s.  Please note that Apple decided to
  25.   not allow 060s to work under OS8.0, and thus the only way to make
  26.   it work is by turning off the SuperScaler.  Please do not turn on the
  27.   SuperScaler after OS8.0 has booted... we turn it off, and leave it off
  28.   until the emulation is shut down.  Yes, your system will run slower..
  29.   but there is nothing that can be done about this problem... Apple wants
  30.   you to buy a PowerPC machine!
  31.  
  32. * Corrected various ROM incompatibilty problems.
  33.  
  34. * Added ability to turn off or select one of the 5 internal Macintosh
  35.   startup sounds.
  36.  
  37. * Changed Virtual Base setup.  Please see the documentation concerning
  38.   the changes.
  39.  
  40. * Added memory test option.  This is a sure fire way to determine if your
  41.   MMU is working properly with your memory nodes and to see if you have
  42.   RAM refresh problems.
  43.  
  44. * MMU usage is now system friendly if possible, merging into existing
  45.   tables.  This should allow other Amiga applications (run before FUSION)
  46.   to use the MMU (ie. GigaMem).  The new method does not consume additional
  47.   memory, which was previously required for the MMU table space.
  48.  
  49. * ALL of the video drivers are new, and not compatible with previous
  50.   versions of FUSION.
  51.  
  52. * Changed the Cybergraphics drivers to allow for v2.x or 3.x of the
  53.   Cybergraphics software.  Please note: some of the QuickDraw acceleration
  54.   routines WILL fail under v2.x, please upgrade... it's free.
  55.   (http://www.best.com/~vgr)
  56.  
  57. * Fixed a device entry limitation.  Amiga systems with more than 13
  58.   mounted devices would not show ALL of the devices (after the first
  59.   13 were shown, the rest were ignored).
  60.  
  61. * Corrected device closing problem, sometimes resulting in a system crash
  62.   when shutting down the emulation.
  63.  
  64. * Added new option in the DEVICE OPTIONS sub-menu of the DEVICES menu.  Now
  65.   along with FORCED WRITE PROTECT, DMA RESTRICTIONS, and REMOVABLE MEDIA
  66.   is the option SKIP VALIDATION.  Selecting gadget (making the check in
  67.   the box visable) will not allow the MAC to immediately validate a partition.
  68.   There is a strange problem with OS8.0 with validation, and we believe it
  69.   is a bug in the intial release of OS8.0 (no other OS has this problem).
  70.   The problem is this: shutdown improperly (ie crash or do an emergency
  71.   power-off) and the partition will not boot properly.  The next time you
  72.   attempt to boot, the 'smiley MAC' will appear, the MAC will reset, and
  73.   this sequence is repeated forever.  Skipping the validation of the drive
  74.   at boot time fixes this problem.  Note: validation still does occur, just
  75.   not at boot time.