From 5c3b1be5290526bec7a94ab085b51db6b6c34eaf Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 4 Jan 2004 21:15:23 +0000 Subject: [PATCH] Removed a few em driver remanents git-svn-id: svn://svn.cc65.org/cc65/trunk@2868 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/joystick/joy-kernel.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/joystick/joy-kernel.h b/include/joystick/joy-kernel.h index 0a967a8f1..1d39b30f0 100644 --- a/include/joystick/joy-kernel.h +++ b/include/joystick/joy-kernel.h @@ -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 */ -- 2.39.5