bde
|
2ebb4e5ed8
|
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) that I didn't notice when I fixed
"all" such warnings before.
|
1995-03-28 07:58:53 +00:00 |
|
bde
|
54897980a3
|
Replace all remaining instances of i386/include' by machine' and fix
nearby #include inconsistencies.
|
1995-02-26 05:14:53 +00:00 |
|
jmz
|
358fac8658
|
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 |
|
jmz
|
c4d0999478
|
Add parentheses around macros!
|
1995-01-29 01:00:14 +00:00 |
|
jmz
|
a9ef105959
|
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 |
|
jmz
|
4f7c964bd9
|
Changed address of the game controller to 0x201 (was 0x200)
joy.c: joystick driver
|
1995-01-25 20:11:51 +00:00 |
|