X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fjoystick%2Fjoy_count.s;h=96ef45e78e445c6d862d70c3abee5b62d417533a;hb=a03b3574b65a6167ac1207e66b83888eb0ca8465;hp=c8b2b832574f9eebfc46540f0de00622c614bfe5;hpb=4157bba1614f4b13a670ac92b7916a99f22dfe7c;p=cc65 diff --git a/libsrc/joystick/joy_count.s b/libsrc/joystick/joy_count.s index c8b2b8325..96ef45e78 100644 --- a/libsrc/joystick/joy_count.s +++ b/libsrc/joystick/joy_count.s @@ -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