CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (4 messages)

Menu pulldown crash Message #27437
From: Doug Sharp the Forum · General Programming August 27, 1992 11:58 PM
I'm working on a game and using a menu for game save-load. When I pull it down I get occasional system freezes. I'm using ClipBlits for blits to the screen. Could it be a blitter problem? I also get blitting through the menu when it is pulled down. Any help…
From: Doug Sharp Amiga Tech Forum · General Programming June 10, 1992 12:13 AM
Some example code would be a real help. Thanks.
From: Doug Sharp Amiga Tech Forum · General Programming June 8, 1992 10:41 PM
Anybody point me to a code fragment to change the color map at a vertical scanline? Thanks.
Manx CMOVE PRoblem Message #22414
From: Doug Sharp Amiga Tech Forum · C Programming April 8, 1992 7:53 PM
The following line makes my Manx linker barf: CMOVE(cl,custom.color[0],0xfff); Attempt to use SMALL reference to %addr Data reference ouit of range cl is a pointer to a UCopList and custom is extern struct Custom. Any hints?