Re: [stella] Reading Paddles?

Subject: Re: [stella] Reading Paddles?
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Sat, 11 Jan 2003 18:00:56 +0100
Paul wrote:
> Where was that when I was doing Marble Craze?  ;o)

I had posted some a bit more complicated solution (but with the same
minimal timing) at 07/03/2002:

>     lda INPT0                       ;3
>     bmi paddles1                    ;2 or 3
>     sty.w padVal1                   ;4
> paddles1a
> 
> ; the following code must be positioned outside the main loop, but
> inside 128 bytes (e.g. before scanLoop or quitScanLoop):
> paddles1                            ;
>     bpl     paddles1a               ;3 = 9

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

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


Current Thread