[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: // Joystick commands/values



skohns@kuhub.cc.ukans.edu (Steve) writes:





>Does anyone remember the BASIC commands that would print the joystick
>values on the screen?

>I remember it was PRINT something for the X axis,
>and PRINT something for the Y axis.

>It would show a value between 0 & 255, and then you could use the
>joystick adjust knobs to set it at 128.


>If you do know this, please email me at:
>	skohns@kuhub.cc.ukans.edu


>Thanks,
>-Steve


Here 'tis:

10 ?PDL(0),PDL(1):RUN
RUN


BTW, if anyone's interested, I've designed a simple
circuit which lets you use digital (atari/switch type)
joysticks in the normal gameport connector. It provides
the normal paddle readings. works on most games.