2002-12-20 20:59:11 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2002-12-20
|
|
|
|
;
|
2012-03-04 13:08:54 +00:00
|
|
|
; unsigned char joy_count (void);
|
2002-12-20 20:59:11 +00:00
|
|
|
; /* Return the number of joysticks supported by the driver */
|
|
|
|
;
|
|
|
|
|
|
|
|
.include "joy-kernel.inc"
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
_joy_count = joy_count ; Use driver entry
|