]> git.sur5r.net Git - cc65/blobdiff - asminc/joy-kernel.inc
Updated (and sorted) sample program info.
[cc65] / asminc / joy-kernel.inc
index 97a03f38fbc7015a101e6e62e07999abc870f4e6..8f890f141fbc1dff9ace2ec1282f3ff3b3e767b3 100644 (file)
@@ -6,10 +6,10 @@
 ;/*                                                                           */
 ;/*                                                                           */
 ;/*                                                                           */
-;/* (C) 2002      Ullrich von Bassewitz                                       */
-;/*               Wacholderweg 14                                             */
-;/*               D-70597 Stuttgart                                           */
-;/* EMail:        uz@musoftware.de                                            */
+;/* (C) 2002-2006, Ullrich von Bassewitz                                      */
+;/*                Römerstraße 52                                             */
+;/*                D-70794 Filderstadt                                        */
+;/* EMail:         uz@cc65.org                                                */
 ;/*                                                                           */
 ;/*                                                                           */
 ;/* This software is provided 'as-is', without any expressed or implied       */
@@ -61,6 +61,7 @@ JOY_API_VERSION         = $01
 ; Variables
 
                .global _joy_drv                        ; Pointer to driver
+        .global _joy_masks
 
 ;------------------------------------------------------------------------------
 ; Driver entry points
@@ -71,12 +72,14 @@ JOY_API_VERSION         = $01
         .global joy_read
 
 ;------------------------------------------------------------------------------
-; ASM functions
+; C callable functions
 
+        .global _joy_load_driver
         .global _joy_unload
                .global _joy_install
                .global _joy_uninstall
                .global _joy_count
                .global _joy_read
 
+        .global _joy_clear_ptr