NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: newbie question  
Posted byAnonymous
Posted on7/18/02 09:51 AM
From IP213.122.12.129  



hello agian thanxs for help :) but iam still having some trouble :S well here i goes ive got a clear patten number at $FF and i tried writting it to the same place where the sprite is, so it overwrites it (but for some reasons it is not :( ) it is moving now but its not deleting the first place is was so it looks messy anyway heres the source

loop:

lda #$63
sta $2004
lda #$00 ;sprite
sta $2004
lda #$01
sta $2004
lda xcor
sta $2004

jsr subtimer

jsr clearsprite

inc xcor

jmp loop

clearsprite:

lda #$63
sta $2004
lda #$FF ;FF is a clear patten number
sta $2004
lda #$00
sta $2004
lda xcor
sta $2004

can anybody offer any more help also how does the dma resister work? is this the one at $4014??

thanxs :)

zero_unscore1@hotmail.com





-
Entire Thread
Subject  Posted byPosted On
*newbie question  Anonymous7/17/02 8:44 PM
.*Re: newbie question  deschenes207/18/02 01:23 AM
..*Re: newbie question  zero_unscore17/18/02 12:33 PM
...*sprite DMA and vblank sync  Memblers7/18/02 6:06 PM
....*Re: sprite DMA and vblank sync  quietust7/18/02 9:22 PM
..*Re: newbie question  Memblers7/18/02 04:21 AM
....Re: newbie question  Anonymous7/18/02 09:51 AM
....*Re: newbie question  mcmartin7/26/02 02:15 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo