Re: [stella] Master Mind Deluxe - 12 Rows + Cursor

Subject: Re: [stella] Master Mind Deluxe - 12 Rows + Cursor
From: Manuel Rotschkar <cybergoth@xxxxxxxx>
Date: Mon, 05 Apr 2004 08:13:49 +0200
Hi there!

Alright time for some code

    lda Dpeg3 ;3-27 starts at ?
    ldx Dpeg4 ;3-30
    ldy Dpeg5 ;3-33
    sleep 9 ;10-42
    sta COLUP0 ;3-45
    stx COLUP1 ;3-48
    sty COLUP0 ;3-51

Anyone got any ideas. I know there has to be a better way.

Hm... this is using close spacing, so there's not much to do against this being so extremely tight here. I even think it only works because the circles are less than 8 pixels wide. (The last color change would be 9 pixels wide.)


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


Current Thread