Re: [stella] there is no spoon. the missile won't go left.

Subject: Re: [stella] there is no spoon. the missile won't go left.
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Tue, 25 Jun 2002 08:47:54 +0200
Kirk wrote:
 
> 	LDA #$00
> 	STA HMM0  ;movement is 0?, right?
> 	STA HMOVE ;and activate that movement
> 
> ScanLoop ; ================================== SCANNING LOOP
> ; WSYNC is placed BEFORE all of this action takes place.
> 	STA WSYNC                

Aha! There we have the reason. :-)

You *must* (well, there a some very peculiar exceptions you shouldn't car about yet) do HMOVE immediately after WSYNC. That's all.
 
Have fun!
Thomas
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |



























______________________________________________________________________________
All inclusive! 100 MB Speicher, SMS 50% gunstiger, 32 MB Attachment-Gro?e, 
Preisvorteile und mehr unter http://club.web.de/?mc=021104

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


Current Thread