[ColorForth] drawing task
- Subject: [ColorForth] drawing task
- From: "Chuck Moore" <chipchuck@xxxxxxxxxxxxxx>
- Date: Tue, 5 Feb 2002 13:08:07 -0800
I don't know an easy way to stop the background task from updating the
display. The word
: ok show nul ;
would stop the display from changing. But the RAM buffer would still be
copied to Video RAM at every foreground PAUSE.
You'd have to change the word show in the assembly listing of gen.asm to
eliminate the call to SWITCH .
Better would be to change gen.asm to use the accelerator features.
Someday I'll code gen.asm in Forth so it can more easily be changed.
------------------------
To Unsubscribe from this list, send mail to Mdaemon@xxxxxxxxxxxxxxxxxx with:
unsubscribe ColorForth
as the first and only line within the message body
Problems - List-Admin@xxxxxxxxxxxxxxxxxx
Main ColorForth site - http://www.colorforth.com