diff --git a/libsrc/joystick/joy-kernel.s b/libsrc/joystick/joy-kernel.s index 6bfb7aff2..0bb49463f 100644 --- a/libsrc/joystick/joy-kernel.s +++ b/libsrc/joystick/joy-kernel.s @@ -4,10 +4,10 @@ ; Common functions of the joystick API. ; - .export _joy_install, _joy_uninstall, _joy_masks .export joy_clear_ptr .importzp ptr1 + .interruptor joy_irq ; Export as IRQ handler .include "joy-kernel.inc" .include "joy-error.inc"