Re: [stella] Reading Paddles?

Subject: Re: [stella] Reading Paddles?
From: Paul Slocum <paul-stella@xxxxxxxxxxxxxx>
Date: Sat, 11 Jan 2003 10:17:28 -0600

And this code is a little bit faster and easier to code:
          lda INPT0               ;3
          bmi paddles1            ;2 or 3
          .byte $2c               ;1    bit abs opcode
 paddles1:
          sty padVal1             ;3

Jeez! That's pretty cool. Where was that when I was doing Marble Craze? ;o)


-Paul

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


Current Thread