]> git.sur5r.net Git - cc65/blobdiff - libsrc/joystick/joy_count.s
use first free IOCB for "GRAPHICS 0" call instead of using a hard-coded one
[cc65] / libsrc / joystick / joy_count.s
index c8b2b832574f9eebfc46540f0de00622c614bfe5..96ef45e78e445c6d862d70c3abee5b62d417533a 100644 (file)
@@ -1,12 +1,10 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-20
 ;
-; unsigned char __fastcall__ joy_count (void);
+; unsigned char joy_count (void);
 ; /* Return the number of joysticks supported by the driver */
 ;
 
         .include        "joy-kernel.inc"
 
-               _joy_count      = joy_count             ; Use driver entry
-
-
+        _joy_count      = joy_count             ; Use driver entry