]> git.sur5r.net Git - cc65/commitdiff
Removed a few em driver remanents
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:15:23 +0000 (21:15 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Jan 2004 21:15:23 +0000 (21:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2868 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/joystick/joy-kernel.h

index 0a967a8f1c63f03ad0d3b4db518f234c9e15ec58..1d39b30f068ef2131ebd9ddc501d1ae82adde863 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2002      Ullrich von Bassewitz                                       */
-/*               Wacholderweg 14                                             */
-/*               D-70597 Stuttgart                                           */
-/* EMail:        uz@musoftware.de                                            */
+/* (C) 2002-2004 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -50,7 +50,7 @@
 typedef struct {
 
     /* Driver header */
-    char                id[3];          /* Contains 0x65, 0x6d, 0x64 ("emd") */
+    char                id[3];          /* Contains 0x6a, 0x6f, 0x79 ("joy") */
     unsigned char       version;        /* Interface version */
 
     /* Bitmasks for the joystick states. See joystick.h for indices */
@@ -66,7 +66,7 @@ typedef struct {
 
 
 
-/* EM kernel variables */
+/* JOY kernel variables */                                                   
 extern joy_drv_header*         joy_drv;        /* Pointer to driver */