diff src/video/ataricommon/SDL_ikbdinterrupt_s.h @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_ikbdinterrupt_s.h	Mon May 01 06:58:33 2006 +0000
+++ b/src/video/ataricommon/SDL_ikbdinterrupt_s.h	Wed May 17 08:18:28 2006 +0000
@@ -44,14 +44,14 @@
 
 /* Variables */
 
-extern Uint8  SDL_AtariIkbd_keyboard[128];	/* Keyboard table */
-extern Uint16 SDL_AtariIkbd_mouseb;	/* Mouse on port 0, buttons */
-extern Sint16 SDL_AtariIkbd_mousex;	/* Mouse X relative motion */
-extern Sint16 SDL_AtariIkbd_mousey;	/* Mouse Y relative motion */
-extern Uint16 SDL_AtariIkbd_joystick;	/* Joystick on port 1 */
+extern volatile Uint8  SDL_AtariIkbd_keyboard[128];	/* Keyboard table */
+extern volatile Uint16 SDL_AtariIkbd_mouseb;	/* Mouse on port 0, buttons */
+extern volatile Sint16 SDL_AtariIkbd_mousex;	/* Mouse X relative motion */
+extern volatile Sint16 SDL_AtariIkbd_mousey;	/* Mouse Y relative motion */
+extern volatile Uint16 SDL_AtariIkbd_joystick;	/* Joystick on port 1 */
 
-extern Uint16 SDL_AtariIkbd_enabled;	/* For joystick driver to know
-											if this is usable */
+/* For joystick driver to know if this is usable */
+extern Uint16 SDL_AtariIkbd_enabled;
 										
 /* Functions */