mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +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:
parent
5aee1c5397
commit
59d2e4e1f4
@ -61,6 +61,7 @@ JOY_API_VERSION = $01
|
||||
; Variables
|
||||
|
||||
.global _joy_drv ; Pointer to driver
|
||||
.global _joy_masks
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Driver entry points
|
||||
@ -71,7 +72,7 @@ JOY_API_VERSION = $01
|
||||
.global joy_read
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; ASM functions
|
||||
; C callable functions
|
||||
|
||||
.global _joy_unload
|
||||
.global _joy_install
|
||||
|
Loading…
x
Reference in New Issue
Block a user