[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: // Joystick commands/values
- Subject: Re: // Joystick commands/values
- From: h9104374@hkuxa.hku.hk (William Wong)
- Date: Wed, 19 Oct 1994 02:23:38 GMT
- Newsgroups: comp.sys.apple2
- Organization: The University of Hong Kong
- References: <37t9qq$59e@bbs.ausom.oz.au>
- Sender: usenet@hkuxb.hku.hk (USENET News System)
:
: 10 ?PDL(0),PDL(1):RUN
: RUN
:
It is OK under Applesoft BASIC but it may give wrong reading when it is ran under Integer BASIC since Integer BASIC is somewhat being a faster BASIC
than Applesoft. I remember that all the 4 paddles are triggered by the same
timer, so there should be a short delay (some us?) between reading of paddles.
William