RE: [stella] single digit scoring...

Subject: RE: [stella] single digit scoring...
From: "Dennis Debro" <ddebro@xxxxxxxxxxxxx>
Date: Tue, 26 Aug 2003 09:39:17 -0400
Hi Kirk,

> 	ADC #15 ;why do I need this??

This is needed because your number fonts don't reside on a page
boundary. If you look at the compiled listing of your source you will
see that Score0Graphic starts at $FF10 (15 bytes in). To do the above
method I'd recommend that you have your fonts start on a page to avoid
the shifting.

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