From: cuz Date: Sat, 6 Nov 2004 13:09:17 +0000 (+0000) Subject: Make _joy_masks global X-Git-Tag: V2.12.0~557 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59d2e4e1f41c7d1b365f59b3e86f076b1cc7e70b;p=cc65 Make _joy_masks global git-svn-id: svn://svn.cc65.org/cc65/trunk@3278 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/joy-kernel.inc b/asminc/joy-kernel.inc index 97a03f38f..7f600ed1b 100644 --- a/asminc/joy-kernel.inc +++ b/asminc/joy-kernel.inc @@ -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