RE: skipdraw from Eric Ball WAS: [stella] Finally underway: 2600 Cookbook

Subject: RE: skipdraw from Eric Ball WAS: [stella] Finally underway: 2600 Cookbook
From: "Dennis Debro" <ddebro@xxxxxxxxxxxxx>
Date: Tue, 13 Apr 2004 09:58:36 -0400
Hi Kirk,

> The trouble is, he doesn't specify what Y, used in "lda (P0_Ptr),y",
> in there--it looks like there should be "sty P0_Y" somewhere,

y is set to the height of the kernel at the beginning of your kernel. Then
it's decremented with each scan line (1LK) or ever other scan line (2LK).
This saves you from loading y to load your graphics.

Take care,
Dennis 


----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread