Fill.asm

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Fill.asm

footballfan21
With Fill.asm will it always take a long time to fill the screen? Should it fill the screen incrementally (word by word) or is it possible to fill big chunks of the screen at once (>16 pixels)?
Reply | Threaded
Open this post in threaded view
|

Re: Fill.asm

cadet1620
Administrator
footballfan21 wrote
With Fill.asm will it always take a long time to fill the screen? Should it fill the screen incrementally (word by word) or is it possible to fill big chunks of the screen at once (>16 pixels)?
You must fill the screen word by word.

Make sure that you have selected fast speed and Animate: No Animation in the CPU Emulator.

--Mark