1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00

Make _joy_masks global

git-svn-id: svn://svn.cc65.org/cc65/trunk@3278 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-11-06 13:09:17 +00:00
parent 5aee1c5397
commit 59d2e4e1f4

View File

@ -61,6 +61,7 @@ JOY_API_VERSION = $01
; Variables ; Variables
.global _joy_drv ; Pointer to driver .global _joy_drv ; Pointer to driver
.global _joy_masks
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; Driver entry points ; Driver entry points
@ -71,7 +72,7 @@ JOY_API_VERSION = $01
.global joy_read .global joy_read
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------
; ASM functions ; C callable functions
.global _joy_unload .global _joy_unload
.global _joy_install .global _joy_install