Re: [stella] don't put ur eggs in one "pot"

Subject: Re: [stella] don't put ur eggs in one "pot"
From: Eckhard Stolberg <Eckhard_Stolberg@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 03 Aug 1999 13:49:57 +0200
At 18:38 02.08.99 -0700, you wrote:

>however, i am still somewhat puzzled about the
>other thing...when the paddle is turned clockwise, INPT#
>bit 7 is supposed to take more cycles before bit 7 is
>set to one, right?

This is correct. It is a bit difficult to say what's wrong with your
code without beeing able to see all of it, but in the other post you
mentioned having a LDA INPTx/BMI/INC loop. That would mean that the
counter value would get bigger the further the paddle is turned clockwise.
If you want to position your object further down the screen the higher
the counter is, then the reference counter in the display routine must
count upwards too. Are you sure your display routine does this? ;-)


Ciao, Eckhard Stolberg



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

Current Thread