Re: [stella] Qb: v1.01 TITLE SCREEN!

Subject: Re: [stella] Qb: v1.01 TITLE SCREEN!
From: Tim Böscke <t.boescke@xxxxxxxxxxxxx>
Date: Fri, 2 Mar 2001 10:34:57 +0100
> ALine   sta WSYNC
> 
>         lda #0
>         sta PF0
>         lda QbTitle,x
>         sta PF1
>         lda QbTitle1,x
>         sta PF2
> 
>         iny
>         sty COLUPF
>         nop
> 
>         lda QbTitle2,x
>         sta PF0
>         lda QbTitle3,x
>         sta PF1
>         lda QbTitle2,x
>         and #$0f
>         sta PF2

Why dont you use the mirrored mode ? That way
you just had to update PF1 and PF2. Might leave
some time for neater color tricks.



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

Current Thread