From 6aa48c2098cc5d1592ab0f4193e5f0e0844c00ca Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Fri, 20 May 2005 20:37:28 +0000 Subject: [PATCH] Used wrong offset in joystick packet --- src/video/ataricommon/SDL_xbiosinterrupt.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/ataricommon/SDL_xbiosinterrupt.S b/src/video/ataricommon/SDL_xbiosinterrupt.S index d0b6a69b6..276096c7b 100644 --- a/src/video/ataricommon/SDL_xbiosinterrupt.S +++ b/src/video/ataricommon/SDL_xbiosinterrupt.S @@ -155,7 +155,7 @@ _SDL_AtariXbios_JoystickVector: movel d0,sp@- /* New joystick state */ - moveb a0@(1),d0 + moveb a0@(2),d0 andw #0x8f,d0 movew d0,_SDL_AtariXbios_joystick