Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!munnari.oz.au!manuel!ccadfa!prolix!dac From: dac@prolix.pub.uu.oz.au (Andrew Clayton) Newsgroups: comp.sys.amiga.programmer Subject: Re: "Busy" pointer Message-ID: <19613f70.ARN2282@prolix.pub.uu.oz.au> Date: 29 Jun 91 20:47:12 GMT References: <1991Jun26.030833.9974@crash.cts.com> <3846@sirius.ucs.adelaide.edu.au> <22730@cbmvax.commodore.com> <1991Jun28.165431.24640@wehi.dn.mu.oz> Reply-To: munnari!labtam!eyrie!prolix!dac Followup-To: comp.sys.amiga.programmer Organization: More like Mis~, really. Lines: 55 In article <1991Jun28.165431.24640@wehi.dn.mu.oz>, baxter_a@wehi.dn.mu.oz writes: > In article <22730@cbmvax.commodore.com>, mks@cbmvax.commodore.com (Michael Sinz) writes: > > > > No, it is in workbench.library currently and you can not get at it. > > However, here is the current image: > > > > static USHORT WaitPointer[] = { > > 0x0000, 0x0000, /* vert. and horiz. start posn. */ > > 0x0400, 0x07C0, > > 0x0000, 0x07C0, > > 0x0100, 0x0380, > > 0x0000, 0x07E0, > > 0x07C0, 0x1FF8, > > 0x1FF0, 0x3FEC, > > 0x3FF8, 0x7FDE, > > 0x3FF8, 0x7FBE, > > 0x7FFC, 0xFF7F, > > 0x7EFC, 0xFFFF, > > 0x7FFC, 0xFFFF, > > 0x3FF8, 0x7FFE, > > 0x3FF8, 0x7FFE, > > 0x1FF0, 0x3FFC, > > 0x07C0, 0x1FF8, > > 0x0000, 0x07E0, > > 0x0000, 0x0000, /* reserved, must be NULL */ > > }; > > Is this the clock or the zzz cloud? > > 0x0000, 0x0000, 00000000000000000000000000000000 > > 0x0400, 0x07C0, 00000100000000000000011111000000 > > 0x0000, 0x07C0, 00000000000000000000011111000000 > > 0x0100, 0x0380, 00000001000000000000001110000000 > > 0x0000, 0x07E0, 00000000000000000000011111100000 > > 0x07C0, 0x1FF8, 00000111110000000001111111111000 > > 0x1FF0, 0x3FEC, 00011111111100000011111111101100 > > 0x3FF8, 0x7FDE, 00111111111110000111111111011110 > > 0x3FF8, 0x7FBE, 00111111111110000111111110111110 > > 0x7FFC, 0xFF7F, 01111111111111001111111101111111 > > 0x7EFC, 0xFFFF, 01111110111111001111111111111111 > > 0x7FFC, 0xFFFF, 01111111111111001111111111111111 > > 0x3FF8, 0x7FFE, 00111111111110000111111111111110 > > 0x3FF8, 0x7FFE, 00111111111110000111111111111110 > > 0x1FF0, 0x3FFC, 00011111111100000011111111111100 > > 0x07C0, 0x1FF8, 00000111110000000001111111111000 > > 0x0000, 0x07E0, 00000000000000000000011111100000 > > 0x0000, 0x0000, /* reserved, must be NULL */ > > Regards Alan Looks like it might be a clock, eh? :-) Dac (Gosh, is binary that hard for you folks to work out?)