mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
Export the interrupt entry point
git-svn-id: svn://svn.cc65.org/cc65/trunk@3277 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
116ade035c
commit
5aee1c5397
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user