1 ;/*****************************************************************************/
5 ;/* Internally used joystick functions */
9 ;/* (C) 2002-2006, Ullrich von Bassewitz */
11 ;/* D-70794 Filderstadt */
12 ;/* EMail: uz@cc65.org */
15 ;/* This software is provided 'as-is', without any expressed or implied */
16 ;/* warranty. In no event will the authors be held liable for any damages */
17 ;/* arising from the use of this software. */
19 ;/* Permission is granted to anyone to use this software for any purpose, */
20 ;/* including commercial applications, and to alter it and redistribute it */
21 ;/* freely, subject to the following restrictions: */
23 ;/* 1. The origin of this software must not be misrepresented; you must not */
24 ;/* claim that you wrote the original software. If you use this software */
25 ;/* in a product, an acknowledgment in the product documentation would be */
26 ;/* appreciated but is not required. */
27 ;/* 2. Altered source versions must be plainly marked as such, and must not */
28 ;/* be misrepresented as being the original software. */
29 ;/* 3. This notice may not be removed or altered from any source */
32 ;/*****************************************************************************/
39 ;------------------------------------------------------------------------------
43 ID .byte 3 ; $6A, $6F, $79 ("joy")
44 VERSION .byte 1 ; Interface version
45 LIBREF .addr ; Library reference
47 INSTALL .addr ; INSTALL routine
48 UNINSTALL .addr ; UNINSTALL routine
49 COUNT .addr ; COUNT routine
50 READ .addr ; READ routine
54 ;------------------------------------------------------------------------------
55 ; The JOY API version, stored in JOY_HDR::VERSION
59 ;------------------------------------------------------------------------------
62 .global _joy_drv ; Pointer to driver
65 ;------------------------------------------------------------------------------
73 ;------------------------------------------------------------------------------
74 ; C callable functions
76 .global _joy_load_driver
79 .global _joy_uninstall
83 .global _joy_clear_ptr