Jean-Marc Zucconi
|
95344a43ed
|
Put the joystick status in a struct {int x, y, b1, b2;} rather than in a
dummy array of 4 integers. Declare the struct in the header file and update
the man page.
|
1995-02-22 23:34:58 +00:00 |
|
Jean-Marc Zucconi
|
2429906c75
|
Add parentheses around macros!
|
1995-01-29 01:00:14 +00:00 |
|
Jean-Marc Zucconi
|
7c5329fd30
|
Do not recompute TIMER0's maximum count, since it is in timer0_max_count.
Use a simpler formula to convert usecs to ticks.
Output is in microseconds instead of ticks, so that values do not depend
on the timer frequency.
|
1995-01-28 21:54:37 +00:00 |
|
Jean-Marc Zucconi
|
3bc6bf1734
|
Changed address of the game controller to 0x201 (was 0x200)
joy.c: joystick driver
|
1995-01-25 20:11:51 +00:00 |
|