-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JoyStick Support #7
Comments
Two keys on the //e's keyboard are actually directly connected to the game I/0 connector's push-button input lines. These are the OPEN-APPLE and CLOSED-APPLE keys that flank the space bar. These two keys are connected to PB0 and PB1, respectively.
|
When this timer is reset, by accessing GCRESET ($C070), bit 7 of each GC I/0 memory location becomes high (1) but will eventually become low (0) when the timer "times out," that is, Maximum time constant for this circuit is 0.022 x 150,000 ohms PREAD ($FB1E) subroutine located in the system monitor; it checks for a timeout condition every 11 microseconds.) You should note, however, that the PDL functions assume that your input resistance is in the range 0-150K ohms. This translates to a time constant that ranges from 0 to about 2.8 milliseconds and to PDL readings between 0 and 255. (Remember that the PDL subroutine's counter increments every 11 microseconds until the timer has timed out. This means that the maximum allowable time constant is 255* 11 microseconds, or 2.8 milliseconds.) If the upper limit of the resistance is higher than |
The text was updated successfully, but these errors were encountered: