[comp.sys.amiga.tech] Trouble with Image. Solved.

850031m@aucs.uucp (GORDON R. MAC GREGOR) (10/24/89)

Thanks to all that replied to my question on the Image structure.
Summary:
  Make sure that Image structures and any other display bitmaps get stored
  in CHIP ram.

  This seems painfully obvious to me now but was not with an example
  from "Inside the Amiga with C" and with some source code I had to 
  (mis)guide me.  Both examples must have used the compiler option to
  force this data into chip ram without indicating they had done so.
  /* Bad commenting ! */

  -ross