Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!ncsuvx!ece-csc!rss From: rss@ece-csc.UUCP (ML) Newsgroups: comp.sys.amiga.tech Subject: Re: Trouble with Images Message-ID: <4076@ece-csc.UUCP> Date: 17 May 89 19:58:39 GMT References: <1410018@hpcvca.CV.HP.COM> Reply-To: rss@ece-csc.UUCP (ML) Organization: the loony bin Lines: 12 In a previous article stan@hpcvca.CV.HP.COM (Stan Gibbs) wrote: [Questions about Images not appearing correctly on display...] ... Stan, your image data points must go in CHIP memory, so that the blitter chip can deal with it. It is fixed very simply, with Lattice C 5.x: USHORT chip imagepts[] = {0xffff,0x7ffe,0x3ffc,0x1ff8,... ^^^^ Add "chip" keyword directly before variable name.