Make _joy_masks global
git-svn-id: svn://svn.cc65.org/cc65/trunk@3278 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user