From: cuz Date: Sat, 6 Nov 2004 13:09:01 +0000 (+0000) Subject: Export the interrupt entry point X-Git-Tag: V2.12.0~558 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5aee1c53976df5fda4addaa9a217614a196148e7;p=cc65 Export the interrupt entry point git-svn-id: svn://svn.cc65.org/cc65/trunk@3277 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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"