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
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…
Some example code would be a real help. Thanks.
ScanLine Color Interrupt
Message #24277
Anybody point me to a code fragment to change the color map at a vertical scanline? Thanks.
Manx CMOVE PRoblem
Message #22414
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?